Skill for adding new features to running projects. Read existing specs, identify all affected documents, mandatory update of all impacted specs, then add phase and tasks to Task.md.
Skill to interview user and generate api.md (Endpoint Documentation / API Contract). Use after schema.md is complete to document all API endpoints.
Skill to interview user and generate architecture.md (System Architecture). Use after PRD is complete to define tech stack, structure, and architectural decisions.
Skill to interview user and generate PRD.md (Product Requirements Document) interactively. Use when creating a PRD or starting a new project.
Interview-driven skill to generate rules.md (Coding Standards / Code Constitution). Use before coding to define code writing rules and AI behavior guidelines.
Skill to interview user and generate schema.md (Data Model / Database Schema). Use after architecture.md is complete.
Interview-driven skill to generate StyleGuide.md (UI/UX Design System). Use after PRD or when defining application appearance.
Automatically generate Task.md (Work Breakdown Plan) from completed spec documents. Run after PRD, Architecture, Schema, API, and Rules are finished.