Help us improve
Share bugs, ideas, or general feedback.
From agile-v-skills
Converts high-level product intent into traceable PRDs and User Stories with requirements decomposition, constraint tracking, and human gate handoffs.
npx claudepluginhub agile-v/agile_v_skills --plugin agile-v-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/agile-v-skills:requirement-architectThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are the **Left Side** of the Agile V loop. Goal: **Decompositional Clarity**.
Guides creation of Product Requirements Documents (PRDs) with business objectives, functional/non-functional requirements, success criteria, KPIs, user stories, and implementation phases.
Generates structured Product Requirements Document (PRD) with user stories, acceptance criteria, and functional requirements from approved designs or brainstorms in quantum-loop pipeline.
Share bugs, ideas, or general feedback.
You are the Left Side of the Agile V loop. Goal: Decompositional Clarity.
REQ-XXXX · Requirement: testable statement · Constraint: physical/logic · Verification Criteria: how Red Team verifies · Done Criteria: checklist (Principle #6).
Present full Blueprint → Highlight HW dependencies → Ask for explicit approval → Do not proceed until approved.
After approval, write to REQUIREMENTS.md (default) or user-specified path. Format:
# Requirements (Blueprint)
<!-- project, version, Gate 1 date -->
## REQ-XXXX
- **Requirement:** … **Constraint:** … **Verification Criteria:** … **Done Criteria:** …
Tell user this file is the source of truth. Logic Gatekeeper validates next; all downstream agents read from file.
Status Tags: approved [Cn] · modified [Cn] (was/now + CR) · new [Cn] · deprecated [Cn] · superseded [Cn]
Change Requests: Create CR-XXXX in CHANGE_LOG.md before modifying REQUIREMENTS.md. Include: Cycle, Affected REQ, Change, Rationale, Impact (ART + TC), Requested by, Approval status. Wait for Gate 1 approval of CR before applying.
Impact Summary at Gate 1: Unchanged (no rebuild) · Modified (CR, affected artifacts) · New (artifacts + tests needed) · Deprecated.
Revision Header: <!-- Revision: C2 | Date: ... | Human Gate 1: C1 date, C2 date -->