skills/run-implement/SKILL.md
Partition-parallel scoped implementation.
npx skillsauth add kenoxa/spine run-implementInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Standalone (user task) or embedded (scope_artifact from caller).
Session: per SPINE.md; inherit when embedded. Phase Trace: per phase-audit.md table format; log at scope, dispatch, report.
Backticked refs: dispatch to subagent — do NOT Read into mainthread.
| # | Phase | Type | Agent | Reference |
|---|-------|------|-------|-----------|
| 1 | Scope | mainthread | — | — |
| 2 | Implement | R (1-N per partition) | @implementer | references/implement-dispatch.md |
| — | Fix | G → C (1 per fix_context) | @implementer | references/implement-fix.md |
| 3 | Report | mainthread | — | — |
Accept task or scope_artifact. Create partitions (no overlapping writes). Standalone: clarify ambiguous scope. Embedded: use provided scope directly. Exit: partitions defined with non-overlapping file sets.
@implementer per partition via references/implement-dispatch.md. Parallel when independent, sequential when dependent. Accumulate files_modified across dispatches.
Aggregate files_modified. Exit: implement_artifact emitted with files_modified, summary, session_id.
Gate: invoked with fix_context from caller. Dispatch via references/implement-fix.md. Scope unchanged; replaces implement phase.
testing
Use when: 'clawpatch', 'clawpatch campaign', 'clawpatch review fix revalidate'.
tools
Use when: 'create a worktree', 'git worktree', 'parallel branch'.
tools
Use when: 'session state', 'resume work', 'worktree session'.
development
Use when: 'goal prompt', 'frame this', 'scope this', 'design', 'plan the approach', 'implement and review', 'just ship it', 'fix this', 'add this'.