1.8 KiB
1.8 KiB
Auto Workflow (--auto) — Default
Thinking level: Ultrathink User gates: Design approval only. All other phases proceed automatically.
Step 1: Research
Spawn multiple researcher subagents in parallel:
- Explore request, idea validation, challenges, best solutions
- Keep every report ≤150 lines
No user gate — proceed automatically.
Step 2: Tech Stack
- Use
planner+ multipleresearchersubagents in parallel for best-fit stack - Write tech stack to
./docsdirectory
No user gate — auto-select best option.
Step 3: Wireframe & Design
- Use
ui-ux-designer+researchersubagents in parallel:- Research style, trends, fonts (predict Google Fonts name, NOT just Inter/Poppins), colors, spacing, positions
- Describe assets for
ck:ai-multimodalskill generation
ui-ux-designercreates:- Design guidelines at
./docs/design-guidelines.md - Wireframes in HTML at
./docs/wireframe/
- Design guidelines at
- If no logo provided: generate with
ck:ai-multimodalskill - Screenshot wireframes 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: Planning
Activate ck:plan skill: /ck:plan --auto <requirements>
- Planning skill auto-detects complexity and picks appropriate mode
- Creates plan directory using
## Namingpattern - Overview at
plan.md(<80 lines) +phase-XX-*.mdfiles
No user gate — proceed to implementation.
Step 5: Implementation → Final Report
Load references/shared-phases.md for remaining phases.
Activate ck:cook skill: /ck:cook --auto <plan-path>
- Skips all review gates
- Auto-approves if score≥9.5 and 0 critical issues
- Continues through all phases without stopping