constitution
01Command
Create or update the project constitution defining non-negotiable development principles.
Autonomous spec-driven development plugin for Claude Code. Describe a feature, get merged, tested, reviewed code. Full pipeline from PRD to PR with dependency-aware task tracking, AI code review, and zero dependencies beyond bash + jq.
Command
Create or update the project constitution defining non-negotiable development principles.
Command
Compact visual progress dashboard with progress bar, task table, dependency graph, and active/blocked/next status.
Command
Execute the next available tracked task with TDD, pre-commit validation, PR creation, AI code review, and issue tracker bridge sync.
Command
Autonomous execution loop. Runs the TDD cycle repeatedly until all tasks in an epic are complete, with circuit breaker protection and PR workflow.
Command
Orchestrate a full roadmap phase. Designs features, imports to tracker, creates issues, then executes.
Command
Start a planning session (strategic, tactical, operational, or triage). Guides you through the structured process for the selected type.
Command
Quick-score an enhancement, bug, or feedback item using the impact-first triage framework. Creates an issue if approved.
Command
Create, audit, or derive a Product Requirements Document. Use "derive" for satellite repos in multi-repo projects.
Command
Generate or update a per-release roadmap from the PRD and analysis documents. Triages features, groups into phases, and produces a structured roadmap.
Command
Initialize Coco in the current project. Creates .coco/ directory, config, git hooks, and permissions. Use "reset" to force reconfiguration, or "migrate" to reconcile an existing config against the current defaults.
Command
Show a daily standup summary with completed, in-progress, and blocked tasks across all active epics.
Command
Show current execution status with progress, dependencies, file ownership, and parallelization opportunities.
Command
Reconcile coco tracker state with the configured issue tracker. Syncs task statuses and reports mismatches.
Command
Audit the test suite for low-value tests. Scores every test against the test value rubric and reports Keep / Keep-rewrite / Consolidate / Delete / Escalate recommendations.