Specpipe — Testing skill for Claude Code
Spec-first development toolkit for agentic AI coding agents — skills + guardrails for Claude Code, Codex, Cursor, Antigravity, and more.
How to install Specpipe
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open microvn/specpipe and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Specpipe does
Spec-first development toolkit for agentic AI coding agents — skills + guardrails for Claude Code, Codex, Cursor, Antigravity, and more.
Alternatives in Testing
- OpenAgentsControl — AI agent framework for plan-first development workflows with approval-based execution 4.8k ★
- Spec Kitty — Spec-Driven Development for serious software developers 1.6k ★
- Spec Driven Develop — Spec-driven development workflow for AI coding agents: architecture-first planning, task decomposition, GitHub 975 ★
README
Specpipe
One spec-first workflow, installed into every AI coding agent you use.
Specpipe installs a disciplined loop — **spec → code + tests → build pass** — as native skills, guard hooks, and project rules. You author it once; it lands in whichever agent you run (Claude Code, Codex, Cursor, OpenCode, Antigravity, OpenClaw, Hermes). Switch agents, keep the same `/sp-*` commands.
npx specpipe init # interactive picker — choose agents, skills, guards
Why
AI agents write code fast and drift fast — they invent requirements, test the wrong things, and quietly break what worked. Specpipe fixes the loop, not the model:
- The spec is the source of truth. Acceptance scenarios (Given/When/Then) live inside the spec; if code contradicts it, the code is wrong. No separate test plan to fall out of sync.
- Tests check behavior, not guesses. They come from the spec, so they survive refactors.
- Guardrails are enforced, not suggested. Hooks stop an agent from reading secrets or crawling
node_modulesbefore it happens. - Learn it once. The same commands and discipline work in every agent.
You don't have to be a developer to feel it: describe a feature in plain language, the agent turns it into a spec you can read, builds against it, and proves it with tests — every step reviewable.
Quick start
npx specpipe init # interactive: scope (project/global), agents, skills, guards
npx specpipe init -y # non-interactive defaults: this project, Claude, all skills + guards
Then open your agent (`claude`, `codex`, `cursor`, …) and run the loop. The transcript below is on Claude Code with a Swift project; the same commands and output work in
Related Skills
Agentic Doc Templates
Stop coding agents from losing intent or building the wrong product shape. Modular Understanding/spec/TODO doc
Alih Spec
⚡ Enterprise Spec-Driven Development (SDD) framework & native AI skill for converting codebases across stacks.
macOS Trace
Agent Skill: closed-loop performance optimization for macOS apps — headless xctrace profiling, targeted code f
Bug Hunting
Bug bounty hunting & penetration testing skills for Claude, Codex, and any agentic coding tool.
Spectoflow
Agent-agnostic spec-driven development framework with a real-time local dashboard — works with Claude Code, Gi
Vindicate
A local-first Playwright test automation toolkit for AI coding agents (Cursor, Claude Code, Copilot), with MCP
Related Agents
Agentic AI Dev
Expert Agentic AI developer with Python 3.14, LangChain v1.2.8, LangGraph v1.0.7, and FastAPI 0.135.2. Use for
Security Sentinel
Deep security review focused on OWASP Top 10, injection, auth/authz, data exposure, and dependency vulnerabili
Verify
Claude Code runner adapter. 격리 snapshot에서 Codex/Antigravity/Tailscale Aperture reviewer를 조합해 교차검증. 보안 결정권 없음,