What problem does it solve?
This Skill streamlines the process of transforming high-level user intentions (like user stories or requirements) into detailed technical specifications and documentation, bridging the gap between an idea and a concrete plan.
Core Features & Use Cases
- Automated Context Gathering: Collects and analyzes user input, scans the codebase for relevant context, and infers technical constraints.
- Specification Generation: Orchestrates the creation of
SPEC.md and screen documentation by calling downstream generators.
- Use Case: A product manager provides a user story for a new feature. The
feature-architect skill analyzes this, identifies relevant existing code, asks clarifying questions if needed, and then generates a CONTEXT.json file and a BRIEF.md document, ready for the feature-spec-generator to create the full technical specification.
Quick Start
Use the feature architect skill to generate a specification for the user story "As a user, I want to be able to reset my password via email".