full-build
Installation
SKILL.md
Full Build
Lead the build end-to-end. Make decisions, confirm via batch yes/no/more-info(optional). Pass --skip-confirm to skip the confirmation gate and build immediately.
Quick Start
User: "build [feature]"
User: "build [feature] --skip-confirm"
1. Map all user paths exhaustively
2. Confirm scope + start building (skip with --skip-confirm)
3. Scaffold test blocks + TODOs
4. Implement + write tests in vertical slices
5. Quality gate: tests green, lint, format, build pass