What problem does it solve?
It solves the problem of turning a large, multi-phase software build into a controlled autonomous workflow without you manually babysitting every step.
Core Features & Use Cases
- Dedicated M2C1 worker orchestration: Creates and manages an isolated Claude Code worker session that runs through all 12 M2C1 phases, while you act as the human supervisor.
- Brain dump to execution lifecycle: Guides you to provide BRAINDUMP.md, define success criteria, and ensure the worker has everything needed to start, discover, build, test, and iterate.
- Bus-based communication and validation gates: Uses cortextOS bus messages for discovery Q&A, progress monitoring, phase-gated validation, and reliable cleanup on success or failure.
- Tooling and credential setup support: Provides a human-style checklist for installing/configuring tools (e.g., browser automation), setting environment variables, and verifying them iteratively before execution.
Quick Start
Tell the agent to set up a new isolated project directory, create BRAINDUMP.md and AGENTS.md, then spawn the worker with cortextos spawn-worker and manage it via bus messages through the full M2C1 workflow.