klaude-plugin/skills/implementation-process/SKILL.md
TRIGGER when: user asks to work on, implement, or continue tasks from docs/wip (e.g. "work on task 1", "do the next task", "implement first task for X"). Executes written implementation plans with review checkpoints. Use when you have a fully-formed implementation plan to execute in a separate session.
npx skillsauth add serpro69/claude-starter-kit implementation-processInstall 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.
Read capy knowledge base conventions at shared-capy-knowledge-protocol.md.
Per sub-task cycle (Steps 2–3), verify all outputs are delivered:
solid-code-review — which owns indexing its own kk:review-findings)kk:project-conventions (skip if none established)tasks.md updated to doneIndexing ownership: Review skills (solid-code-review, implementation-review) index their own findings. This skill only indexes kk:project-conventions for non-obvious patterns discovered during implementation. Do NOT duplicate review indexing here.
Load plan, review critically, execute tasks in batches, report for review between batches.
Core principle: Batch execution with checkpoints for architect review.
By default, review checkpoints use standard mode. The user can request isolated review mode for the entire session:
tasks.md metadata: a review-mode: isolated field in the headerWhen set, all review checkpoints automatically use isolated variants (kk:solid-code-review:isolated, kk:implementation-review:isolated) without per-checkpoint prompting. The user can override at any checkpoint ("use standard review for this one").
tasks.md file to get the task list and current progressdesign.md and implementation.md for full contextkk:arch-decisions, kk:project-conventions, kk:lang-idioms, and kk:review-findings for context relevant to the identified tasktasks.md: set the task's status to in-progress- [x]) in tasks.md as you complete themdependency-handling skill BEFORE writing the call. Do not guess signatures or config; look them up via capy/context7 per that skill's rules.testing-process skillkk:solid-code-review:isolated — this handles both sub-agent and pal codereview internally with independent reviewers. Do NOT run a separate pal codereview call, as it is already included in the isolated workflow. The user can say "use standard review for this one" to override.kk:solid-code-review skill, then run pal mcp code-review, consolidate findingskk:solid-code-review:isolated — same as abovetasks.md: set the task's status to doneAfter finalizing the sub-task, verify all items in the Required Outputs section above before moving to Step 4:
kk:review-findings indexing)kk:project-conventions (or noted "No new conventions to index")tasks.md updated to doneIf any item is unchecked, go back and complete it. Do NOT proceed to the next task with incomplete outputs.
tasks.mdAfter all tasks complete and verified:
testing-process skill to verify and validate functionalitydocumentation-process skill to create or update any relevant docskk:project-conventions or kk:arch-decisions if they weren't already captured during per-task cycles.tasks.md header to doneSTOP executing immediately when:
IMPORTANT! Always ask for clarification rather than guessing.
Return to Review (Step 1) when:
IMPORTANT! Don't force through blockers - stop and ask.
development
Guidelines describing how to test the code. Use whenever writing new or updating existing code, for example after implementing a new feature or fixing a bug.
development
Use after implementing tasks or mid-feature to verify code matches design docs and ensure they are in sync. Detects spec deviations, missing implementations, doc inconsistencies, and outdated docs in design and implementation documentation.
testing
Review design and implementation docs produced by design. Evaluates document quality, internal consistency, and technical soundness. Use after design completes and before starting implement.
testing
Compare and merge two design docs for the same feature into a single source of truth. Use when you have competing or complementary design/implementation docs (e.g. from separate design runs) that need reconciling into one unified document.