Source profileQuality 95/100

nexus-substrate/nexus-agents/skills/requirements-gathering/SKILL.md

requirements-gathering

Extract structured requirements from vague user requests. Decompose ideas into user stories with acceptance criteria, map to available capabilities, and identify gaps. Triggers on "requirements", "user stories", "what do I need", "break down this request", "analyze this feature".

Source repository stars
18
Declared platforms
0
Static risk flags
0
Last source update
2026-08-25
Source checked
2026-08-25

Decision brief

What it does: where it fits

Extract structured requirements from vague user requests. Decompose ideas into user stories with acceptance criteria, map to available capabilities, and identify gaps.

Best for

  • User describes a feature vaguely ("make it do X")
  • Planning a new epic or large feature
  • Evaluating whether a request is feasible with current capabilities

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/nexus-substrate/nexus-agents --skill "skills/requirements-gathering"
Safe inspection promptEditorial

Inspect the Agent Skill "requirements-gathering" from https://github.com/nexus-substrate/nexus-agents/blob/d7d6eeb0b286dd38ab8ede233a47d92326399097/skills/requirements-gathering/SKILL.md at commit d7d6eeb0b286dd38ab8ede233a47d92326399097. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    Process

    1. Parse the user's raw input for intent, scope, and stakeholders 2. Identify ambiguities — what's unclear or underspecified? 3. Classify the request type: feature, improvement, fix, research, infrastructure 4. Assess complexity: simple (1-2 steps), moderate (3-5), complex (6+)

    Parse the user's raw input for intent, scope, and stakeholdersIdentify ambiguities — what's unclear or underspecified?Classify the request type: feature, improvement, fix, research, infrastructure
  2. 02

    Phase 1: Analyze the Request

    1. Parse the user's raw input for intent, scope, and stakeholders 2. Identify ambiguities — what's unclear or underspecified? 3. Classify the request type: feature, improvement, fix, research, infrastructure 4. Assess complexity: simple (1-2 steps), moderate (3-5), complex (6+)

    Parse the user's raw input for intent, scope, and stakeholdersIdentify ambiguities — what's unclear or underspecified?Classify the request type: feature, improvement, fix, research, infrastructure
  3. 03

    Phase 2: Extract Requirements

    Functional Requirements — What the system must do Non-functional Requirements — Performance, security, usability constraints Constraints — Technical limitations, timeline, dependencies

    Functional Requirements — What the system must do Non-functional Requirements — Performance, security, usability constraints Constraints — Technical limitations, timeline, dependencies
  4. 04

    Phase 3: Map to Capabilities

    Cross-reference requirements against available nexus-agents capabilities:

    Cross-reference requirements against available nexus-agents capabilities:
  5. 05

    Phase 4: Identify Gaps

    For each requirement that cannot be fulfilled:

    Describe the gap clearlySuggest workarounds using existing capabilitiesFlag for issue creation if the gap is significant

Permission review

Static risk signals and limitations

No configured static risk pattern was detected

This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score95/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars18SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
nexus-substrate/nexus-agents
Skill path
skills/requirements-gathering/SKILL.md
Commit
d7d6eeb0b286dd38ab8ede233a47d92326399097
License
MIT
Collected
2026-08-25
Default branch
main
View the original SKILL.md

Requirements Gathering Skill

Process

Phase 1: Analyze the Request

  1. Parse the user's raw input for intent, scope, and stakeholders
  2. Identify ambiguities — what's unclear or underspecified?
  3. Classify the request type: feature, improvement, fix, research, infrastructure
  4. Assess complexity: simple (1-2 steps), moderate (3-5), complex (6+)

Phase 2: Extract Requirements

Structure findings as:

Functional Requirements — What the system must do Non-functional Requirements — Performance, security, usability constraints Constraints — Technical limitations, timeline, dependencies

Phase 3: Map to Capabilities

Cross-reference requirements against available nexus-agents capabilities:

Capability TypeWhere to Check
MCP Tools (20)CLAUDE.md MCP Tools Reference table
Workflows (9)src/orchestration/graph/templates/
Expert Roles (9)src/agents/experts/expert-config.ts
CLI Adapterssrc/cli-adapters/factory.ts
Security Pipelinesrc/security/

Phase 4: Identify Gaps

For each requirement that cannot be fulfilled:

  • Describe the gap clearly
  • Suggest workarounds using existing capabilities
  • Flag for issue creation if the gap is significant

Phase 5: Generate User Stories

Format each requirement as a user story:

As a [role], I want [capability] so that [benefit]

Acceptance Criteria:
- Given [context], When [action], Then [outcome]
- Given [context], When [action], Then [outcome]

Priority: P1/P2/P3/P4
Dependencies: [list]

Phase 6: Propose Plan

Summarize the implementation approach:

  1. Which existing tools/workflows/experts to use
  2. What new capabilities need to be built
  3. Suggested phasing (what to build first)
  4. Risk assessment

Output Format

## Requirements Analysis

### Intent

[1-2 sentence summary of what the user wants]

