specops
Spec-driven development workflow with requirements, design, and tasks
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install SpecOps?โผ
Run `npx skills add sanmak/specops --all -g -y` in your terminal to install the full workflow globally for your coding assistant.
What is spec-driven development?โผ
It is a workflow where the agent writes requirements, design, and task breakdowns before coding. SpecOps enforces this with a 4-phase process: Understand, Spec, Implement, Complete.
Which coding platforms does SpecOps support?โผ
It works natively with Claude Code, Cursor, OpenAI Codex, GitHub Copilot, and Google Antigravity, all generated from a single source of truth.
How does SpecOps stop agents from coding too early?โผ
It uses enforcement gates that block implementation until specs are approved, plus adversarial evaluation that scores spec and code quality against hard thresholds.
Do specs survive across sessions?โผ
Yes. All specs are git-tracked markdown files with a local memory layer, so decisions and context are recovered automatically in future sessions.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core