All skills
Skillintermediate
complete
Complete a partially implemented feature by filling gaps and ensuring production readiness.
Claude Code Knowledge Pack7/10/2026
Overview
Complete a partially implemented feature by filling gaps and ensuring production readiness.
Steps
- Assess the current state of the feature:
- Identify remaining work:
- Complete each missing piece:
- Harden the implementation:
- Write missing tests and verify coverage.
- Update documentation:
- Run the full test suite and fix any regressions.
Format
Feature: <name>
Completion Status: <before>% -> <after>%
Gaps Filled:
- <gap>: <what was added>
Rules
- Treat incomplete features as bugs that need fixing.
- Focus on making the feature shippable, not perfect.
- Every public API must have error handling and validation.