| name | ak:bootstrap |
| description | Bootstrap new projects with research, tech stack, design, planning, and implementation. Modes: full (default interactive), auto (explicit autonomous), fast (skip research), parallel (multi-agent). |
| user-invocable | true |
| when_to_use | Invoke to start a new project or full-stack setup from scratch. |
| category | utilities |
| keywords | ["scaffold","project","setup","boilerplate"] |
| license | MIT |
| argument-hint | [requirements] [--full|--auto|--fast|--parallel] |
| metadata | {"author":"agentkit","version":"1.0.0"} |
Bootstrap - New Project Scaffolding
End-to-end project bootstrapping from idea to running code.
Principles: YAGNI, KISS, DRY | Token efficiency | Concise reports
Usage
/ak:bootstrap <user-requirements>
Flags (optional, default --full):
| Flag | Mode | Thinking | User Gates | Planning Skill | Cook Skill |
|---|
--full | Full interactive | Ultrathink | Every phase | --hard | (interactive) |
--auto | Automatic explicit opt-in | Ultrathink | Design only | --auto | --auto |
--fast | Quick | Think hard | Cook review gates | --fast | (interactive) |
--parallel | Multi-agent | Ultrathink | Design only | --parallel | --parallel |
Example:
/ak:bootstrap "Build a SaaS dashboard with auth" --fast
/ak:bootstrap "E-commerce platform with Stripe" --parallel
Workflow Overview
[Git Init] → [Research?] → [Tech Stack?] → [Design?] → [Planning] → [Implementation] → [Test] → [Review] → [Docs] → [Onboard] → [Final]
Each mode loads a specific workflow reference + shared phases.
Mode Detection
If no flag provided, default to --full.
Load the appropriate workflow reference:
--full: Load references/workflow-full.md
--auto: Load references/workflow-auto.md only when explicitly requested
--fast: Load references/workflow-fast.md
--parallel: Load references/workflow-parallel.md
All modes share: Load for implementation through final report.