impl
Installation
SKILL.md
Code Forge — Impl
Execute pending implementation tasks for a feature, following the plan generated by /code-forge:plan.
When to Use
- Have a generated plan (
state.json+tasks/directory) ready for execution - Need to resume a partially completed feature
- Need task-by-task execution with TDD and progress tracking
Examples
/code-forge:impl user-auth # Execute tasks for user-auth feature
/code-forge:impl # Auto-detect pending feature