implement
Installation
SKILL.md
/specforge:implement — build it, under the gate
Execute tasks.md top-to-bottom to implement the active feature. This is deliberately
user-invoked only (not auto-triggered) so building is an explicit decision. The PreToolUse
gate will refuse code edits unless the feature's specify and plan are approved — so if you
haven't approved yet, do that first.
When to use
- The user explicitly asks to implement/build the feature.
- Trigger:
/specforge:implement.
Preconditions (checked first)
- There is an active feature in
specforge/state.md. - Its
specifyandplanrows read approved. If not, stop and tell the user to run/specforge:approve specifyand/specforge:approve plan(or/specforge:quickfor a trivial change). Do not attempt to edit code before this — the gate will block it anyway.