-
Notifications
You must be signed in to change notification settings - Fork 16
Planning a Feature
rtd edited this page Jan 12, 2026
·
1 revision
User: "Plan how to implement..." / "Design this feature..." / "How should we build..."
→ code-foundations classifies as WRITE (planning is part of WRITE)
→ cc-construction-prerequisites produces phased plan
→ Plan includes checkpoints, risks, inputs/outputs per phase
| Element | Purpose |
|---|---|
| Phases | Break work into discrete, testable chunks |
| Checkpoints | Validation gates between phases |
| Inputs/Outputs | What each phase needs and produces |
| Risk Register | Known risks with mitigations |
| Assumptions | What we're assuming is true |
The same skill can review a plan:
User: Review this plan using code-foundations
→ cc-construction-prerequisites in CHECKER mode
→ Executes 192-line checklist
→ Produces PASS/WARNING/VIOLATION counts
→ Lists gaps to address before implementation
Summary
┌────────────────────────┬──────┬─────────┬───────────┐
│ Category │ PASS │ WARNING │ VIOLATION │
├────────────────────────┼──────┼─────────┼───────────┤
│ Requirements │ 4 │ 3 │ 0 │
│ Architecture │ 4 │ 4 │ 0 │
│ Upstream Prerequisites │ 3 │ 1 │ 0 │
│ Construction Practices │ 4 │ 1 │ 0 │
│ Total │ 15 │ 9 │ 0 │
└────────────────────────┴──────┴─────────┴───────────┘
- Window Picker Plan - Full plan generation AND review
| Skill | Role |
|---|---|
| code-foundations | Classifies task |
| cc-construction-prerequisites | Generates and reviews plans |
Task Guides
Case Studies
- Picker History Review ⭐
- Comment Renumbering
- Critical Path Review
- Border Cleanup
- Picker Text Overflow
- Tab Indicator Removal
- Picker Focus Bug
- Window Picker Plan
Reference