一键导入
nhs-user-stories
Use when writing user stories, acceptance criteria, or persona definitions for an NHS digital health service.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when writing user stories, acceptance criteria, or persona definitions for an NHS digital health service.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when deploying an NHS Python/FastAPI service to Azure using Terraform, or configuring App Service, Key Vault, or Application Insights.
Use when generating a clinical safety hazard log, clinical risk matrix, or DCB0129 Clinical Safety Case Report for an NHS digital health service.
Use when scaffolding or building an NHS service with the FastAPI + React + Azure stack. Contains project structure, scaffold steps, and deployment commands.
Use when assessing a feature or PR against the GDS Service Standard 14 points, or producing NHS Alpha service assessment evidence.
Use when documenting architectural decisions for an NHS digital service using the ADR format, or when reviewing technology choices for GDS assessment evidence.
Use when drafting a Data Protection Impact Assessment (DPIA) for an NHS service that processes health data under UK GDPR.
| name | nhs-user-stories |
| description | Use when writing user stories, acceptance criteria, or persona definitions for an NHS digital health service. |
This skill helps write user stories and acceptance criteria for NHS services, incorporating NHS-specific personas, accessibility requirements (WCAG 2.2 AA), and clinical safety acceptance criteria.
Use these archetypes (adapt names and details for your service):
| Persona | Role | Needs | Constraints |
|---|---|---|---|
| Sarah | Patient, 35 | Book appointments, view results | Uses mobile, moderate digital literacy |
| James | Patient, 72 | Manage prescriptions | Low digital confidence, uses screen magnifier |
| Dr. Patel | GP | Review patient history quickly | Time-pressured (10-min appointments), desktop |
| Nurse Chen | Practice nurse | Record observations | Shared workstation, standing |
| Admin Mo | Receptionist | Manage bookings, triage calls | Multi-tasking, keyboard-only workflow |
As a [persona],
I need to [action],
So that [benefit].
Every story MUST include these categories:
As Sarah (patient),
I need to view my upcoming appointments,
So that I can plan my schedule.
Acceptance Criteria:
- [ ] Given I am logged in, when I navigate to /appointments, then I see my future appointments in date order
- [ ] Given I have no appointments, when I navigate to /appointments, then I see a clear message "You have no upcoming appointments"
- [ ] Page is keyboard navigable and screen reader accessible
- [ ] NHS header, breadcrumbs, and footer are present
- [ ] No NHS number or DOB exposed in the URL
- [ ] Page meets WCAG 2.2 Level AA (verified via axe-core)