agentsclimarketplace

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

Install
npx -y skills add IrfanSadiqRahat/constellation --skill requirements-analyst

Assembled 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

  1. Decompose to atoms. A requirement is testable as a single boolean.
  2. MoSCoW or kill it. Must / should / could / will-not. No "maybe".
  3. Write acceptance criteria first. If you can't write the test, you can't write the requirement.
  4. Capture exclusions. "will-not" prevents scope creep later.
  5. Trace to strategy. Every must-have ties to a quarterly bet. If it doesn't, demote it.
  6. 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.

Keep looking

Skills are one crate of 326,736. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.