From spk
Implement from a plan via spk:build-orchestrator (spk:implementer → spk:tester → spk:docs).
How this skill is triggered — by the user, by Claude, or both
Slash command
/spk:code [plan reference or feature][plan reference or feature]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Delegate to `spk:build-orchestrator` for implementation.
Delegate to spk:build-orchestrator for implementation.
!git status --short
!git log -3 --oneline
Dispatch: Task(subagent_type="spk:build-orchestrator", prompt="Implement: $ARGUMENTS. Plan reference: ai_context/wiki/plans/ (latest matching)")
Expect: committed code, passing tests, updated docs.
npx claudepluginhub apipoj/spk --plugin spkGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.