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

Workflow

Installs
16
GitHub Stars
5
First Seen
Feb 16, 2026
impl — tercel/code-forge