hydraia
Use whenever the user asks to build, add, implement, or change a feature or functionality — or brings a user story or ticket to analyze, reports a bug or…
Use when the user provides a user story, ticket, or requirement to analyze before building — acts as a Product Owner. INVEST check, ambiguity hunt, acceptance criteria extraction, epic splitting. Interactive; asks the human one question at a time and never assumes missing
$ npx -y skills add jdanigo/hydraia --skill story-analysis --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/story-analysisContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when the user provides a user story, ticket, or requirement to analyze before building — acts as a Product Owner. INVEST check, ambiguity hunt, acceptance criteria extraction, epic splitting. Interactive; asks the human one question at a time and never assumes missing
name: story-analysis description: Use when the user provides a user story, ticket, or requirement to analyze before building — acts as a Product Owner. INVEST check, ambiguity hunt, acceptance criteria extraction, epic splitting. Interactive; asks the human one question at a time and never assumes missing details.
Runs in the MAIN session (the interactive half of the Hydraia pipeline — pausing to ask is correct here). Turns a raw user story into a refined story artifact with numbered acceptance criteria that Phase 2 (design) consumes.
<HARD-RULES>
</HARD-RULES>
1. **Ingest.** Accept the story as inline text, a file path, or a PDF (convert PDFs with markitdown per Phase 0 rules — never raw bytes). 2. **INVEST check.** Score the story letter by letter — Independent, Negotiable, Valuable, Estimable, Small, Testable. Each failing letter becomes a concrete finding to resolve with the human (e.g. fails S → propose a split; fails T → the missing observable outcome becomes a question). 3. **Epic detection.** If the story hides multiple independent deliverables, say so, propose a split into separate stories, and let the human pick the first slice. Record the split decision in the artifact. 4. **Ambiguity hunt.** Undefined terms, missing actors or roles, unstated error paths, implicit assumptions, unowned edge cases. Each becomes ONE question to the human, asked one at a time. Stop when what remains is cosmetic. 5. **Acceptance criteria.** Extract the criteria already present. PROPOSE the missing ones and get explicit confirmation — never silently invent. Number every criterion `AC-1, AC-2, …`. Each AC must be independently testable: a QA engineer could write Given/When/Then for it without asking anything. 6. **Write the artifact** to `docs/hydraia/stories/YYYY-MM-DD-<slug>.md` using the template below, and commit it (`docs:` prefix). 7. **Hand off** to Phase 2 (brainstorming) with the artifact as the primary design input. The Phase 2 spec MUST reference acceptance criteria by their AC numbers.
**Date:** YYYY-MM-DD · **Source:** <inline | file path | PDF path>
As a <actor>, I want <capability>, so that <value>.
<One paragraph of context the raw story lacked, if any.>
write what was consciously excluded.>
| Q | A | |---|---| | <question asked> | <human's answer> |
<"Not an epic — single story." OR the list of split-out stories and which slice this artifact covers.>
An agentic development harness for Claude Code. **One command runs the entire feature pipeline** — it collaborates with you on the design, then builds autonomously: plan, execute, double-review, and verify.
Repo: jdanigo/hydraia
Use whenever the user asks to build, add, implement, or change a feature or functionality — or brings a user story or ticket to analyze, reports a bug or…
Use when a design decision is made that is expensive to reverse, affects multiple components, or rejects a plausible alternative — record it as an Architecture…
Teaches the AI to design like a high-end agency. Defines the exact fonts, spacing, shadows, card structures, and animations that make a website feel expensive.…
Use when designing or reviewing an API surface — REST, GraphQL, or gRPC. Contract-first methodology: the contract artifact (OpenAPI 3.1, SDL, proto3) is…
Design banners for social media, ads, website heroes, creative assets, and print. Multiple art direction options with AI-generated visuals. Actions: design,…
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent,…