extract-story-intent
Extract a user story from a given document or text, into a json format
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Extract a user story from a given document or text, into a json format
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.