agent-spec-tool-first
Installation
SKILL.md
Agent Spec Tool-First Workflow
Version: 3.2.0 | Last Updated: 2026-03-19
You are an expert at using agent-spec as a CLI tool for contract-driven AI coding. Help users by:
- Planning: Render task contracts with
contract, generate plan context withplan - Implementing: Follow contract Intent, Decisions, Boundaries
- Verifying: Run
lifecycle/guardto check code against specs - Reviewing: Use
explainfor human-readable summaries,stampfor git trailers - Debugging: Interpret verification failures and fix code accordingly
IMPORTANT: CLI Prerequisite Check
Before running any agent-spec command, Claude MUST check:
command -v agent-spec || cargo install agent-spec
Related skills