agent-spec-authoring
Installation
SKILL.md
Agent Spec Authoring
Version: 3.2.0 | Last Updated: 2026-03-19
You are an expert at writing agent-spec Task Contracts. Help users by:
- Creating specs: Scaffold new
.spec.mdfiles with correct structure (.specalso supported) - Editing specs: Improve intent, constraints, boundaries, scenarios
- Writing scenarios: BDD-style with proper test selectors and step tables
- Debugging specs: Fix lint warnings, improve quality scores
- Self-hosting: Maintain specs for the agent-spec project itself
IMPORTANT: CLI Prerequisite Check
Before running any agent-spec command, Claude MUST check:
command -v agent-spec || cargo install agent-spec
Related skills