M2c1 — Development skill for Claude Code
M2C1 - Fully autonomous development framework for Claude Code.
How to install M2c1
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open grandamenium/m2c1 and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What M2c1 does
M2C1 - Fully autonomous development framework for Claude Code. 12-phase orchestration from brain dump to deployed software.
Alternatives in Development
- Claude Scholar — Semi-automated research assistant for academic research and software development 3k ★
- Dev — Switch to Dev Work mode - optimized for software development 2.8k ★
- Engage.Weaponize — Execute Phase 2 - Weaponization and Payload Development 348 ★
README
M2C1 - Fully Autonomous Development Framework
A meta orchestration framework for Claude Code that converts brain dumps into fully built, tested, and deployed software - autonomously.
What It Does
M2C1 is a 12-phase workflow that takes your idea from concept to production with minimal human intervention. You provide a brain dump, and the system orchestrates research, planning, implementation, and testing through coordinated subagents.
The 12 Phases
| Phase | What Happens |
|---|---|
| 0. Setup | Creates orchestration folder structure |
| 1. Brain Dump to PRD | Synthesizes your idea into a structured Product Requirements Document |
| 2. First Research Wave | Parallel subagents research every domain your project touches |
| 3. Discovery Questions | Asks you detailed questions to fully clarify scope and decisions |
| 4. Second Research Wave | Implementation-focused research filtered through your answers |
| 5. Tool Setup | Configures MCP servers, API keys, and external services |
| 6. Tool Verification | Tests every tool and integration before building |
| 7. Skill Creation | Creates project-level skills for each tool and domain |
| 8. Context Compact | Prompts context refresh (all state is in files) |
| 9. PHASES.md Creation | Master implementation plan with tasks, dependencies, and testing |
| 10. Task Sharding | Expands each task into a detailed, self-contained prompt for execution agents |
| 11. Synergy Review | Cross-phase coherence check for contradictions and gaps |
| 12. Final Artifacts | Creates PROGRESS.md, START.md, and updates CLAUDE.md |
After setup, run `/start` and the orchestrator autonomously executes every task, tests every feature, and runs comprehensive end-to-end testing on the deployed software.
Key Principles
- Every artifact has a template - Agents read templates before creating anything
- Parallel by default - Subagents run in background wherever indepen
Related Skills
Fable Behavior
Strict behavioral guidelines forcing the agent to act as an autonomous software engineer. Applies Fable-like c
Initial Prompt
hey there, this orchestration won't be something usual in software development of langwatch, but something els
Autopilot
Autonomous session-orchestration loop with kill-switches (Phase C-1.b — all 10 kill-switches shipped)
Collaborate
Opt-in multiplayer mode -- brain-dump together, claim tasks across machines, flag decisions async
Idea
Brain dump mode - capture ideas quickly, make them actionable
Kickoff
Transform a brain dump into a structured project. Recommends tech stack, populates CLAUDE.md, PROJECT_SCOPE.md
Related Agents
Book Orchestrator
Fully autonomous book genesis pipeline. Takes a one-line idea and produces a publish-ready manuscript. Dispatc
Voicebot Call Debugger
Root-causes a deployed Voicenter voice bot's runtime from one per-call session dump (folder or zip of the NNN-
Sdlc Coordinator
Use this agent when you need to coordinate and manage Software Development Lifecycle (SDLC) pipelines with pha