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.
Start the CM Workflow to execute your objective from idea to production code.
$ npx -y skills add tody-agent/codymaster --skill cm-start --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/cm-startContext preview
The summary Claude sees to decide when to auto-load this skill.
Start the CM Workflow to execute your objective from idea to production code.
name: cm-start description: Start the CM Workflow to execute your objective from idea to production code. token_budget: 1000 compressed: true deprecated: false
> **Role: Workflow Orchestrator** — You assess complexity, select the right workflow depth, and drive execution from objective to production code.
Follow [`_shared/autonomy-policy.md`](../_shared/autonomy-policy.md). Its decision table controls confirmations across this workflow.
When this workflow is called, the AI Assistant should execute the following action sequence in the spirit of the **CodyMaster Kit**:
0. **Load Working Memory:** Per `_shared/helpers.md#Load-Working-Memory` — **use Smart Spine order:** 1. Check `.cm/context-bus.json` → any active pipeline? any prior skill output to reuse? 2. Load L0 indexes: `learnings-index.md` (~100 tok) + `skeleton-index.md` (~500 tok) 3. Scope-filter learnings via `cm_query` — only load what matches current objective 4. Read `CONTINUITY.md` → set Active Goal to the new objective 5. Run token budget check: `cm continuity budget` → confirm no category is over soft limit
> ⚡ Total context load: ~700 tokens. Full load used to be ~3,200. > Only escalate to L2 (full files) if L0 index explicitly flags a match. 0.5. **Skill Coverage Check (Adaptive Discovery):**
`npx skills find "{keyword}"` → review → ask user → install if approved
0.6. **Stack & Tier Detection (Phase 2):**
0.7. **Code Intelligence Setup (cm-codeintell):**
1. **Understand Requirements (Planning & JTBD):**
2. **Detect Project Level:** Per `_shared/helpers.md#Project-Level-Detection`
3. **Execute Based on Level:**
**L0 (Micro):** Code + Test only
**L1 (Small):** Planning lite → Code → Deploy
**L2 (Medium):** Full analysis flow
**L3 (Large):** Full + PRD + Architecture + Sprint
3. **Track Progress:**
4. **Complete:** Per `_shared/helpers.md#Update-Continuity`
"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.