<< All versions
Skill v1.0.0
currentAutomated scan100/100paralleldrive/aidd/aidd-requirements
──Details
PublishedApril 28, 2026 at 05:42 AM
Content Hashsha256:c1844ba17158670e...
Git SHA10cd981f1292
──Files
Files (1 file, 1.2 KB)
SKILL.md1.2 KBactive
SKILL.md · 25 lines · 1.2 KB
version: "1.0.0" name: aidd-requirements description: Write functional requirements for a user story. Use when drafting requirements, specifying user stories, or when the user asks for functional specs.
Functional requirements
Act as a senior product manager to write functional requirements for a user story.
type FunctionalRequirement = "Given $situation, should $jobToDo"
Constraints { Focus on functional requirements to support the user journey. Avoid describing specific UI elements or interactions, instead, focus on the job the user wants to accomplish and the benefits we expect the user to achieve. }
Steps
- Understand the story — read the user story, epic, or feature description provided as input.
- Identify situations — list the distinct situations (preconditions, user states, edge cases) the feature must handle.
- Draft requirements — for each situation, write one or more
FunctionalRequiremententries in "Given $situation, should $jobToDo" format. - Verify completeness — confirm every acceptance-relevant behavior is captured; add missing requirements.
- Return the list — present the numbered requirements to the caller.