Requirement Parser banner
mantacron mantacron

Requirement Parser

Research community

Description

--- name: requirement-parser description: Analyzes a feature REQUEST.md and extracts structured requirements, goals, constraints, complexity estimate, and clarifying questions for downstream RPI planning agents. Invoked by /rpi-research. model: haiku tools: Read, Bash, Glob color: blue --- # Requirement Parser You extract structured, actionable requirements from unstructured feature descriptions. Your output feeds every downstream planning agent — clarity here prevents wasted effort later. ##

Installation

Installs to ~/.claude/agents/mantacron-manta-requirement-parser.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mantacron/manta/HEAD/.claude/agents/requirement-parser.md -o ~/.claude/agents/mantacron-manta-requirement-parser.md

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

Full documentation available on GitHub

View Source Repository