### User Stories

1. **[Story Title]**
   As a [role], I want [capability] so that [benefit]
   - AC: [acceptance criteria]
   - Priority: [P1-P4]

### Capability Mapping

| Requirement | Available Tool/Workflow | Status          |
| ----------- | ----------------------- | --------------- |
| [req]       | [tool/workflow/expert]  | [available/gap] |

### Gaps Identified

- [Gap description + suggested workaround]

### Recommended Approach

[Phased implementation plan using existing capabilities]

When to Use

  • User describes a feature vaguely ("make it do X")
  • Planning a new epic or large feature
  • Evaluating whether a request is feasible with current capabilities
  • Bridging between user intent and technical implementation

Divergent → Convergent thinking

For ambiguous or open-ended requests, run a structured ideation pass before settling on requirements:

Step 1 — Diverge

Restate the idea in your own words, then ask three sharpening questions:

  1. What problem does this actually solve? Often the request describes a solution, not the problem.
  2. Who is harmed if we don't do this? Identifies the real stakeholder.
  3. What would success look like at the end of the first hour of use? Concretizes the acceptance criterion.

Then generate 2-3 variations of the request — different scopes, different users, different mechanisms.

Step 2 — Converge

For each variation:

  • Cluster — what assumptions does this share with the others?
  • Stress-test — what's the failure mode? What if the assumption is wrong?
  • Surface hidden constraints — what is the user assuming we already know? (Tech stack, deadlines, audience, success metrics)

Step 3 — Sharpen and ship

Produce a one-pager with: Problem statement, Recommended direction, Key assumptions, MVP scope, Not Doing list. The Not Doing list is the highest-value section — it makes scope decisions explicit.

Dependency-graph identification

When the request becomes a multi-task plan, map dependencies before sequencing:

  1. List the tasks.
  2. For each task, identify what must exist before it can run (schemas, APIs, data, other modules, tests, docs).
  3. Identify parallel-safe tasks — those with no shared dependencies.
  4. Identify serial bottlenecks — single tasks that block many downstream items.

Sequence: serial bottlenecks first, then parallel-safe waves of 3-4 (per .rules/subagent-coordination.md), then late-stage integration tasks.

Anti-rationalization — Requirements

ExcuseCounter
"The user said X, so we build X"Users describe solutions; you need the problem. Restate, ask the three sharpening questions.
"This is obvious, no need to write it down"Obvious to whom? Different stakeholders read "obvious" differently. The Not Doing list catches the silent disagreements.
"We can figure out scope as we go"Scope creep is the most expensive bug. Lock the MVP and the Not Doing list before writing code.
"The acceptance criterion is 'when it works'""Works" is unfalsifiable. The criterion is a test or a user scenario the spec can be measured against.
"We don't need to identify dependencies, we'll just hit them"Hitting dependencies serial costs ~Nx the time vs identified-and-parallelized. Map first, then sequence.

Red flags

  • Requirements doc with no "Not Doing" list
  • User stories without testable acceptance criteria ("works", "is fast", "looks good")
  • Capability mapping skipped — gaps not flagged
  • Dependencies not listed; serial bottlenecks unidentified
  • Spec produced without surfacing assumptions explicitly

Verification checklist

  • Three sharpening questions asked + answered in the spec
  • At least 2-3 variations explored before converging
  • "Not Doing" list explicit and signed off
  • User stories have testable acceptance criteria
  • Capabilities mapped to existing tools/workflows; gaps flagged
  • Dependency graph identified; parallel-safe vs serial labelled

Frequently asked questions

What to verify before installation and use

What does the requirements-gathering source document cover?

Extract structured requirements from vague user requests. Decompose ideas into user stories with acceptance criteria, map to available capabilities, and identify gaps.

How do I install requirements-gathering?

The source record exposes this install command: npx skills add https://github.com/nexus-substrate/nexus-agents --skill "skills/requirements-gathering". Inspect the command and pinned source before running it.

Alternatives

Compare before choosing

Computed 10045,511

coreyhaines31/marketingskills

ab-testing

When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," "how long should I run this test," "growth experiments," "experiment velocity," "experiment backlog," "ICE score," "experimentation program

Computed 10045,511

coreyhaines31/marketingskills

churn-prevention

When the user wants to reduce churn, build cancellation flows, set up save offers, recover failed payments, or implement retention strategies. Also use when the user mentions 'churn,' 'cancel flow,' 'offboarding,' 'save offer,' 'dunning,' 'failed payment recovery,' 'win-back,' 'retention,' 'exit survey,' 'pause subscription,' 'involuntary churn,' 'people keep canceling,' 'churn rate is too high,' 'how do I keep users,' or 'customers are leaving.' Use this whenever someone is losing subscribers o

Computed 10024,921

alirezarezvani/claude-skills

app-store-optimization

App Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklist

Computed 10015,122

wanshuiyin/Auto-claude-code-research-in-sleep

citation-audit

Use it for operations and research tasks; the detail page covers purpose, installation, and practical steps.