cm-autopilot
Easy-to-use conversational CLI (Claude Code style) for non-technical users to spawn parallel AI tasks supervised by a visual web dashboard.
Use when implementing any feature or bugfix. Routes to the core Red-Green-Refactor loop, test quality guidance, rationalization handling, examples, or stuck-state recovery.
$ npx -y skills add tody-agent/codymaster --skill cm-tdd --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/cm-tddContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when implementing any feature or bugfix. Routes to the core Red-Green-Refactor loop, test quality guidance, rationalization handling, examples, or stuck-state recovery.
name: cm-tdd description: Use when implementing any feature or bugfix. Routes to the core Red-Green-Refactor loop, test quality guidance, rationalization handling, examples, or stuck-state recovery. token_budget: 1500 token_core: 380 token_refs: red-green-refactor: 620 test-quality: 360 rationalizations: 520 bugfix-example: 340 stuck-debugging: 260 compressed: true deprecated: false
NO PRODUCTION CODE WITHOUT A FAILING TEST FIRST
Need to execute the normal TDD loop? └─ YES → Red-Green-Refactor Need help designing or reviewing test quality? └─ YES → Test Quality Need to counter "skip TDD" rationalizations? └─ YES → Rationalizations Need a worked bug-fix example? └─ YES → Bugfix Example Are you blocked or unsure how to continue? └─ YES → Stuck / Debugging
| Need | Summary | Load | |---|---|---| | Normal execution | core TDD loop and verification | `references/red-green-refactor.md` | | Test quality | what good tests look like | `references/test-quality.md` | | Reinforcement | anti-rationalization guidance | `references/rationalizations.md` | | Example | concrete bug-fix walkthrough | `references/bugfix-example.md` | | Recovery | how to proceed when stuck | `references/stuck-debugging.md` |
**Write the failing test first. Pass it minimally. Refactor only after green.**
"I can't write code. But in 6 months, I shipped 12 real products using AI. CodyMaster is everything I learned — so you don't have to repeat my mistakes." — Tody Le, Head of Product, Creator of CodyMaster 50+ skills. One install.
Repo: tody-agent/codymaster
Easy-to-use conversational CLI (Claude Code style) for non-technical users to spawn parallel AI tasks supervised by a visual web dashboard.
Strategic analysis gate for existing products — multi-dimensional evaluation (tech, product, design, business) using Design Thinking + 9 Windows (TRIZ) +…
Fallback local Playwright daemon for real-browser visual QA / screenshots / smoke. Use ONLY when the host platform has no native browser mode — prefer the host…
Code hygiene gate — detect and eliminate dead code, duplicates, naming mess, and code smells. TRIZ-powered. Run after features, before PRs, during debt sprints.
Full review lifecycle — request reviews, handle feedback with technical rigor, and complete branch integration. Use when completing tasks, receiving feedback,…
Unified code intelligence — routes to Skeleton Index, CodeGraph, Architecture Diagram, or Smart Context Builder based on task shape. Loads deep refs on demand.