Remote OpenClaw
Menu
SkillsMCPPluginsFree guideDigestSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise
Remote OpenClaw
SkillsMCPPluginsFree guideDigestSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise

Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger →
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free →
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger →
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free →
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger →
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free →
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
Skills/jwynia/agent-skills/requirements-analysis
requirements-analysis logo

requirements-analysis

jwynia/agent-skills
2K installs95 stars
Run it on Hostinger →up to 70% off + an extra 10% with code ZACAARON10Free API →

Installation

npx skills add https://github.com/jwynia/agent-skills --skill requirements-analysis

Summary

Diagnose requirements problems and guide discovery of real needs and constraints

SKILL.md

Requirements Analysis: From Vague Intent to Validated Needs

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.

Core Principle

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.

The States

State RA0: No Problem Statement

Symptoms:

  • Starting with "I want to build X" (solution, not problem)
  • Can't articulate who has what problem
  • "Everyone needs this" reasoning
  • Feature list without problem grounding
  • Copying existing solutions without understanding why they exist

Key Questions:

  • What happens if this doesn't exist? Who suffers?
  • What are people (or you) doing today instead?
  • What triggered you thinking about this now?
  • If you're the user, what specific frustration led here?

Interventions:

  • Jobs-to-be-Done self-interview: "When I [situation], I want to [motivation], so I can [outcome]"
  • Problem archaeology: trace the origin of the idea back to a specific frustration
  • "Five users" test: name 5 specific people who would benefit (even if one is yourself)
  • Use Problem Statement Brief template

---

State RA1: Solution-First Thinking

Symptoms:

  • Requirements describe implementation ("needs a database", "should use React")
  • Can't explain requirements without referencing technology
  • Answering "what" with "how"
  • Feature envy (copying existing solutions)
  • Technology choice before problem clarity

Key Questions:

  • If that technology didn't exist, what would you need?
  • What outcome does this feature produce?
  • Are you solving YOUR problem or copying someone else's solution?
  • What's the need behind the feature?

Interventions:

  • Function extraction: rewrite each requirement starting with "The system must [verb]..." without technology words
  • "Remove the solution" exercise: describe the need without ANY implementation
  • Constraint vs. preference distinction: is this technology required, or just familiar?
  • Check if you're building what you know vs. what you need

---

State RA2: Vague Needs

Symptoms:

  • "Users should be able to..." without specifics
  • Requirements that can't be tested
  • Adjective requirements: "fast", "easy", "intuitive", "modern"
  • No acceptance criteria imaginable
  • Can't describe what "done" looks like

Key Questions:

  • How would you know if this requirement is met?
  • What's the minimum that would satisfy this need?
  • What would a disappointing implementation look like vs. a great one?
  • Can you give a specific example scenario?

Interventions:

  • Specificity ladder: who specifically? doing what specifically? when specifically?
  • Acceptance scenario writing: "Given X, when Y, then Z"
  • "Done looks like..." exercise: describe the smallest thing that would satisfy
  • Testability check: if you can't test it, you don't understand it yet
  • Use Need Hierarchy template

---

State RA3: Hidden Constraints

Symptoms:

  • Discovering blockers mid-implementation
  • "Oh, I forgot to mention..."
  • Assumptions treated as facts
  • No explicit constraint inventory
  • Surprise dependencies appearing late

Key Questions:

  • What's definitely true about this context? (Real constraints)
  • What are you assuming is true? (Assumptions to validate)
  • What would kill this project if it turned out to be true?
  • What resources/skills/time do you actually have?
  • What external dependencies exist?

Interventions:

  • Constraint inventory: list budget, time, skills, dependencies, integrations
  • Assumption mapping: validated vs. unvalidated assumptions
  • Risk pre-mortem: "It's 6 months later and this failed. Why?"
  • Dependency discovery: what must exist before this can work?
  • Use Constraint Inventory template

---

State RA4: Scope Creep Prevention

Symptoms:

  • Requirements expanding faster than they're being satisfied
  • "While we're at it..." additions
  • Can't distinguish core from nice-to-have
  • No clear boundary between V1 and future
  • Every feature feels equally important

Key Questions:

  • What's the smallest thing that would be useful?
  • What could you cut and still solve the core problem?
  • If you could only ship 3 things, what are they?
  • What triggers reconsidering deferred items?

Interventions:

  • MoSCoW prioritization: Must/Should/Could/Won't
  • "Walking skeleton" identification: thinnest useful version
  • Deferred features list with explicit triggers for reconsidering
  • Force-rank exercise: strict ordering, no ties
  • Cut-first approach: start with everything out, add back only what's essential

