What problem does it solve?
This Skill automates and coordinates end-to-end project bootstrapping so teams and individuals can move from requirements to a runnable, documented codebase without manual orchestration of research, planning, design, and implementation phases.
Core Features & Use Cases
- Multi-mode orchestration: Supports full interactive, auto, fast, and parallel modes to match desired speed and user gating.
- Planning → Implementation handoff: Activates planning (ck:plan) and cooking (ck:cook) skills, writes plans to ./plans and docs to ./docs, and enforces naming and reporting rules.
- Parallel and gated workflows: Enables multi-agent parallel execution with explicit dependency graphs or strict user approval gates for each phase.
- Use Case: Quickly scaffold a production-ready web API or SaaS dashboard with design, tests, CI-friendly docs, and commit-ready changes.
Quick Start
Invoke the skill with a short requirement string and an optional mode flag, for example: /ck:bootstrap Build a SaaS dashboard with auth --fast