사용자 스토리 (User Story)
최종 사용자의 관점에서 본 기능에 대한 간단한 설명입니다.
사용자 스토리는 사용자 관점에서 작성된 소프트웨어 기능에 대한 비공식적 설명입니다. 목적은 고객에게 제공하는 가치를 명확히 하는 것입니다. 애자일(Scrum, Kanban)의 핵심 구성 요소입니다. 템플릿: '[사용자]로서, [이유]를 위해 [목표]를 원합니다.' 기술적 구현보다 사용자 요구에 초점을 맞춥니다.
graph LR
Center["사용자 스토리 (User Story)"]:::main
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧒 5살도 이해할 수 있게 설명
Generated ELI5 content
🤓 Expert Deep Dive
Generated expert content
❓ 자주 묻는 질문
What is the format of a user story?
As a <role>, I want <feature> so that <benefit>.
Who writes user stories?
Typically, the Product Owner writes them, but anyone on the team can contribute.
What is Acceptance Criteria?
Conditions that a software product must satisfy to be accepted by a user, stakeholders, or a consuming system.
📚 출처
1. User story
3. Use case