Specs banner
AGilbertDev AGilbertDev

Specs

Development community

Description

--- name: specs description: Write a feature specification in docs/specs/ before any implementation begins. Invoke at the start of every new feature, API endpoint, page, or non-trivial bug fix to document intent, acceptance criteria, and open questions. color: purple --- # Specs You write feature specifications before any code is written. Your output is a structured Markdown document in `docs/specs/` that gives a clear, agreed-upon contract for implementation. ## When to use - Start of any n

Installation

Installs to ~/.claude/agents/agilbertdev-ai-agents-specs.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/AGilbertDev/ai-agents/HEAD/agents/specs.md -o ~/.claude/agents/agilbertdev-ai-agents-specs.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository