extract-story-intent
Extract a user story from a given document or text, into a json format
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Extract a user story from a given document or text, into a json format
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Analyzes the extracted story document, capturing capability, acceptance criteria, edge cases, dependencies and open design questions. Use after extracting a story from a user request, to clarify the stories intended and likley imact. Use before designing the implementation.
Discovers the current application reality BEFORE designing or implementing. Surfaces relevant ADRs, existing code patterns, and target architecture.
Design the implementation of a new user story based on the current application reality, and analysis of the proposed user story.
Design comprehensive test cases for a given set of requirements. Use before starting TDD to plan coverage.
Drafts a high-level implementation plan based on the extracted story document
Grades the quality of the extracted story document with additional details based on the User Story Quality Rubric
| name | extract-story-intent |
| description | Extract a user story from a given document or text, into a json format |
/schema/story-intent.schema.json.Extract components from the story format:
SO THAT [benefit] → Why? What value does this provide?
AS A [role] → Who is the user? What's their context?
I WANT [capability] → What feature/behavior is requested?
Fill in the appropriate section of the json with this information
Document the target persona:
USER PROFILE:
├── Persona Name: [e.g., Sarah - E-commerce Shopper]
├── Role: [e.g., Customer, Admin, Guest]
├── Technical level: [Novice/Intermediate/Expert]
├── Frequency of use: [Daily/Weekly/Occasional]
├── Environment: [Desktop/Mobile/Both]
└── Permissions: [What can they access?]
Questions to answer:
- What other actions does this user typically perform?
- What's their journey before/after this feature?
- Are there different user types affected?
Fill in the appropriate section of the json with this information
Break down what's being requested:
CAPABILITY ANALYSIS:
├── Core action: [The main thing user does]
├── Inputs required: [What data is needed?]
├── Outputs expected: [What should result?]
├── State changes: [What data is modified?]
└── Side effects: [Notifications, logs, etc.]
Fill in the appropriate section of the JSON. Leave the affected components empty for now.
For each extract:
- verbatim criteria
- gherkin/scenario expression
- type {functional, non-functional, business rule, constraint}
- job to be done (jtbd) in Verb Object Context format if possible, ensure the JTBD is stated from the user's perspective, and value. e.g. 'Enforce System Standards' becomes something like 'Enter valid data' or 'Complete form without errors'
- persona served
Fill in the appropriate section of the JSON.
.process directory, named {skill-name}.done.json./schema/sentinel.schema.json./schema/verify-params.schema.json.