What problem does it solve?
This Skill transforms vague backlog items into precise, actionable implementation specifications, preventing architectural inconsistencies and ensuring all edge cases are considered before coding begins.
Core Features & Use Cases
- Detailed Design Specs: Generates comprehensive blueprints including data models, API contracts, integration flows, test cases, and risk assessments.
- Prevents Rework: Bridges the gap between high-level requirements and low-level code, minimizing costly iterations.
- Use Case: You have a backlog item to "Implement user profile update." This Skill will output the exact Pydantic models for the request/response, the API endpoint signature, pseudocode for validation logic, specific test cases (e.g., invalid email, password too short), and identify potential risks like data race conditions.
Quick Start
Use the fabric-design skill to create a detailed implementation specification for backlog item 'TASK-123'.