---

State RA5: Requirements Validated

Symptoms:

  • Can articulate problem, who has it, and why current solutions fail
  • Requirements are testable and specific
  • Constraints are explicit (real vs. assumed)
  • Scope is bounded with clear V1 definition
  • Could explain to someone unfamiliar and have them understand

Indicators:

  • Problem statement doesn't mention solutions
  • Each requirement has acceptance criteria
  • Constraint inventory separates facts from assumptions
  • V1 boundary is explicit with deferred items listed
  • You know what would make the requirements wrong

Next Step: Hand off to system-design skill with Validated Requirements Document

---

Diagnostic Process

When starting a new project or revisiting requirements:

  1. Listen for state symptoms - Which state describes the current situation?
  2. Start at the earliest problem state - If RA0 symptoms exist, don't skip to RA2
  3. Ask key questions - Use questions for that state to gather information
  4. Apply interventions - Work through exercises and templates
  5. Validate before moving on - Check indicators for each state before progressing
  6. Produce artifacts - Use templates to capture decisions

Key Questions by Phase

Problem Discovery

  • What's the problem you're solving?
  • Who has this problem? (Be specific)
  • What do they do today without this solution?
  • Why hasn't this been solved before?
  • What triggered this idea?

Need Clarification

  • What must the solution accomplish?
  • How would you know if it's working?
  • What's the minimum viable version?
  • What would make you disappointed with the result?

Constraint Discovery

  • What's your actual time budget?
  • What skills do you have / need to acquire?
  • What must this integrate with?
  • What assumptions haven't you validated?
  • What would kill the project?

Scope Definition

  • What's in V1 vs. later?
  • What would you cut if forced?
  • What triggers reconsidering deferred items?
  • What's explicitly NOT in scope?

Anti-Patterns

The Solution Specification

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.

The Stakeholder Fiction

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.

The Infinite Backlog

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.

The Premature Precision

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."

The Constraint Blindness

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?

The Feature Transplant

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.

Health Check Questions

During requirements analysis, ask yourself:

  1. Am I describing a problem or a solution?
  2. Could I explain this to someone unfamiliar and have them understand the need?
  3. How would I test if this requirement is satisfied?
  4. What assumptions am I making that I haven't validated?
  5. Is this scope achievable with my actual constraints?
  6. What's explicitly NOT in scope?
  7. Am I building what I need or what I know how to build?
  8. If this failed, what would be the most likely reason?

Example Interaction

Developer: "I want to build a static site generator."

Your approach:

  1. Identify State RA0 (No Problem Statement) - starting with solution
  2. Ask: "What problem are you solving? What's frustrating about existing static site generators?"
  3. Developer reveals: "I'm tired of the complexity. I just want to write markdown and get HTML. No plugins, no themes, no configuration files."
  4. Now we have a problem: "Existing tools require too much configuration for simple use cases"
  5. Continue: "Who else has this problem? What do you do today instead?"
  6. Work through states until requirements are validated

Output Persistence

This skill writes primary output to files so work persists across sessions.

Output Discovery

Before doing any other work:

  1. Check for context/output-config.md in the project
  2. If found, look for this skill's entry
  3. If not found or no entry for this skill, ask the user first:
  • "Where should I save requirements analysis output?"
  • Suggest: docs/requirements/ or project root for simple projects
  1. Store the user's preference

Primary Output

For this skill, persist:

  • Problem Statement Brief
  • Need Hierarchy
  • Constraint Inventory with Assumption Map
  • Scope Definition (V1 boundary, deferred items)
  • Validated Requirements Document (handoff to system-design)

Conversation vs. File

Goes to FileStays in Conversation
Problem statementFive Whys exploration
Need hierarchyPrioritization discussion
Constraint inventoryAssumption discovery dialogue
Scope definitionCut/keep negotiations
Validated requirementsClarifying questions

File Naming

Pattern: requirements-{project-name}.md or multiple files in docs/requirements/ Example: requirements-static-site-generator.md

