What problem does it solve?
This Skill automates the verification of design document completeness, identifying missing details before implementation begins, thereby reducing rework and ensuring a smoother development process.
Core Features & Use Cases
- Design Document Analysis: Scans architecture design documents (
arch-be.md, arch-fe.md) for completeness.
- Component Gap Identification: Detects missing details within predefined components (e.g., Authentication, Database, API for backend; Component Structure, State Management, Routing for frontend).
- Interactive Gap Filling: Prompts the user with specific questions to fill identified gaps, offering predefined options or allowing for custom input.
- Use Case: Before starting the backend development for a new microservice, use this Skill to ensure the
arch-be.md document covers all critical aspects like token refresh, database indexing, and API rate limiting.
Quick Start
Use the check skill to review the backend architecture document for the 'user-service'.