requirements
Manages a requirement catalog using Markdown-based tables for FRs, NFRs, and project constraints.
Install
mkdir -p .claude/skills/requirements-jenskre && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/19221" && unzip -o skill.zip -d .claude/skills/requirements-jenskre && rm skill.zipInstalls to .claude/skills/requirements-jenskre
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Gathers, organizes, and documents software requirements into structured catalogs with functional requirements (user stories), non-functional requirements (measurable quality attributes), and constraints. Use when the user asks to "write requirements", "create a PRD", "gather requirements", "document feature specs", "write user stories", "define NFRs", "list constraints", or mentions requirements catalog, requirements analysis, product requirements document, or feature specification.Key capabilities
- →Create or update requirements catalog at `docs/requirements.md`
- →Organize functional requirements as user stories
- →Define non-functional requirements as measurable quality attributes
- →Document constraints imposed on the solution
- →Validate requirements against quality checks
- →Handle incomplete, ambiguous, or conflicting requirements
How it works
This skill guides the creation of a requirements catalog by organizing functional requirements as user stories, defining measurable non-functional requirements, and documenting constraints in Markdown tables. It includes a validation process and error recovery for ambiguous or conflicting requirements.
Inputs & outputs
When to use requirements
- →Creating a PRD
- →Writing user stories
- →Defining project NFRs
About requirements
Provides a framework for writing requirements in standardized tables at docs/requirements.md, strictly adhering to user story formats.
>
When not to use it
- →When mixing requirement types in a single table
- →When skipping the user story format for functional requirements
- →When using duplicate IDs across requirement types
Limitations
- →Requires functional requirements to use the user story format
- →Requires non-functional requirements to be measurable
- →Requires unique IDs across all requirement types
How it compares
This skill standardizes the process of writing software requirements into structured, validated tables, ensuring consistency and measurability, unlike ad-hoc requirement gathering.
Compared to similar skills
requirements side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| requirements (this skill) | 0 | 2mo | No flags | Intermediate |
| pmbok-project-management | 38 | 10mo | No flags | Intermediate |
| project-planner | 32 | 10mo | Review | Intermediate |
| spec-kit-workflow | 11 | 9mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
pmbok-project-management
jgtolentino
Comprehensive PMP/PMBOK project management methodologies and best practices. Use this skill when users need guidance on project management processes, templates, knowledge areas, process groups, tools, techniques, or certification preparation. Covers all 10 PMBOK Knowledge Areas and 5 Process Groups with practical templates, frameworks, and industry-standard approaches. Includes risk management, stakeholder engagement, schedule management, cost control, quality assurance, and resource planning.
project-planner
adrianpuiu
Comprehensive project planning and documentation generator for software projects. Creates structured requirements documents, system design documents, and task breakdown plans with implementation tracking. Use when starting a new project, defining specifications, creating technical designs, or breaking down complex systems into implementable tasks. Supports user story format, acceptance criteria, component design, API specifications, and hierarchical task decomposition with requirement traceability.
spec-kit-workflow
jmanhype
Guides specification-driven development workflow. Automatically invoked when discussing new features, specifications, technical planning, or implementation tasks. Ensures proper workflow phases (specify → clarify → plan → checklist → tasks → analyze → implement).
product-manager-toolkit
davila7
Comprehensive toolkit for product managers including RICE prioritization, customer interview analysis, PRD templates, discovery frameworks, and go-to-market strategies. Use for feature prioritization, user research synthesis, requirement documentation, and product strategy development.
planning-agent
parcadei
Planning agent that creates implementation plans and handoffs from conversation context
pdd
mikeyobrien
Transforms a rough idea into a detailed design document with implementation plan. Follows Prompt-Driven Development — iterative requirements clarification, research, design, and planning.