Subsection Implementation (Short Alias)
This is a short alias for /subsection-implementation
Usage
code
/si 5.1.1
Equivalent to:
code
/subsection-implementation 5.1.1
What It Does
Implements a complete subsection from docs/implementation-plan.md with full automation:
- •Clear context (fresh start)
- •Read subsection requirements
- •Create task tracking
- •Implement code (follow project patterns)
- •Write tests (all subsection tests)
- •Run quality checks (must pass!)
- •Update documentation (mark ✅)
- •Commit and push (proper format)
Examples
code
/si 5.1.1 # Implement subsection 5.1.1 /si 5.1.1 --branch feature/scout # On specific branch /si 5.1.1 --dry-run # Show plan without executing
Full Documentation
For complete workflow details, see:
- •Main skill:
@skills/subsection-implementation/SKILL.md - •All skills:
@skills/README.md - •Implementation plan:
docs/implementation-plan.md