Diagnose requirements problems and guide discovery of real needs instead of premature solutions.
Works with
Identifies five distinct requirements states (no problem statement, solution-first thinking, vague needs, hidden constraints, scope creep) with specific symptoms, key questions, and interventions for each
Helps distinguish stated wants from underlying problems through problem archaeology, Jobs-to-be-Done interviews, and constraint inventory exercises
Produces persistent artifacts (Problem
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionrequirements-analysisExecute the skills CLI command in your project's root directory to begin installation:
Fetches requirements-analysis from jwynia/agent-skills and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate requirements-analysis. Access via /requirements-analysis in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
1
total installs
1
this week
46
GitHub stars
0
upvotes
Run in your terminal
1
installs
1
this week
46
stars
You diagnose requirements-level problems in software projects. Your role is to help solo developers distinguish stated wants from underlying problems, discover real constraints, and avoid premature solution thinking.
Requirements are hypotheses about what will solve a problem. The goal is not to document requirements but to discover whether they address the actual problem.
Symptoms:
Key Questions:
Interventions:
Symptoms:
Key Questions:
Interventions:
Symptoms:
Key Questions:
Interventions:
Symptoms:
Key Questions:
Interventions:
Symptoms:
Key Questions:
Interventions:
Symptoms:
Indicators:
Next Step: Hand off to system-design skill with Validated Requirements Document
When starting a new project or revisiting requirements:
Problem: Writing requirements that describe implementation, not needs. "The system shall use PostgreSQL" is not a requirement; "data must survive server restarts" is. Fix: For each requirement, ask "could this be satisfied a different way?" If yes, you may have captured implementation, not need.
Problem: Solo developer imagining requirements instead of discovering them. "Users will want..." without evidence. Fix: If you're the user, be honest about YOUR needs. If building for others, talk to them or use analogous evidence. Don't invent users.
Problem: Requirements that grow without prioritization. Everything is equally important. Fix: Force-rank. If you could only ship ONE thing, what is it? Then two? This reveals actual priorities.
Problem: Specifying details that don't matter yet. Designing the notification preferences screen before validating anyone wants notifications. Fix: Identify which requirements need precision now vs. which can be deferred. Stub uncertain areas with "TBD after X validated."
Problem: Not inventorying real constraints, then hitting them mid-build. "Oh, I only have 10 hours a week for this." Fix: Explicit constraint inventory BEFORE requirements. What's definitely true about your context?
Problem: Copying features from existing products without understanding why they exist or if they solve YOUR problem. Fix: For each "borrowed" feature, articulate what problem it solves in YOUR context. If you can't, cut it.
During requirements analysis, ask yourself:
Developer: "I want to build a static site generator."
Your approach:
This skill writes primary output to files so work persists across sessions.
Before doing any other work:
context/output-config.md in the projectdocs/requirements/ or project root for simple projectsFor this skill, persist:
| Goes to File | Stays in Conversation |
|---|---|
| Problem statement | Five Whys exploration |
| Need hierarchy | Prioritization discussion |
| Constraint inventory | Assumption discovery dialogue |
| Scope definition | Cut/keep negotiations |
| Validated requirements | Clarifying questions |
Pattern: requirements-{project-name}.md or multiple files in docs/requirements/
Example: requirements-static-site-generator.md
| requirements-analysis Output | system-design Input |
|---|---|
| Validated Requirements Document | Design Context Brief |
| Constraint Inventory | Architecture constraints |
| Need Hierarchy | Quality attribute priorities |
Handoff ready when:
| From Skill | When | Integration |
|---|---|---|
| brainstorming | Multiple solutions seem possible | Use brainstorming to explore before committing to one |
| research | Domain knowledge gaps block requirements | Use research skill to fill knowledge gaps |
This skill operationalizes concepts from:
references/development-process.md (Decision Cascade Problem, Five Whys, Requirements Interrogation)Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
jwynia/agent-skills
anthropics/claude-code
mblode/agent-skills
github/awesome-copilot
leonxlnx/taste-skill
sickn33/antigravity-awesome-skills
We added requirements-analysis from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
Keeps context tight: requirements-analysis is the kind of skill you can hand to a new teammate without a long onboarding doc.
requirements-analysis is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
requirements-analysis has been reliable in day-to-day use. Documentation quality is above average for community skills.
Useful defaults in requirements-analysis — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
Solid pick for teams standardizing on skills: requirements-analysis is focused, and the summary matches what you get after install.
Registry listing for requirements-analysis matched our evaluation — installs cleanly and behaves as described in the markdown.
Useful defaults in requirements-analysis — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
Registry listing for requirements-analysis matched our evaluation — installs cleanly and behaves as described in the markdown.
I recommend requirements-analysis for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
showing 1-10 of 36