sanmaksanmakCommunityยท1 Agent Skills Included

specops

Spec-driven development workflow with requirements, design, and tasks

Transforms feature ideas into structured specifications with requirements, design documents, and ordered task lists before any code is written. Eliminates vague assumptions, lost context between sessions, and unreviewed code changes through git-tracked specs and approval gates. Works across Claude Code, Cursor, Codex, Copilot, and Antigravity from one source, with drift audits, dependency checks, and production learnings.
npx skills add sanmak/specops --all -g -y
Available:

Explains the three-tier architecture and instructs the agent on how core workflow modules, platform adapters, and generated skill files fit together when working in this repository.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’