What problem does it solve?
This Skill allows you to directly create formal, executable specifications when you already have clear and detailed requirements, bypassing the brainstorming phase. It ensures your specs are sound, complete, and validated against project principles before any coding begins.
Core Features & Use Cases
- Direct Spec Generation: Transforms clear requirements (e.g., from a PRD or user story) into a structured
SKILL.md file.
- Constitution Validation: Automatically checks the new spec against your project's defined principles and standards.
- Soundness Review: Ensures the spec is complete, unambiguous, implementable, and testable.
- Use Case: You receive a detailed product requirements document for a new REST API endpoint. Use this skill to quickly generate a formal spec, including functional, non-functional, error handling, and success criteria sections.
Quick Start
To create a spec for a new API endpoint, provide the details:
Create a spec for a REST API endpoint to update user profiles.
PUT /api/users/:id/profile
- Accepts: name, bio, avatar_url
- Requires: JWT authentication
- Returns: updated user object