2.3 KiB
Parallel Workflow (--parallel)
Thinking level: Ultrathink parallel User gates: Design approval only. Implementation uses multi-agent parallel execution.
Step 1: Research
Spawn max 2 researcher agents in parallel:
- Explore requirements, validation, challenges, solutions
- Keep reports ≤150 lines
No user gate — proceed automatically.
Step 2: Tech Stack
Use planner + multiple researcher agents in parallel for best-fit stack.
Write to ./docs directory (≤150 lines).
No user gate — proceed automatically.
Step 3: Wireframe & Design
- Use
ui-ux-designer+researcheragents in parallel:- Research style, trends, fonts, colors, spacing, positions
- Predict Google Fonts name (NOT just Inter/Poppins)
- Describe assets for
ck:ai-multimodalgeneration
ui-ux-designercreates:- Design guidelines at
./docs/design-guidelines.md - Wireframes in HTML at
./docs/wireframe/
- Design guidelines at
- If no logo: generate with
ck:ai-multimodalskill - Screenshot with
ck:chrome-devtools→ save to./docs/wireframes/
Gate: Ask user to approve design. Repeat if rejected.
Image tools: ck:ai-multimodal for generation/analysis, imagemagick for crop/resize, background removal tool as needed.
Step 4: Parallel Planning
Activate ck:plan skill: /ck:plan --parallel <requirements>
- Creates phases with exclusive file ownership per phase (no overlap)
- Dependency matrix: which phases run concurrently vs sequentially
plan.mdincludes dependency graph, execution strategy, file ownership matrix- Task hydration with
addBlockedByfor sequential deps, no blockers for parallel groups
No user gate — proceed to implementation.
Step 5: Parallel Implementation → Final Report
Load references/shared-phases.md for remaining phases.
Activate ck:cook skill: /ck:cook --parallel <plan-path>
- Read
plan.mdfor dependency graph and execution strategy - Launch multiple
fullstack-developeragents in PARALLEL for concurrent phases- Pass: phase file path, environment info
- Use
ui-ux-designerfor frontend (generate/analyze assets withck:ai-multimodal, edit withimagemagick) - Respect file ownership boundaries
- Run type checking after implementation
Cook handles testing, review, docs, onboarding, final report per shared-phases.md.