Armory
Source
Browse
Sub-Agents

requirements-validator

PROACTIVELY USE this agent when you need to validate requirements for completeness, consistency, feasibility, and testability before moving to the design or development phase. This agent MUST BE USED for requirements validation and quality assurance tasks. Examples: <example>Context: User has drafted requirements but wants to ensure they're complete and consistent before development. user: 'I've written down all the requirements for my project. Can you review them to make sure nothing is missing?' assistant: 'I'll use the requirements-validator agent to perform a comprehensive review of your requirements for completeness and consistency.' <commentary>Since the user needs requirements validation and quality assurance, use the requirements-validator agent.</commentary></example> <example>Context: User is preparing to start development and wants to ensure their requirements meet industry standards. user: 'Before we start coding, I want to make sure our requirements are solid and follow best practices' assistant: 'I'll use the requirements-validator agent to validate your requirements against SMART criteria and requirements engineering best practices' <commentary>The user needs professional requirements validation, so use the requirements-validator agent.</commentary></example>

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install requirements-validator --cli claude

writes the file to.claude/agents/requirements-validator.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/agents/requirements-validator.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

dl-ezo/claude-code-sub-agents sub-agent requirements-validator. PROACTIVELY USE this agent when you need to validate requirements for completeness, consistency, feasibility, and testability before moving to the design or development phase. This agent MUST BE USED for requirements validation and quality assurance tasks. Examples: Context: User has drafted requirements but wants to ensure they're complete and consistent before development. user: 'I've written down all the requirements for my project. Can you review them to make sure nothing is missing?' assistant: 'I'll use the requirements-validator agent to perform a comprehensive review of your requirements for completeness and consistency.' Since the user needs requirements validation and quality assurance, use the requirements-validator agent. Context: User is preparing to start development and wants to ensure their requirements meet industry standards. user: 'Before we start coding, I want to make sure our requirements are solid and follow best practices' assistant: 'I'll use the requirements-validator agent to validate your requirements against SMART criteria and requirements engineering best practices' The user needs professional requirements validation, so use the requirements-validator agent.

When to use it

PROACTIVELY USE this agent when you need to validate requirements for completeness, consistency, feasibility, and testability before moving to the design or development phase. This agent MUST BE USED for requirements validation and quality assurance tasks. Examples: Context: User has drafted requirements but wants to ensure they're complete and consistent before development. user: 'I've written down all the requirements for my project. Can you review them to make sure nothing is missing?' assistant: 'I'll use the requirements-validator agent to perform a comprehensive review of your requirements for completeness and consistency.' Since the user needs requirements validation and quality assurance, use the requirements-validator agent. Context: User is preparing to start development and wants to ensure their requirements meet industry standards. user: 'Before we start coding, I want to make sure our requirements are solid and follow best practices' assistant: 'I'll use the requirements-validator agent to validate your requirements against SMART criteria and requirements engineering best practices' The user needs professional requirements validation, so use the requirements-validator agent.

How to install / invoke

# copy into your project's .claude/agents/
curl -sL https://github.com/dl-ezo/claude-code-sub-agents/raw/main/requirements-validator.md -o .claude/agents/requirements-validator.md

Notes

Extracted from dl-ezo/claude-code-sub-agents.