.claude/skills/implementation-process/SKILL.md
Implement a feature using the written implementation plan. Use when you have a fully-formed written implementation plan to execute in a separate session with review checkpoints
npx skillsauth add serpro69/ktchn8s 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.
Load plan, review critically, execute tasks in batches, report for review between batches.
Core principle: Batch execution with checkpoints for architect review.
testing-process skillzen mcp code-review with gemini-3-proAfter all sub-tasks complete and verified:
testing-process skill to verify and validate functionalitydocumentation-process skill to create or update any relevant docsSTOP 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.
documentation
After implementing a new feature or fixing a bug, make sure to document the changes. Use after finishing the implementation phase for a feature or a bug-fix
tools
--- name: development-process description: --- # Development Process ## Working with Dependencies 1. Always try to use latest versions for dependencies. 2. If you are not sure, **do not make assumptions about how external dependencies work**. Always consult documentation. 3. Before trying alternative methods, always try to **use context7 MCP to lookup documentation for external dependencies** like libraries, SDKs, APIs and other external frameworks, tools, etc. - **IMPORTANT! Always make
development
Use this task to ensure you follow development best practices during development and implementation.