What problem does it solve?
This Skill removes the manual coordination burden of turning a requested feature or fix into a reviewed, tested, and finalized implementation by automating intent detection, planning, task spawning, and finalization steps while enforcing safety gates.
Core Features & Use Cases
- Intent Detection & Mode Routing: Detects workflow mode from explicit flags, plan paths, keywords, or feature count and routes to interactive, fast, parallel, auto, no-test, or code flows.
- End-to-End Workflow Automation: Generates or loads plans, spawns subagent tasks for research, scouting, planning, implementation, testing, code review, and finalization, and enforces review and test gates.
- Enforced Finalization & Auditability: Requires mandatory subagents (tester, code-reviewer, project-manager, docs-manager, git-manager) and provides structured outputs and sync-back procedures to keep plan and docs consistent.
- Use Case: Turn a natural language request like "Add user authentication" into a reviewed, tested, and committed set of changes with clear task tracking and human-in-the-loop review gates.
Quick Start
Run /ck:cook Add user authentication to the app --fast to detect intent, create a plan, implement, test, and finalize the change.