From clippy
Internal skill activated by composer for implementation phase. Do not activate directly.
How this skill is triggered — by the user, by Claude, or both
Slash command
/clippy:implementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Instructions for AI assistant.** This skill performs implementation work. Activated by composer after investigation shows [READY].
Instructions for AI assistant. This skill performs implementation work. Activated by composer after investigation shows [READY].
You implement the approved design. When all planned steps are complete, return to clippy:composer with completion signal.
Entry: Activated by clippy:composer after user chose "i" and [READY] confirmed.
Progressive Disclosure:
references/QUALITY_CHECKPOINTS.mdclippy:investigate-design and read its references/READINESS.md — 8-item lifecycle checklist, P2 defensive criteria (needed for entry gate self-check)BEFORE writing code:
Re-run READY self-check: every [RESOLVED] step has all 8 lifecycle items + P2 evidence; no [PENDING] affecting design?
🔚 IMPLEMENTATION ABORTED with reason.Design verified against architectural patterns (C1, C2, C3, P1, U1)?
🔚 IMPLEMENTATION ABORTED with reason.Implementation details from tracker available for reference?
🔚 IMPLEMENTATION ABORTED with reason.Review implementation strategy from DESIGN section before beginning. Use it as starting point; verify and adjust if needed.
Do NOT generate markdown reports or documentation files. Testing happens during VERIFY phase, not here.
Run to completion. Execute all planned steps from IMPLEMENTATION DETAILS. No intermediate menus. Return completion signal when done.
DISCOVERY IN IMPLEMENT (Minimal):
🔚 IMPLEMENTATION ABORTED with reason.🔚 IMPLEMENTATION ABORTED with reason.BEFORE writing each code section:
FOR each code section being written:
AFTER each implementation step:
When all planned steps are done:
🔚 IMPLEMENT PHASE COMPLETE
Files Modified: [list]
[Summary of changes made]
Returning to composer for menu
When entry gate fails or major new scope discovered:
🔚 IMPLEMENTATION ABORTED
Reason: [readiness check failed / major new scope discovered: description]
Returning to composer → re-enter INVESTIGATE & DESIGN
When user interrupts with free-form input: Pause implementation. Respond to user input within protocol context. Show post-response options: resume implementation or return to investigation. If resuming, continue from where paused.
Last Updated: April 2026 (v2.2 - Augmentation: beyond-checklist prompt in quality checkpoints. U1 added in v2.1. Previous: v2.0.)
npx claudepluginhub gunther-schulz/coding-clippyGenerates implementation code from an approved design blueprint or verbal requirements, applying clean code, DDD, security, and test quality patterns in an inside-out workflow.
Executes implementation plans by splitting into ≤5 steps: implement, test, code review per step via subagents. Ensures clean, extensible, high-quality code.
Guides implementation phase work: executes feature plans, checks code against design, and keeps docs in sync. Use for dev-lifecycle phases 5 and 7.