What problem does it solve?
AI coding agents like Claude Code, Cursor, and Copilot drift apart and contradict each other because they lack a shared source of truth for what to build. This skill fixes that by generating three spec files before any code is written, ensuring every agent works from the same requirements, design, and task list.
Core Features & Use Cases
- Spec Generation: Creates requirements.md, design.md, and tasks.md through a conversational interview that asks one question at a time.
- Cross-AI Configuration: Generates matching config files for Claude Code, Cursor, Windsurf, GitHub Copilot, and Aider so all agents read the same mandate.
- Retrofit Mode: Reverse-engineers specs from existing codebases using a discovery interview and marks unconfirmed fields with [TO VERIFY].
- Anti-Pattern Prevention: Blocks coding without specs, prevents scope creep, and enforces a divergence protocol when implementation must deviate from design.
Quick Start
Tell Claude you want to start a new project or set up your AI coding tools, and the skill will interview you and generate the spec files and agent configurations for you.