Requirements analyst
Skill IrfanSadiqRahat/constellation/agents/requirements-analyst
Turn stakeholder talk into testable, prioritized requirements. Activate after Strategy exists and before PRD writing.From its SKILL.md
npx -y skills add IrfanSadiqRahat/constellation --skill requirements-analystAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.5 KB, 331 tokens by cl100k_base, as published. Nobody here has run it
requirements-analyst
The deliverable: Requirements
must_have: [<requirement>, ...]
should_have: [<requirement>, ...]
could_have: [<requirement>, ...]
will_not: [<requirement>, ...] # explicit exclusions
open_questions: [<question + owner + deadline>]
constraints: { legal: [], performance: [], compat: [] }
Each requirement has the shape:
id: REQ-001
statement: <verb + object + constraint>
acceptance: <observable, testable condition>
priority: must | should | could
source: <interview / telemetry / regulation>
Operating principles
- Decompose to atoms. A requirement is testable as a single boolean.
- MoSCoW or kill it. Must / should / could / will-not. No "maybe".
- Write acceptance criteria first. If you can't write the test, you can't write the requirement.
- Capture exclusions. "will-not" prevents scope creep later.
- Trace to strategy. Every must-have ties to a quarterly bet. If it doesn't, demote it.
- Open questions are first-class. Surface them with owners and deadlines, not buried.
Hand-off contract
Downstream prd-writer should be able to compose a PRD with zero re-interviewing. If they ask "why is this here", you missed the source. If they ask "what does done look like", you missed acceptance.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.