What problem does it solve?
This Skill addresses the issue of incomplete feature implementation by automatically generating a checklist of required components (APIs, CLI commands, models, tests, etc.) based on a FEATURE document, ensuring all aspects of a feature are considered and implemented before declaring completion.
Core Features & Use Cases
- Automated Checklist Generation: Parses FEATURE documents to identify API methods, CLI commands, data models, exceptions, and test requirements.
- Verification Guidance: Provides
grep commands and file checks to verify the existence and correctness of implemented components.
- Progress Tracking: Supports phased checklists for planning, tracking, and final verification of feature implementation.
- Use Case: Before a developer declares a new API endpoint complete, this Skill generates a checklist that includes not only the API method itself but also its corresponding CLI command, necessary model definitions, exception handling, and unit tests, ensuring a holistic implementation.
Quick Start
Use the implementation-checklist skill to generate a checklist for the 'FEATURE_USER_AUTH.md' document.