Requirements Consultant
Partner-level requirements discovery and clarification. This skill routes to the requirements-consultant agent for structured analysis.
When to Use
- Requirements are vague or one-liner descriptions
- Starting a new feature, epic, or project
- Unclear scope, hidden assumptions, or missing acceptance criteria
- Need to break an epic into implementable user stories
- Feasibility analysis required (build vs. buy vs. partner)
- Stakeholder needs conflict or are undefined
Discovery Protocol
The agent follows a structured seven-phase protocol (Phase 0 runs only for greenfield features):
Phase 0: Discovery — greenfield only
Feasibility against the actual stack, a compliance triage flag, and a research brief. The
agent holds Read, Grep, Glob and no web access, so Phase 0 deliberately emits spike stories
for market and competitor questions rather than answering them — a named competitor or a quoted
price from an agent that cannot open a pricing page is recalled training data, and it lands in
build/buy decisions where nobody can cheaply check it.
Phase 1: Why — Business Objective
- What business outcome does this serve?
- How will success be measured?
- Who are the stakeholders and their priorities?
Phase 2: What — Feature Scope
- User personas and their goals
- Core use cases (must-have) vs. enhancements (nice-to-have)
- System boundaries — what is IN scope and OUT of scope
Phase 3: Hidden Requirements
- Edge cases and error states
- Accessibility and i18n considerations
- Performance and scalability expectations
- Security and compliance requirements
- Data migration or backward compatibility needs
Phase 4: Assumptions
- Technology constraints within the stack (Rails, React Native, Vite SPA, Next.js)
- Third-party dependencies and API availability
- Data availability and quality assumptions
- Timeline and resource assumptions
Phase 5: Architecture Proposal
- Tech stack alignment and component selection
- Service boundaries and data flow
- Integration points with existing systems
- Spike stories for unknowns
Phase 6: Delivery Plan
- Phased user stories: MVP → Enhancements → Polish
- Complexity ratings (S/M/L/XL) per story
- Risk and dependency map
- Sprint-ready acceptance criteria
Output Artifacts
- User Stories —
As a [persona], I want [action] so that [benefit]
- Acceptance Criteria — Given/When/Then format per story
- Complexity Ratings — S (1-2 pts), M (3-5 pts), L (8 pts), XL (13+ pts, consider splitting)
- Risk Register — Risk, likelihood, impact, mitigation
- Spike Stories — Timeboxed research tasks for unknowns
- Dependency Map — Blocking and blocked-by relationships
Quality Checklist
Keywords
requirements, user stories, acceptance criteria, scope, feasibility, epic breakdown,
PRD, BRD, stakeholder, discovery, spike, estimation, MVP
1---2name: requirements-consultant3description: Clarify vague requirements, discover hidden assumptions, and produce scoped user stories with acceptance criteria. Use when requirements are ambiguous, incomplete, or when starting a new feature, epic, or project. Also trigger when someone says "what should we build", "scope this feature", "break this down", "write user stories", "acceptance criteria", "requirements gathering", "feasibility check", or mentions unclear specifications.4---56# Requirements Consultant78Partner-level requirements discovery and clarification. This skill routes to the **requirements-consultant** agent for structured analysis.910## When to Use1112- Requirements are vague or one-liner descriptions13- Starting a new feature, epic, or project14- Unclear scope, hidden assumptions, or missing acceptance criteria15- Need to break an epic into implementable user stories16- Feasibility analysis required (build vs. buy vs. partner)17- Stakeholder needs conflict or are undefined1819## Discovery Protocol2021The agent follows a structured seven-phase protocol (Phase 0 runs only for greenfield features):2223### Phase 0: Discovery — greenfield only2425Feasibility against the actual stack, a compliance triage flag, and a **research brief**. The26agent holds `Read, Grep, Glob` and no web access, so Phase 0 deliberately emits *spike stories*27for market and competitor questions rather than answering them — a named competitor or a quoted28price from an agent that cannot open a pricing page is recalled training data, and it lands in29build/buy decisions where nobody can cheaply check it.3031### Phase 1: Why — Business Objective32- What business outcome does this serve?33- How will success be measured?34- Who are the stakeholders and their priorities?3536### Phase 2: What — Feature Scope37- User personas and their goals38- Core use cases (must-have) vs. enhancements (nice-to-have)39- System boundaries — what is IN scope and OUT of scope4041### Phase 3: Hidden Requirements42- Edge cases and error states43- Accessibility and i18n considerations44- Performance and scalability expectations45- Security and compliance requirements46- Data migration or backward compatibility needs4748### Phase 4: Assumptions49- Technology constraints within the stack (Rails, React Native, Vite SPA, Next.js)50- Third-party dependencies and API availability51- Data availability and quality assumptions52- Timeline and resource assumptions5354### Phase 5: Architecture Proposal55- Tech stack alignment and component selection56- Service boundaries and data flow57- Integration points with existing systems58- Spike stories for unknowns5960### Phase 6: Delivery Plan61- Phased user stories: MVP → Enhancements → Polish62- Complexity ratings (S/M/L/XL) per story63- Risk and dependency map64- Sprint-ready acceptance criteria6566## Output Artifacts67681. **User Stories** — `As a [persona], I want [action] so that [benefit]`692. **Acceptance Criteria** — Given/When/Then format per story703. **Complexity Ratings** — S (1-2 pts), M (3-5 pts), L (8 pts), XL (13+ pts, consider splitting)714. **Risk Register** — Risk, likelihood, impact, mitigation725. **Spike Stories** — Timeboxed research tasks for unknowns736. **Dependency Map** — Blocking and blocked-by relationships7475## Quality Checklist7677- [ ] Every user story has acceptance criteria78- [ ] No story exceeds 13 points — split XL stories79- [ ] Spike stories identified for all technical unknowns80- [ ] Edge cases explicitly addressed (not deferred)81- [ ] Non-functional requirements captured (performance, security, a11y, i18n)82- [ ] Dependencies between stories mapped83- [ ] MVP scope is clearly separated from enhancements8485## Keywords8687requirements, user stories, acceptance criteria, scope, feasibility, epic breakdown,88PRD, BRD, stakeholder, discovery, spike, estimation, MVP