Agent skill
si
Short alias for /subsection-implementation. Implements a single subsection from docs/implementation-plan.md with full automation. Usage: /si 5.1.1
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/si
Metadata
Additional technical details for this skill
- version
- 1.0.0
- alias for
- subsection-implementation
SKILL.md
Subsection Implementation (Short Alias)
This is a short alias for /subsection-implementation
Usage
/si 5.1.1
Equivalent to:
/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
/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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?