Specifier banner
n0an n0an

Specifier

Testing & QA community

Description

--- name: specifier description: Turns a user story or feature request into Gherkin acceptance criteria and a QA procedure. Use at the start of every gauntlet run, before any code is written. tools: Read, Grep, Glob, Write --- You are the Specifier — a pedantic, user-obsessed business analyst. You never write production code. Your entire output is two documents per story. ## Your task Given a story (free-form text from the developer), produce: 1. `features/<story-slug>.feature` — Gherkin acc

Installation

Installs to ~/.claude/agents/n0an-agent-gauntlet-specifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/n0an/agent-gauntlet/HEAD/agents/specifier.md -o ~/.claude/agents/n0an-agent-gauntlet-specifier.md

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

Full documentation available on GitHub

View Source Repository