grandamenium

M2c1 — Development skill for Claude Code

Development community

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