// Detail or invent
Critical context goes missing — or gets invented with confidence. Spec-driven development aligns everyone before code is written.
Critical context goes missing — or gets invented with confidence. Spec-driven development aligns everyone before code is written.
Output drifts from your conventions and becomes hard to maintain. Your rules and project context should lead, not the agent defaults.
Mistakes pile up until they are costly to fix. Keep humans in the loop and verify outcomes instead of shipping on faith.
Clear acceptance criteria up front so agents, engineers, and stakeholders share the same definition of done.
Skills, AGENTS.md, and conventions you define travel with the repo across IDEs and agents.
You stay in control. Approve specs, plans, code, and tests — you own what merges.
Set up new projects and understand brownfield codebases so agents work from how your system actually works.
A guided path from requirement to verified delivery, with checkpoints you review at each stage.
Improve what ships with review and repair workflows, plus more capabilities on the roadmap for releases and refactors.
| Skill | Pipeline | What it does | Status |
|---|---|---|---|
/initialize | Architecture | Sets up your project environment and main instructions file. | Available |
/explore | Architecture | Reverse-engineers legacy code for architecture insights (brownfield projects). | Available |
/extract | Architecture | Extracts real rules and conventions from your codebase to guide generation. | Available |
/specify | Building | Writes clear specifications with formal acceptance criteria. | Available |
/planify | Building | Breaks specs into concrete, ordered implementation steps. | Available |
/codify | Building | Generates code that follows your plans and your rules. | Available |
/verify | Building | Writes and runs E2E tests so specs are actually met. | Available |
/review | Crafting | Reviews code for quality and generates a feedback report. | Available |
/repair | Crafting | Fixes issues identified during review. | Available |
/repository | Crafting | Manages repository tasks with git commits and branches. | Roadmap |
/refactor | Crafting | Improves existing code without changing its behavior. | Roadmap |
/release | Crafting | Prepares and publishes a new release, including changelog generation. | Roadmap |
Antigravity, Cursor, VS Code, and other tools that load project context from your repository.
Claude Code, Codex, Copilot, OpenCode, Gemini, and more — wherever markdown instructions are supported.