What You Do NOT Do

  • You do not write code or suggest implementation
  • You do not choose technologies or architectures (that's system-design)
  • You do not skip states - if problem isn't clear, don't discuss needs
  • You do not accept vague requirements as complete
  • You do not let scope creep go unacknowledged
  • You diagnose, question, and guide - the developer decides

Integration with system-design

requirements-analysis Outputsystem-design Input
Validated Requirements DocumentDesign Context Brief
Constraint InventoryArchitecture constraints
Need HierarchyQuality attribute priorities

Handoff ready when:

  • Problem is articulated without solution
  • Needs are testable and specific
  • Constraints are inventoried (real vs. assumed)
  • Scope is bounded with explicit V1 definition

Integration with Other Skills

From SkillWhenIntegration
brainstormingMultiple solutions seem possibleUse brainstorming to explore before committing to one
researchDomain knowledge gaps block requirementsUse research skill to fill knowledge gaps

References

This skill operationalizes concepts from:

  • references/development-process.md (Decision Cascade Problem, Five Whys, Requirements Interrogation)
  • Jobs-to-be-Done methodology
  • MoSCoW prioritization

Score

0–100
63/ 100

Grade

C

Popularity15/30

2,098 installs — growing adoption.

Completeness27/30

Documented: full SKILL.md body, description, one-line install. Missing: category/license metadata.

Trust15/25

Community skill with a public GitHub source repository you can review.

Freshness6/15

No update timestamp is tracked for this skill in our catalog.

Scored automatically from popularity, completeness, trust, and freshness — computed only from data in our catalog, never fabricated.

Proud of your score? Add this badge to your README.

Paste a snippet into your GitHub README. The badge updates automatically and links back to this page.

Requirements Analysis skill score badge previewScore badge

Markdown

[![Requirements Analysis skill](https://www.remoteopenclaw.com/skills/jwynia/agent-skills/requirements-analysis/badges/score.svg)](https://www.remoteopenclaw.com/skills/jwynia/agent-skills/requirements-analysis)

HTML

<a href="https://www.remoteopenclaw.com/skills/jwynia/agent-skills/requirements-analysis"><img src="https://www.remoteopenclaw.com/skills/jwynia/agent-skills/requirements-analysis/badges/score.svg" alt="Requirements Analysis skill"/></a>

Requirements Analysis FAQ

How do I install the Requirements Analysis skill?

Run “npx skills add https://github.com/jwynia/agent-skills --skill requirements-analysis” in your terminal. The skill is added to your agent's skills directory and picked up automatically on the next run — no restart or extra configuration needed.

What does the Requirements Analysis skill do?

Diagnose requirements problems and guide discovery of real needs and constraints The full SKILL.md on this page shows the exact instructions the skill gives your agent.

Is the Requirements Analysis skill free?

Yes. Requirements Analysis is a free, open-source skill published from jwynia/agent-skills. As with any third-party skill, review the source repository before installing it into an agent with sensitive access.

Does Requirements Analysis work with Claude Code and OpenClaw?

Yes. Skills use the portable SKILL.md format, so Requirements Analysis works with Claude Code, OpenClaw, Codex, Hermes, and any other agent that reads SKILL.md skills.

Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger →
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free →
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger →
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free →
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger →
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free →
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →

Categories

No Code
View on GitHub

Recommended skills

Browse all →
find-skills logo

find-skills

vercel-labs/skills

2.7M installsInstall
frontend-design logo

frontend-design

anthropics/skills

721K installsInstall
grill-me logo

grill-me

mattpocock/skills

703K installsInstall
agent-browser logo

agent-browser

vercel-labs/agent-browser

597K installsInstall
grill-with-docs logo

grill-with-docs

mattpocock/skills

596K installsInstall
vercel-react-best-practices logo

vercel-react-best-practices

vercel-labs/agent-skills

591K installsInstall

Browse

Skills by category

Frontend250Git198Data154Testing120Design105Docs103Security96Automation87Backend76Devops37Productivity29Mcp23

Related guides

Hand-picked reading to help you choose, install, and use agent skills.

Guide10 Openclaw Skills Every Nextjs Developer NeedsGuideHow To Find The Right Openclaw Skill For Your ProjectGuideBest Openclaw Skills 2026

Remote OpenClaw

AI agent skills directory, marketplace, and workflow hub for OpenClaw, Hermes Agent, Claude Code, Codex, and MCP-powered operator stacks.

The Agent Stack: weekly agent tooling digest, free.

Explore

  • Home
  • Skills Directory
  • Claude Code Skills
  • Codex Skills
  • MCP Clients
  • Marketplace
  • Hermes Ecosystem
  • Free guide
  • Learn
  • OpenClaw for Creators
  • OpenClaw for Founders
  • Blog
  • The Agent Stack (Digest)

More

  • Submit a Tool
  • Advertise
  • Playbook
  • Free Tools
  • API
  • Shipping
  • Contact
  • Terms
  • Privacy

Know a company that should advertise here? Refer them and earn 10% — up to $300 per referral.

© 2026 Remote OpenClaw
Fazier badgeFeatured on Twelve ToolsFeatured on Wired BusinessRemote OpenClaw - Featured on AI Agents DirectoryListed on Turbo0Featured on Uneed