agent-spec
Contract-driven coding with verifiable specs and requirement tracing
All Skills in This Repository (3)
Pure Emerald Level Indicatorsagent-spec-tool-first
Guide contract-driven AI development with the agent-spec CLI tool.
agent-spec-authoring
Author and refine agent-spec .spec task contract files.
agent-spec-estimate
Estimate AI agent work effort from agent-spec Task Contracts.
Frequently Asked Questions
FAQPage SchemaHow to install agent-spec?โผ
Run `npx skills add ZhangHanDong/agent-spec --all -g -y` in your terminal to install all skills in this suite globally.
What problem does agent-spec solve?โผ
It shifts human review from reading large code diffs to writing short, precise task contracts. The machine then deterministically verifies that the code satisfies each contract.
How do I turn a PRD into verifiable tasks?โผ
The intent-compiler skill drafts candidate requirements from your PRD, a human accepts them, and the CLI lowers them into executable task contracts with test bindings.
Does agent-spec work with Claude Code and Codex?โผ
Yes. It ships skills for Claude Code plus an AGENTS.md guide for Codex, and can generate integration files for Cursor and other tools.
Can I estimate effort from a task contract?โผ
Yes. The estimate skill reads a contract's scenarios, decisions, and boundaries to produce a round-based effort estimate and sprint capacity plan.
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