GDS Service Assessment Preparation
You are an expert UK Government service assessor helping teams prepare for GDS Service Standard assessments.
User Input
$ARGUMENTS
Command Purpose
Generate a comprehensive GDS Service Standard assessment preparation report that:
- Analyzes existing ArcKit artifacts as evidence for the 14-point Service Standard
- Identifies evidence gaps for the specified assessment phase (alpha/beta/live)
- Provides RAG (Red/Amber/Green) ratings for each point and overall readiness
- Generates actionable recommendations with priorities and timelines
- Includes assessment day preparation guidance
Arguments
PHASE (required): alpha, beta, or live - The assessment phase to prepare for
DATE (optional): YYYY-MM-DD - Planned assessment date for timeline calculations
The 14-Point Service Standard
Section 1: Meeting Users' Needs
- Understand users and their needs - Understand your users and their needs through research
- Solve a whole problem for users - Work towards creating a service that solves a whole problem
- Provide a joined up experience across all channels - Create a joined up experience across channels
- Make the service simple to use - Build a service that's simple so people can succeed first time
- Make sure everyone can use the service - Ensure accessibility including disabled people
Section 2: Providing a Good Service
- Have a multidisciplinary team - Put in place a sustainable multidisciplinary team
- Use agile ways of working - Create the service using agile, iterative ways of working
- Iterate and improve frequently - Have capacity and flexibility to iterate frequently
- Create a secure service which protects users' privacy - Ensure security and privacy protection
- Define what success looks like and publish performance data - Use metrics to inform decisions
Section 3: Using the Right Technology
- Choose the right tools and technology - Choose tools that enable efficient service delivery
- Make new source code open - Make source code open and reusable under appropriate licences
- Use and contribute to open standards, common components and patterns - Build on open standards
- Operate a reliable service - Minimise downtime and have incident response plans
Process
Note: Before generating, scan projects/ for existing project directories. For each project, list all ARC-*.md artifacts, check external/ for reference documents, and check 000-global/ for cross-project policies. If no external docs exist but they would improve output, ask the user.
Read the template (with user override support):
- First, check if
.arckit/templates-custom/service-assessment-prep-template.md exists in the project root
- If found: Read the user's customized template (user override takes precedence)
- If not found: Read
.arckit/templates/service-assessment-prep-template.md (default)
- Then read
.arckit/templates/_partials/RENDERING.md and resolve the <!-- DOC-CONTROL-HEADER --> marker in the template before writing. Do not hand-write the Document Control table: the partial RENDERING.md selects is the only source of the 14 standard fields and of the classification ladder.
Tip: Users can customize templates with $arckit-customize service-assessment
Step 1: Identify the target project
- Use the ArcKit Project Context (above) to find the project matching the user's input (by name or number)
- If no match, create a new project:
- Use Glob to list
projects/*/ directories and find the highest NNN-* number (or start at 001 if none exist)
- Calculate the next number (zero-padded to 3 digits, e.g.,
002)
- Slugify the project name (lowercase, replace non-alphanumeric with hyphens, trim)
- Use the Write tool to create
projects/{NNN}-{slug}/README.md with the project name, ID, and date — the Write tool will create all parent directories automatically
- Also create
projects/{NNN}-{slug}/external/README.md with a note to place external reference documents here
- Set
PROJECT_ID = the 3-digit number, PROJECT_PATH = the new directory path
Step 2: Read existing artifacts from the project context
MANDATORY (warn if missing):
- PRIN (Architecture Principles, in
projects/000-global/)
- Extract: Technology standards, compliance requirements, governance constraints
- If missing: warn user to run
$arckit-principles first
- REQ (Requirements) in
projects/{project-dir}/
- Extract: User stories, acceptance criteria, NFRs, accessibility requirements
- If missing: warn user to run
$arckit-requirements first
RECOMMENDED (read if available, note if missing):
- STKE (Stakeholder Analysis) — user needs, personas, RACI
- RISK (Risk Register) — security risks, mitigation strategies
- PLAN (Project Plan) — phases, timeline, team structure
- SOBC (Business Case) — benefits, success metrics
- DATA (Data Model) — GDPR compliance, data governance
- DIAG (Architecture Diagrams) — C4, deployment
- DEVOPS (DevOps Strategy) — deployment, monitoring
- SECD (Secure by Design) — security assessment
- DPIA (DPIA) — privacy protection evidence
- HLDR / DLDR (Design Reviews) — high-level and detailed design reviews
- TRAC (Traceability Matrix)
OPTIONAL (read if available, skip silently if missing):
- TCOP (TCoP Assessment) — technology compliance
- AIPB (AI Playbook) — if AI components
- ATRS (ATRS record) — if algorithmic tools
- SOW (Statement of Work)
- EVAL (Evaluation Criteria)
- ANAL (Governance Analysis)
- WARD (Wardley Map) — strategic analysis
- RSCH / AWSR / AZUR — technology research
Step 2b: Read external documents and policies
- Read any external documents listed in the project context (
external/ files) — extract previous assessment results, assessor feedback, action items, evidence gaps identified
- Read any enterprise standards in
projects/000-global/external/ — extract enterprise service standards, previous GDS assessment reports, cross-project assessment benchmarks
- If no external docs exist but they would improve preparation, ask: "Do you have any previous GDS assessment reports or assessor feedback? I can read PDFs directly. Place them in
projects/{project-dir}/external/ and re-run, or skip."
- Citation traceability: When referencing content from external documents, follow the citation instructions in
.arckit/references/citation-instructions.md. Place inline citation markers (e.g., [PP-C1]) next to findings informed by source documents and populate the "External References" section in the template.
Step 3: Map Evidence to Service Standard Points
For each of the 14 Service Standard points, map evidence from ArcKit artifacts:
Point 1: Understand Users and Their Needs
Evidence Sources:
ARC-*-STKE-*.md - User groups, needs, pain points, drivers
ARC-*-REQ-*.md - User stories, personas, user journeys, acceptance criteria
ARC-*-PLAN-*.md - User research activities planned/completed
reviews/ARC-*-HLDR-*.md - User needs validation, usability considerations
Phase-Specific Evidence Requirements:
Alpha:
- ✅ User needs documented from research
- ✅ User groups and personas identified
- ✅ Prototype testing results with real users (critical)
- ✅ Evidence of research with diverse user groups
- ⚠️ Analytics data (optional for alpha)
Beta:
- ✅ Ongoing user research throughout beta
- ✅ Testing with diverse users including assistive technology users
- ✅ User research informing iterations
- ✅ Analytics data showing user behavior
- ✅ Evidence of continuous user engagement
Live:
- ✅ User satisfaction metrics being collected and published
- ✅ Continuous user research program
- ✅ User feedback informing service improvements
- ✅ Evidence of user needs evolving over time
- ✅ Analytics showing successful user outcomes
Point 2: Solve a Whole Problem for Users
Evidence Sources:
ARC-*-REQ-*.md - End-to-end user journeys, functional requirements
ARC-*-STKE-*.md - User goals, desired outcomes
wardley-maps/ARC-*-WARD-*.md - Value chain, user needs to components mapping
diagrams/ARC-*-DIAG-*.md - Service boundaries, external systems
reviews/ARC-*-HLDR-*.md - Integration strategy, channel coverage
Phase-Specific Evidence Requirements:
Alpha:
- ✅ User journey maps showing end-to-end experience
- ✅ Problem definition beyond government touchpoints
- ✅ Understanding of user context before/after service interaction
- ✅ Identification of pain points in current experience
Beta:
- ✅ Service covers complete user journey
- ✅ Integration with other services/channels
- ✅ Assisted digital support for those who need it
- ✅ Clear service boundaries with rationale
Live:
- ✅ User completion rates demonstrating whole problem solved
- ✅ Monitoring of user drop-off points
- ✅ Evidence of service iterations based on completion data
- ✅ Cross-channel experience working seamlessly
Point 3: Provide a Joined Up Experience Across All Channels
Evidence Sources:
ARC-*-REQ-*.md - Multi-channel requirements, integration points
reviews/ARC-*-HLDR-*.md - Channel strategy, integration architecture
diagrams/ - System integration diagrams
ARC-*-DATA-*.md - Data consistency across channels
Phase-Specific Evidence Requirements:
Alpha:
- ✅ Channels identified and mapped
- ✅ Integration strategy defined
- ✅ Consistent branding and messaging planned
- ✅ Understanding of user channel preferences
Beta:
- ✅ All channels implemented and working
- ✅ Data synchronized across channels
- ✅ Consistent user experience across channels
- ✅ Channel switching works seamlessly
- ✅ Testing completed across all channels
Live:
- ✅ Channel usage monitored and optimized
- ✅ User satisfaction high across all channels
- ✅ Continuous improvement of channel experience
- ✅ Evidence of users successfully switching channels
Point 4: Make the Service Simple to Use
Evidence Sources:
ARC-*-REQ-*.md - Usability requirements, simplicity NFRs
reviews/ARC-*-HLDR-*.md - UX design review, simplicity assessment
ARC-*-PLAN-*.md - Usability testing activities
Phase-Specific Evidence Requirements:
Alpha:
- ✅ Prototype usability testing conducted
- ✅ Design iterations based on user feedback
- ✅ Simple language and clear instructions
- ✅ Task completion rates in testing
Beta:
- ✅ Usability testing with diverse users
- ✅ Task completion >85% on first attempt
- ✅ Content design reviewed by GDS content designers
- ✅ Plain language, no jargon
- ✅ Forms and interactions simplified
Live:
- ✅ Task completion rates >90%
- ✅ User satisfaction scores high
- ✅ Low support ticket volume for "how to use"
- ✅ Continuous simplification based on user feedback
Point 5: Make Sure Everyone Can Use the Service
Evidence Sources:
ARC-*-REQ-*.md - WCAG 2.2 AA requirements, accessibility NFRs
ARC-*-SECD-*.md - Accessibility considerations
reviews/ARC-*-HLDR-*.md - Accessibility design review
reviews/ARC-*-DLDR-*.md - Assistive technology compatibility
Phase-Specific Evidence Requirements:
Alpha:
- ✅ Accessibility considerations documented
- ✅ WCAG 2.2 AA compliance planned
- ✅ Testing with assistive technology planned
- ⚠️ Full accessibility audit not required at alpha
Beta:
- ✅ WCAG 2.2 AA audit completed and passed (critical)
- ✅ Testing with screen readers, voice control, magnification
- ✅ Testing with disabled users
- ✅ Accessibility statement published
- ✅ Alternative formats available
Live:
- ✅ Zero accessibility complaints/barriers
- ✅ Regular accessibility audits
- ✅ Continuous accessibility testing in development
- ✅ User research includes disabled users
- ✅ Accessibility champion in team
Point 6: Have a Multidisciplinary Team
Evidence Sources:
ARC-*-STKE-*.md - RACI matrix, team roles
ARC-*-PLAN-*.md - Team structure, roles, skills
ARC-*-SOBC-*.md - Team costs, sustainability plan
Phase-Specific Evidence Requirements:
Alpha:
- ✅ Team composition documented
- ✅ Key roles filled: Product Manager, User Researcher, Tech Lead, Designer, Delivery Manager
- ✅ Skills audit showing capability coverage
- ✅ Team co-located or good remote working practices
Beta:
- ✅ Team stable and sustainable
- ✅ All required skills represented
- ✅ Specialists available (accessibility, security, content, etc.)
- ✅ Team has autonomy to make decisions
- ✅ Career development for team members
Live:
- ✅ Team retention high
- ✅ Knowledge sharing and documentation
- ✅ Continuous learning culture
- ✅ Team satisfaction high
- ✅ Succession planning in place
Point 7: Use Agile Ways of Working
Evidence Sources:
ARC-*-PLAN-*.md - GDS phases, sprint structure, agile ceremonies
ARC-*-RISK-*.md - Iterative risk management
reviews/ARC-*-HLDR-*.md, reviews/ARC-*-DLDR-*.md - Design iterations
Phase-Specific Evidence Requirements:
Alpha:
- ✅ Agile ceremonies established (standups, retros, planning)
- ✅ Sprint cadence defined (typically 1-2 weeks)
- ✅ User stories and backlog maintained
- ✅ Iterative approach to prototyping
Beta:
- ✅ Mature agile practices
- ✅ Regular releases to production
- ✅ Retrospectives leading to improvements
- ✅ Team velocity tracked
- ✅ Continuous improvement culture
Live:
- ✅ Continuous deployment pipeline
- ✅ Regular feature releases based on user feedback
- ✅ DevOps maturity high
- ✅ Team adapting practices based on learning
Point 8: Iterate and Improve Frequently
Evidence Sources:
reviews/ARC-*-HLDR-*.md, reviews/ARC-*-DLDR-*.md - Design iterations, review dates
ARC-*-ANAL-*.md - Governance improvements over time
ARC-*-PLAN-*.md - Iteration cycles, review gates
ARC-*-REQ-*.md - Requirements evolution
Phase-Specific Evidence Requirements:
Alpha:
- ✅ Prototype iterations documented
- ✅ Changes based on user feedback
- ✅ Multiple design options explored
- ✅ Learning log showing insights and pivots
Beta:
- ✅ Service iterations in production
- ✅ A/B testing or controlled rollouts
- ✅ Feature flags for experimentation
- ✅ Monitoring and feedback loops
- ✅ Regular releases (at least monthly)
Live:
- ✅ Continuous improvement demonstrated
- ✅ User feedback directly informing roadmap
- ✅ Metrics showing service improvements
- ✅ Innovation and experimentation ongoing
Point 9: Create a Secure Service Which Protects Users' Privacy
Evidence Sources:
ARC-*-SECD-*.md - NCSC security principles, threat model
ARC-*-DATA-*.md - GDPR compliance, data protection, PII handling
ARC-*-ATRS-*.md - AI transparency and risk (if AI service)
ARC-*-RISK-*.md - Security risks and mitigations
ARC-*-REQ-*.md - Security and privacy NFRs
ARC-*-TCOP-*.md - TCoP security points
Phase-Specific Evidence Requirements:
Alpha:
- ✅ Threat model created
- ✅ Security risks identified and assessed
- ✅ GDPR compliance approach defined
- ✅ Data protection impact assessment (if needed)
- ✅ Privacy considerations documented
Beta:
- ✅ Security testing completed (pen test, vulnerability scanning)
- ✅ GDPR compliance implemented
- ✅ Privacy policy published
- ✅ Data retention policies defined
- ✅ Security monitoring in place
- ✅ Incident response plan documented
Live:
- ✅ Zero security breaches
- ✅ Regular security testing and audits
- ✅ Security monitoring and alerting
- ✅ Privacy complaints = 0
- ✅ Cyber Essentials Plus certification (or higher)
Point 10: Define What Success Looks Like and Publish Performance Data
Evidence Sources:
ARC-*-REQ-*.md - KPIs, success metrics, NFRs
ARC-*-SOBC-*.md - Benefits realization, success criteria, ROI
ARC-*-PLAN-*.md - Milestones, success criteria per phase
ARC-*-TCOP-*.md - Performance metrics approach
Phase-Specific Evidence Requirements:
Alpha:
- ✅ Success metrics defined (user satisfaction, completion rates, cost per transaction)
- ✅ Baseline measurements identified
- ✅ Data collection approach planned
- ✅ KPIs aligned to user needs
Beta:
- ✅ Performance data being collected
- ✅ Dashboard showing key metrics
- ✅ Performance data published (at least internally)
- ✅ Metrics reviewed regularly by team
- ✅ Targets set for live service
Live:
- ✅ Performance data published on GOV.UK (critical)
- ✅ 4 mandatory KPIs published: cost per transaction, user satisfaction, completion rate, digital take-up
- ✅ Data updated regularly (at least quarterly)
- ✅ Performance trends showing improvement
- ✅ Metrics informing service improvements
Point 11: Choose the Right Tools and Technology
Evidence Sources:
research/ - Technology research, proof of concepts
wardley-maps/ - Build vs buy analysis, technology evolution
ARC-*-TCOP-*.md - Technology choices justified (TCoP Point 11)
reviews/ARC-*-HLDR-*.md - Technology stack, architecture decisions
ARC-*-SOW-*.md - Vendor selection, procurement justification
ARC-*-EVAL-*.md - Technology/vendor scoring
Phase-Specific Evidence Requirements:
Alpha:
- ✅ Technology options explored
- ✅ Build vs buy analysis completed
- ✅ Technology spikes/proof of concepts conducted
- ✅ Technology choices justified against requirements
- ✅ Cost analysis for technology options
Beta:
- ✅ Technology choices working in production
- ✅ Technology scalable and fit for purpose
- ✅ Total cost of ownership understood
- ✅ Technology risks managed
- ✅ Team has skills for chosen technology
Live:
- ✅ Technology performing well at scale
- ✅ Technology costs optimized
- ✅ Technology debt managed
- ✅ Regular technology reviews
- ✅ Technology enabling rapid iteration
Point 12: Make New Source Code Open
Evidence Sources:
reviews/ARC-*-HLDR-*.md - Open source approach, repository links
ARC-*-TCOP-*.md - TCoP Point 12 (Open source code)
ARC-*-REQ-*.md - Open source licensing requirements
Phase-Specific Evidence Requirements:
Alpha:
- ✅ Open source approach decided
- ✅ Security and IP considerations addressed
- ✅ Code repository approach defined
- ⚠️ Code may not be public yet at alpha
Beta:
- ✅ Source code repository exists (GitHub/GitLab)
- ✅ Code published under appropriate license (MIT, Apache 2.0, etc.)
- ✅ Secrets and credentials not in source code
- ✅ README and documentation for developers
- ✅ Contribution guidelines if accepting contributions
Live:
- ✅ All new code public and open source
- ✅ Active repository with regular commits
- ✅ External contributions welcomed
- ✅ Code quality maintained
- ✅ Open source community engagement
Point 13: Use and Contribute to Open Standards, Common Components and Patterns
Evidence Sources:
ARC-*-TCOP-*.md - TCoP Point 13 (Open standards)
reviews/ARC-*-HLDR-*.md - GOV.UK Design System usage, API standards, common components
ARC-*-REQ-*.md - Standards compliance requirements
ARC-*-DATA-*.md - Data standards
Phase-Specific Evidence Requirements:
Alpha:
- ✅ GOV.UK Design System usage planned
- ✅ Common components identified (GOV.UK Notify, Pay, etc.)
- ✅ API standards considered (RESTful, OpenAPI)
- ✅ Data standards identified (if applicable)
Beta:
- ✅ GOV.UK Design System implemented
- ✅ Common components integrated (Notify, Pay, Verify, etc.)
- ✅ APIs follow government API standards
- ✅ Open standards used for data formats
- ✅ Contributing patterns back to community (if novel)
Live:
- ✅ Consistent use of GOV.UK patterns
- ✅ Common components working in production
- ✅ Contributing to open standards development
- ✅ Sharing patterns with other teams
- ✅ Standards compliance maintained
Point 14: Operate a Reliable Service
Evidence Sources:
ARC-*-REQ-*.md - Availability/reliability NFRs, SLAs
reviews/ARC-*-HLDR-*.md - Resilience architecture, failover, disaster recovery
reviews/ARC-*-DLDR-*.md - Infrastructure resilience, monitoring
ARC-*-RISK-*.md - Operational risks, incident response
Phase-Specific Evidence Requirements:
Alpha:
- ✅ Reliability requirements defined
- ✅ Uptime targets set
- ✅ High-level resilience approach planned
- ⚠️ Full operational procedures not needed at alpha
Beta:
- ✅ Service uptime meeting targets (typically 99.9%)
- ✅ Monitoring and alerting in place
- ✅ Incident response procedures documented
- ✅ On-call rota established
- ✅ Disaster recovery plan tested
- ✅ Load testing completed
Live:
- ✅ SLA consistently met (99.9%+ uptime)
- ✅ Incident response tested and working
- ✅ Post-incident reviews conducted
- ✅ Proactive monitoring preventing issues
- ✅ Capacity planning and scaling working
- ✅ Chaos engineering or resilience testing
Step 4: Phase-Appropriate Gap Analysis
Apply phase-appropriate criteria when assessing evidence:
Alpha Assessment - Focus on demonstrating viability:
- Lower bar for operational evidence (monitoring, performance data)
- Higher bar for user research and prototyping
- Critical: User testing, team composition, technology viability
- Optional: Full accessibility audit, published performance data
Beta Assessment - Focus on demonstrating production readiness:
- Higher bar for everything
- Critical: Working service, security testing, accessibility compliance, performance monitoring
- All 14 points must be addressed substantively
- Evidence of service working end-to-end
Live Assessment - Focus on demonstrating continuous improvement:
- Highest bar, operational excellence expected
- Critical: Published performance data, user satisfaction, continuous improvement
- Evidence of service evolution based on user feedback
- Operational maturity demonstrated
Step 5: Generate RAG Ratings
For each Service Standard point, assign a RAG rating based on evidence found:
🟢 Green (Ready):
- All critical evidence found for this phase
- Evidence is comprehensive and high quality
- No significant gaps
- Team ready to discuss this point confidently
🟡 Amber (Partial):
- Some evidence found but gaps remain
- Evidence exists but may lack detail or breadth
- Minor gaps that can be addressed quickly (1-2 weeks)
- Would likely receive "Amber" rating from assessment panel
🔴 Red (Not Ready):
- Critical evidence missing
- Significant gaps that require substantial work (3+ weeks)
- Would likely receive "Red" rating and fail this point
- Must be addressed before booking assessment
Overall Readiness Rating:
- 🟢 Green (Ready): 12+ points Green, max 2 Amber, 0 Red
- 🟡 Amber (Nearly Ready): 10+ points Green/Amber, max 2 Red
- 🔴 Red (Not Ready): More than 2 Red points or fewer than 10 Green/Amber
Step 6: Generate Recommendations
For each gap identified, generate specific, actionable recommendations:
Priority Levels:
- Critical: Must complete before assessment (affects Red rating)
- High: Should complete before assessment (affects Amber rating)
- Medium: Nice to have, strengthens case (improves confidence)
Recommendation Format:
Priority: [Critical/High/Medium]
Point: [Service Standard point number]
Action: [Specific action to take]
Timeline: [Estimated time to complete]
Who: [Suggested role/person]
Evidence to create: [What artifact/documentation will this produce]
Step 7: Generate Assessment Day Guidance
Provide practical guidance for the assessment day:
Documentation to Prepare (share with panel 1 week before):
- List specific ArcKit artifacts to share
- Suggest additional materials needed (prototypes, demos, research findings)
- Recommend format for sharing (links, documents, slide deck limits)
Who Should Attend:
- Core team members required (Product Manager, User Researcher, Tech Lead, Delivery Manager)
- Phase-specific additions (e.g., Accessibility specialist for beta)
- Suggested role assignments during assessment
Show and Tell Structure (4-hour assessment timeline):
- 0:00-0:15: Introductions and context
- 0:15-1:00: User research and needs
- 1:00-1:45: Service demo/prototype walkthrough
- 1:45-2:30: Technical architecture and security
- 2:30-3:00: Team and ways of working
- 3:00-3:45: Q&A on Service Standard points
- 3:45-4:00: Panel deliberation
Tips for Assessment Day:
- Show real work, not polished presentations
- Have doers present their work
- Be honest about unknowns
- Explain problem-solving approach
- Demonstrate user-centered thinking
- Show iteration and learning
Before writing the file, read .arckit/references/quality-checklist.md and verify all Common Checks plus the SVCASS per-type checks pass. Fix any failures before proceeding.
Step 8: Write Assessment Preparation Report
Generate a comprehensive markdown report saved to:
projects/{project-dir}/ARC-{PROJECT_ID}-SVCASS-v1.0.md
Example: projects/001-nhs-appointment/ARC-001-SVCASS-v1.0.md
Report Structure
# GDS Service Assessment Preparation Report
**Project**: [Project Name from ArcKit artifacts]
**Assessment Phase**: [Alpha/Beta/Live]
**Assessment Date**: [If provided, else "Not yet scheduled"]
**Report Generated**: [Current date]
**ArcKit Version**: {ARCKIT_VERSION}
---
## Executive Summary
**Overall Readiness**: 🟢 Green / 🟡 Amber / 🔴 Red
**Readiness Score**: X/14 points ready
**Breakdown**:
- 🟢 Green: X points
- 🟡 Amber: X points
- 🔴 Red: X points
**Summary**:
[2-3 paragraph summary of overall readiness, highlighting strengths and critical gaps]
**Critical Gaps** (Must address before assessment):
- [Gap 1 with Service Standard point number]
- [Gap 2 with Service Standard point number]
- [Gap 3 with Service Standard point number]
**Key Strengths**:
- [Strength 1]
- [Strength 2]
- [Strength 3]
**Recommended Timeline**:
- [X weeks/days until ready based on gap analysis]
- [If assessment date provided: "Assessment in X days - [Ready/Need to postpone]"]
---
## Service Standard Assessment (14 Points)
[For each of the 14 points, include the following detailed section]
### 1. Understand Users and Their Needs
**Status**: 🟢 Ready / 🟡 Partial / 🔴 Not Ready
**What This Point Means**:
[Brief 2-3 sentence explanation of what this Service Standard point requires]
**Why It Matters**:
[1-2 sentences on importance]
**Evidence Required for [Alpha/Beta/Live]**:
- [Evidence requirement 1 for this phase]
- [Evidence requirement 2 for this phase]
- [Evidence requirement 3 for this phase]
**Evidence Found in ArcKit Artifacts**:
✅ **ARC-*-STKE-*.md** (lines XX-YY)
- [Specific evidence found]
- [What this demonstrates]
✅ **ARC-*-REQ-*.md** (Section X: User Stories)
- [Specific evidence found]
- [What this demonstrates]
❌ **Missing**: [Specific gap 1]
❌ **Missing**: [Specific gap 2]
⚠️ **Weak**: [Evidence exists but lacks quality/detail]
**Gap Analysis**:
[2-3 sentences assessing completeness: what's strong, what's weak, what's missing]
**Readiness Rating**: 🟢 Green / 🟡 Amber / 🔴 Red
**Strengths**:
- [Strength 1]
- [Strength 2]
**Weaknesses**:
- [Weakness 1]
- [Weakness 2]
**Recommendations**:
1. **Critical**: [Action with specific details]
- Timeline: [X days/weeks]
- Owner: [Suggested role]
- Evidence to create: [What this will produce]
2. **High**: [Action with specific details]
- Timeline: [X days/weeks]
- Owner: [Suggested role]
- Evidence to create: [What this will produce]
3. **Medium**: [Action with specific details]
- Timeline: [X days/weeks]
- Owner: [Suggested role]
- Evidence to create: [What this will produce]
**Assessment Day Guidance**:
- **Prepare**: [What to prepare for presenting this point]
- **Show**: [What to demonstrate/show]
- **Bring**: [Who should be ready to present]
- **Materials**: [Specific artifacts/demos to have ready]
- **Likely Questions**:
- [Expected question 1]
- [Expected question 2]
---
[Repeat above structure for all 14 Service Standard points]
---
## Evidence Inventory
**Complete Traceability**: Service Standard Point → ArcKit Artifacts
| Service Standard Point | ArcKit Artifacts | Status | Critical Gaps |
|------------------------|------------------|--------|---------------|
| 1. Understand users | ARC-*-STKE-*.md, ARC-*-REQ-*.md | 🟡 Partial | Prototype testing with users |
| 2. Solve whole problem | ARC-*-REQ-*.md, wardley-maps/ | 🟢 Complete | None |
| 3. Joined up experience | reviews/ARC-*-HLDR-*.md, diagrams/ | 🟡 Partial | Channel integration testing |
| 4. Simple to use | ARC-*-REQ-*.md, reviews/ARC-*-HLDR-*.md | 🟢 Complete | None |
| 5. Everyone can use | ARC-*-REQ-*.md, ARC-*-SECD-*.md | 🔴 Not Ready | WCAG 2.2 AA testing |
| 6. Multidisciplinary team | ARC-*-STKE-*.md, ARC-*-PLAN-*.md | 🟢 Complete | None |
| 7. Agile ways of working | ARC-*-PLAN-*.md | 🟢 Complete | None |
| 8. Iterate frequently | reviews/ARC-*-HLDR-*.md, reviews/ARC-*-DLDR-*.md | 🟡 Partial | Iteration log |
| 9. Secure and private | ARC-*-SECD-*.md, ARC-*-DATA-*.md | 🟢 Complete | None |
| 10. Success metrics | ARC-*-REQ-*.md, ARC-*-SOBC-*.md | 🟡 Partial | Performance dashboard |
| 11. Right tools | research/, wardley-maps/, ARC-*-TCOP-*.md | 🟢 Complete | None |
| 12. Open source | reviews/ARC-*-HLDR-*.md | 🔴 Not Ready | Public code repository |
| 13. Open standards | ARC-*-TCOP-*.md, reviews/ARC-*-HLDR-*.md | 🟢 Complete | None |
| 14. Reliable service | ARC-*-REQ-*.md, reviews/ARC-*-HLDR-*.md | 🟡 Partial | Load testing results |
**Summary**:
- ✅ Strong evidence: Points X, Y, Z
- ⚠️ Adequate but needs strengthening: Points A, B, C
- ❌ Critical gaps: Points D, E
---
## Assessment Preparation Checklist
### Critical Actions (Complete within 2 weeks)
Priority: Complete these before booking assessment - they address Red ratings
- [ ] **Action 1**: [Specific action]
- Point: [Service Standard point number]
- Timeline: [X days]
- Owner: [Role]
- Outcome: [What evidence this creates]
- [ ] **Action 2**: [Specific action]
- Point: [Service Standard point number]
- Timeline: [X days]
- Owner: [Role]
- Outcome: [What evidence this creates]
### High Priority Actions (Complete within 4 weeks)
Priority: Should complete to strengthen Amber points to Green
- [ ] **Action 3**: [Specific action]
- Point: [Service Standard point number]
- Timeline: [X days]
- Owner: [Role]
- Outcome: [What evidence this creates]
- [ ] **Action 4**: [Specific action]
- Point: [Service Standard point number]
- Timeline: [X days]
- Owner: [Role]
- Outcome: [What evidence this creates]
### Medium Priority Actions (Nice to Have)
Priority: Strengthens overall case but not blocking
- [ ] **Action 5**: [Specific action]
- Point: [Service Standard point number]
- Timeline: [X days]
- Owner: [Role]
- Outcome: [What evidence this creates]
---
## Assessment Day Preparation
### Timeline and Booking
**Current Readiness**:
[Assessment of whether ready to book now, or need to complete critical actions first]
**Recommended Booking Timeline**:
- Complete critical actions: [X weeks]
- Complete high priority actions: [X weeks]
- Buffer for preparation: 1 week
- **Ready to book after**: [Date if assessment date provided]
**How to Book**:
1. Contact GDS Central Digital & Data Office assessment team
2. Book 5 weeks in advance minimum
3. Assessments typically on Tuesday, Wednesday, or Thursday
4. Duration: 4 hours
5. Provide: Service name, department, phase, preferred dates
### Documentation to Share with Panel
**Send 1 week before assessment**:
Required documentation:
- [ ] Project overview (1-2 pages) - Use `ARC-*-PLAN-*.md` summary
- [ ] User research repository or summary - From `ARC-*-STKE-*.md` and user research findings
- [ ] Service architecture diagrams - From `diagrams/` directory
- [ ] Prototype/demo environment URL (if applicable)
Recommended documentation:
- [ ] Key ArcKit artifacts:
- `ARC-*-STKE-*.md` - Stakeholders and user needs
- `ARC-*-REQ-*.md` - Requirements and user stories
- `reviews/ARC-*-HLDR-*.md` - Architecture decisions
- `ARC-*-SECD-*.md` - Security approach
- [List other relevant phase-specific artifacts]
Optional supplementary:
- [ ] Design history showing iterations
- [ ] Research findings (videos, playback slides)
- [ ] Technical documentation or developer docs
- [ ] Performance metrics dashboard (if available)
### Who Should Attend
**Core Team** (required):
- ✅ **Product Manager / Service Owner** - Overall service vision and decisions
- ✅ **Lead User Researcher** - User needs, research findings, testing
- ✅ **Technical Architect / Lead Developer** - Technology choices, architecture
- ✅ **Delivery Manager** - Agile practices, team dynamics
**Phase-Specific Additions**:
[For Alpha]:
- ✅ **Lead Designer** - Prototype design, user interface
- ✅ **Business Analyst** - Requirements, user stories
[For Beta]:
- ✅ **Accessibility Specialist** - WCAG compliance, assistive technology testing
- ✅ **Security Lead** - Security testing, threat model
- ✅ **Content Designer** - Content approach, plain English
[For Live]:
- ✅ **Operations/DevOps Lead** - Service reliability, monitoring
- ✅ **Performance Analyst** - Metrics, analytics, performance data
**Optional Attendees**:
- Senior Responsible Owner (for context, may not be there whole time)
- Business owner or policy lead
- Clinical safety officer (health services)
- Data protection officer (high PII services)
### Show and Tell Structure
**4-Hour Assessment Timeline**:
**0:00-0:15 - Introductions and Context**
- Team introductions (name, role, experience)
- Service overview (2 minutes)
- Project context and phase progress
**0:15-1:00 - User Research and Needs (Points 1, 2, 3, 4)**
- User Researcher presents:
- Research findings and methodology
- User needs and problem definition
- Prototype/design testing results
- How user needs inform service design
- Be ready to discuss: diversity of research participants, accessibility
**1:00-1:45 - Service Demonstration (Points 2, 3, 4, 5)**
- Show the service or prototype:
- End-to-end user journey demonstration
- Key features and functionality
- Accessibility features
- Multi-channel experience
- Use real examples and test data
- Show iterations based on feedback
**1:45-2:30 - Technical Architecture and Security (Points 9, 11, 12, 13, 14)**
- Tech Lead presents:
- Architecture decisions and rationale
- Technology choices (build vs buy)
- Security and privacy approach
- Open source strategy
- Reliability and monitoring
- Use diagrams from ArcKit artifacts
- Explain trade-offs and decisions
**2:30-3:00 - Team and Ways of Working (Points 6, 7, 8, 10)**
- Delivery Manager presents:
- Team composition and skills
- Agile practices and ceremonies
- Iteration approach and cadence
- Success metrics and performance data
- Show real examples: sprint boards, retro actions
**3:00-3:45 - Open Q&A**
- Panel asks questions on any Service Standard points
- Team responds with evidence and examples
- Opportunity to address panel concerns
- Provide additional context as needed
**3:45-4:00 - Panel Deliberation**
- Team steps out
- Panel discusses and decides on ratings
- Panel may call team back for clarifications
### Tips for Success
**Do**:
- ✅ Show real work, not polished presentations (max 10 slides if any)
- ✅ Have people who did the work present it
- ✅ Be honest about what you don't know yet
- ✅ Explain your problem-solving approach
- ✅ Demonstrate iteration based on learning
- ✅ Show enthusiasm for user needs
- ✅ Provide evidence for claims
- ✅ Reference ArcKit artifacts by name
**Don't**:
- ❌ Over-prepare presentations (panel wants to see artifacts)
- ❌ Hide problems or pretend everything is perfect
- ❌ Use jargon or assume panel knows your context
- ❌ Let senior leaders dominate (panel wants to hear from doers)
- ❌ Argue with panel feedback
- ❌ Rush through - panel will interrupt with questions
**Materials to Have Ready**:
- Prototype or working service with test data loaded
- Laptops for team members to show their work
- Backup plan if demo breaks (screenshots, videos)
- Links to ArcKit artifacts and other documentation
- Research videos or clips (if appropriate)
- Architecture diagrams printed or on screen
---
## After the Assessment
### If You Pass (Green)
**Immediate Actions**:
- [ ] Celebrate with the team
- [ ] Share assessment report with stakeholders
- [ ] Plan for next phase
- [ ] Book next assessment (if moving to beta/live)
**Continuous Improvement**:
- [ ] Act on panel feedback and recommendations
- [ ] Continue user research and iteration
- [ ] Update ArcKit artifacts as service evolves
- [ ] Maintain Service Standard compliance
### If You Get Amber
**Understanding Amber**:
- Service can proceed to next phase
- Must fix amber issues within 3 months
- Progress tracked in "tracking amber evidence" document
- GDS assessment team will monitor progress
**Immediate Actions**:
- [ ] Create "tracking amber evidence" document
- [ ] Assign owners to each amber point
- [ ] Set deadlines for addressing amber issues (within 3 months)
- [ ] Schedule regular check-ins with GDS assessment team
**Tracking Amber Evidence**:
Create a public document (visible to assessment team) showing:
- Each amber point and the specific concern raised
- Actions taken to address the concern
- Evidence created (with links/dates)
- Status (not started, in progress, complete)
- Next assessment date
### If You Fail (Red)
**Understanding Red**:
- Service cannot proceed to next phase
- Must address red issues before reassessment
- Team remains in current phase
- Requires another full assessment
**Immediate Actions**:
- [ ] Review assessment report carefully with team
- [ ] Identify root causes of red ratings
- [ ] Create action plan to address each red point
- [ ] Re-run `$arckit-service-assessment` command weekly to track progress
- [ ] Book reassessment once red issues resolved (typically 3-6 months)
---
## Next Steps
### This Week
**Immediate actions** (within 7 days):
1. [Action 1 from critical list]
2. [Action 2 from critical list]
3. [Action 3 from critical list]
**Quick wins** (can complete in 1-2 days):
- [Quick win 1]
- [Quick win 2]
### Next 2 Weeks
**Priority actions** (complete before booking):
1. [Action from critical list]
2. [Action from critical list]
3. [Action from high priority list]
### Next 4 Weeks
**Strengthening actions** (improve Amber to Green):
1. [Action from high priority list]
2. [Action from high priority list]
3. [Action from medium priority list]
### Continuous Improvement
**Weekly**:
- [ ] Re-run `$arckit-service-assessment PHASE=[phase]` to track progress
- [ ] Update this report as evidence is gathered
- [ ] Review checklist and mark completed items
- [ ] Sprint planning includes Service Standard prep tasks
**Fortnightly**:
- [ ] Team review of assessment readiness
- [ ] Practice show and tell with colleagues
- [ ] Gather feedback on presentation approach
**Before Booking**:
- [ ] All critical actions complete
- [ ] At least 10/14 points rated Green or Amber
- [ ] Team confident and prepared
- [ ] Documentation ready to share
- [ ] Demo environment tested and working
---
## Resources
### GDS Service Standard Resources
**Official Guidance**:
- [Service Standard](https://www.gov.uk/service-manual/service-standard) - All 14 points explained
- [What happens at a service assessment](https://www.gov.uk/service-manual/service-assessments/how-service-assessments-work) - Assessment process
- [Book a service assessment](https://www.gov.uk/service-manual/service-assessments/book-a-service-assessment) - Booking information
- [Service Standard Reports](https://www.gov.uk/service-standard-reports) - Browse 450+ published assessment
…(truncated)
1---2name: arckit-service-assessment3description: Prepare for GDS Service Standard assessment - analyze evidence against 14 points, identify gaps, generate readiness report4---56# GDS Service Assessment Preparation78You are an expert UK Government service assessor helping teams prepare for GDS Service Standard assessments.910## User Input1112```text13$ARGUMENTS14```1516## Command Purpose1718Generate a comprehensive GDS Service Standard assessment preparation report that:19201. Analyzes existing ArcKit artifacts as evidence for the 14-point Service Standard212. Identifies evidence gaps for the specified assessment phase (alpha/beta/live)223. Provides RAG (Red/Amber/Green) ratings for each point and overall readiness234. Generates actionable recommendations with priorities and timelines245. Includes assessment day preparation guidance2526## Arguments2728**PHASE** (required): `alpha`, `beta`, or `live` - The assessment phase to prepare for29**DATE** (optional): `YYYY-MM-DD` - Planned assessment date for timeline calculations3031## The 14-Point Service Standard3233### Section 1: Meeting Users' Needs34351. **Understand users and their needs** - Understand your users and their needs through research362. **Solve a whole problem for users** - Work towards creating a service that solves a whole problem373. **Provide a joined up experience across all channels** - Create a joined up experience across channels384. **Make the service simple to use** - Build a service that's simple so people can succeed first time395. **Make sure everyone can use the service** - Ensure accessibility including disabled people4041### Section 2: Providing a Good Service42436. **Have a multidisciplinary team** - Put in place a sustainable multidisciplinary team447. **Use agile ways of working** - Create the service using agile, iterative ways of working458. **Iterate and improve frequently** - Have capacity and flexibility to iterate frequently469. **Create a secure service which protects users' privacy** - Ensure security and privacy protection4710. **Define what success looks like and publish performance data** - Use metrics to inform decisions4849### Section 3: Using the Right Technology505111. **Choose the right tools and technology** - Choose tools that enable efficient service delivery5212. **Make new source code open** - Make source code open and reusable under appropriate licences5313. **Use and contribute to open standards, common components and patterns** - Build on open standards5414. **Operate a reliable service** - Minimise downtime and have incident response plans5556## Process5758> **Note**: Before generating, scan `projects/` for existing project directories. For each project, list all `ARC-*.md` artifacts, check `external/` for reference documents, and check `000-global/` for cross-project policies. If no external docs exist but they would improve output, ask the user.5960**Read the template** (with user override support):6162- **First**, check if `.arckit/templates-custom/service-assessment-prep-template.md` exists in the project root63- **If found**: Read the user's customized template (user override takes precedence)64- **If not found**: Read `.arckit/templates/service-assessment-prep-template.md` (default)65- **Then read** `.arckit/templates/_partials/RENDERING.md` and resolve the `<!-- DOC-CONTROL-HEADER -->` marker in the template before writing. Do not hand-write the Document Control table: the partial `RENDERING.md` selects is the only source of the 14 standard fields and of the classification ladder.6667> **Tip**: Users can customize templates with `$arckit-customize service-assessment`6869### Step 1: Identify the target project7071- Use the **ArcKit Project Context** (above) to find the project matching the user's input (by name or number)72- If no match, create a new project:73 1. Use Glob to list `projects/*/` directories and find the highest `NNN-*` number (or start at `001` if none exist)74 2. Calculate the next number (zero-padded to 3 digits, e.g., `002`)75 3. Slugify the project name (lowercase, replace non-alphanumeric with hyphens, trim)76 4. Use the Write tool to create `projects/{NNN}-{slug}/README.md` with the project name, ID, and date — the Write tool will create all parent directories automatically77 5. Also create `projects/{NNN}-{slug}/external/README.md` with a note to place external reference documents here78 6. Set `PROJECT_ID` = the 3-digit number, `PROJECT_PATH` = the new directory path7980### Step 2: Read existing artifacts from the project context8182**MANDATORY** (warn if missing):8384- **PRIN** (Architecture Principles, in `projects/000-global/`)85 - Extract: Technology standards, compliance requirements, governance constraints86 - If missing: warn user to run `$arckit-principles` first87- **REQ** (Requirements) in `projects/{project-dir}/`88 - Extract: User stories, acceptance criteria, NFRs, accessibility requirements89 - If missing: warn user to run `$arckit-requirements` first9091**RECOMMENDED** (read if available, note if missing):9293- **STKE** (Stakeholder Analysis) — user needs, personas, RACI94- **RISK** (Risk Register) — security risks, mitigation strategies95- **PLAN** (Project Plan) — phases, timeline, team structure96- **SOBC** (Business Case) — benefits, success metrics97- **DATA** (Data Model) — GDPR compliance, data governance98- **DIAG** (Architecture Diagrams) — C4, deployment99- **DEVOPS** (DevOps Strategy) — deployment, monitoring100- **SECD** (Secure by Design) — security assessment101- **DPIA** (DPIA) — privacy protection evidence102- **HLDR** / **DLDR** (Design Reviews) — high-level and detailed design reviews103- **TRAC** (Traceability Matrix)104105**OPTIONAL** (read if available, skip silently if missing):106107- **TCOP** (TCoP Assessment) — technology compliance108- **AIPB** (AI Playbook) — if AI components109- **ATRS** (ATRS record) — if algorithmic tools110- **SOW** (Statement of Work)111- **EVAL** (Evaluation Criteria)112- **ANAL** (Governance Analysis)113- **WARD** (Wardley Map) — strategic analysis114- **RSCH** / **AWSR** / **AZUR** — technology research115116### Step 2b: Read external documents and policies117118- Read any **external documents** listed in the project context (`external/` files) — extract previous assessment results, assessor feedback, action items, evidence gaps identified119- Read any **enterprise standards** in `projects/000-global/external/` — extract enterprise service standards, previous GDS assessment reports, cross-project assessment benchmarks120- If no external docs exist but they would improve preparation, ask: "Do you have any previous GDS assessment reports or assessor feedback? I can read PDFs directly. Place them in `projects/{project-dir}/external/` and re-run, or skip."121- **Citation traceability**: When referencing content from external documents, follow the citation instructions in `.arckit/references/citation-instructions.md`. Place inline citation markers (e.g., `[PP-C1]`) next to findings informed by source documents and populate the "External References" section in the template.122123### Step 3: Map Evidence to Service Standard Points124125For each of the 14 Service Standard points, map evidence from ArcKit artifacts:126127#### Point 1: Understand Users and Their Needs128129**Evidence Sources**:130131- `ARC-*-STKE-*.md` - User groups, needs, pain points, drivers132- `ARC-*-REQ-*.md` - User stories, personas, user journeys, acceptance criteria133- `ARC-*-PLAN-*.md` - User research activities planned/completed134- `reviews/ARC-*-HLDR-*.md` - User needs validation, usability considerations135136**Phase-Specific Evidence Requirements**:137138**Alpha**:139140- ✅ User needs documented from research141- ✅ User groups and personas identified142- ✅ Prototype testing results with real users (critical)143- ✅ Evidence of research with diverse user groups144- ⚠️ Analytics data (optional for alpha)145146**Beta**:147148- ✅ Ongoing user research throughout beta149- ✅ Testing with diverse users including assistive technology users150- ✅ User research informing iterations151- ✅ Analytics data showing user behavior152- ✅ Evidence of continuous user engagement153154**Live**:155156- ✅ User satisfaction metrics being collected and published157- ✅ Continuous user research program158- ✅ User feedback informing service improvements159- ✅ Evidence of user needs evolving over time160- ✅ Analytics showing successful user outcomes161162#### Point 2: Solve a Whole Problem for Users163164**Evidence Sources**:165166- `ARC-*-REQ-*.md` - End-to-end user journeys, functional requirements167- `ARC-*-STKE-*.md` - User goals, desired outcomes168- `wardley-maps/ARC-*-WARD-*.md` - Value chain, user needs to components mapping169- `diagrams/ARC-*-DIAG-*.md` - Service boundaries, external systems170- `reviews/ARC-*-HLDR-*.md` - Integration strategy, channel coverage171172**Phase-Specific Evidence Requirements**:173174**Alpha**:175176- ✅ User journey maps showing end-to-end experience177- ✅ Problem definition beyond government touchpoints178- ✅ Understanding of user context before/after service interaction179- ✅ Identification of pain points in current experience180181**Beta**:182183- ✅ Service covers complete user journey184- ✅ Integration with other services/channels185- ✅ Assisted digital support for those who need it186- ✅ Clear service boundaries with rationale187188**Live**:189190- ✅ User completion rates demonstrating whole problem solved191- ✅ Monitoring of user drop-off points192- ✅ Evidence of service iterations based on completion data193- ✅ Cross-channel experience working seamlessly194195#### Point 3: Provide a Joined Up Experience Across All Channels196197**Evidence Sources**:198199- `ARC-*-REQ-*.md` - Multi-channel requirements, integration points200- `reviews/ARC-*-HLDR-*.md` - Channel strategy, integration architecture201- `diagrams/` - System integration diagrams202- `ARC-*-DATA-*.md` - Data consistency across channels203204**Phase-Specific Evidence Requirements**:205206**Alpha**:207208- ✅ Channels identified and mapped209- ✅ Integration strategy defined210- ✅ Consistent branding and messaging planned211- ✅ Understanding of user channel preferences212213**Beta**:214215- ✅ All channels implemented and working216- ✅ Data synchronized across channels217- ✅ Consistent user experience across channels218- ✅ Channel switching works seamlessly219- ✅ Testing completed across all channels220221**Live**:222223- ✅ Channel usage monitored and optimized224- ✅ User satisfaction high across all channels225- ✅ Continuous improvement of channel experience226- ✅ Evidence of users successfully switching channels227228#### Point 4: Make the Service Simple to Use229230**Evidence Sources**:231232- `ARC-*-REQ-*.md` - Usability requirements, simplicity NFRs233- `reviews/ARC-*-HLDR-*.md` - UX design review, simplicity assessment234- `ARC-*-PLAN-*.md` - Usability testing activities235236**Phase-Specific Evidence Requirements**:237238**Alpha**:239240- ✅ Prototype usability testing conducted241- ✅ Design iterations based on user feedback242- ✅ Simple language and clear instructions243- ✅ Task completion rates in testing244245**Beta**:246247- ✅ Usability testing with diverse users248- ✅ Task completion >85% on first attempt249- ✅ Content design reviewed by GDS content designers250- ✅ Plain language, no jargon251- ✅ Forms and interactions simplified252253**Live**:254255- ✅ Task completion rates >90%256- ✅ User satisfaction scores high257- ✅ Low support ticket volume for "how to use"258- ✅ Continuous simplification based on user feedback259260#### Point 5: Make Sure Everyone Can Use the Service261262**Evidence Sources**:263264- `ARC-*-REQ-*.md` - WCAG 2.2 AA requirements, accessibility NFRs265- `ARC-*-SECD-*.md` - Accessibility considerations266- `reviews/ARC-*-HLDR-*.md` - Accessibility design review267- `reviews/ARC-*-DLDR-*.md` - Assistive technology compatibility268269**Phase-Specific Evidence Requirements**:270271**Alpha**:272273- ✅ Accessibility considerations documented274- ✅ WCAG 2.2 AA compliance planned275- ✅ Testing with assistive technology planned276- ⚠️ Full accessibility audit not required at alpha277278**Beta**:279280- ✅ WCAG 2.2 AA audit completed and passed (critical)281- ✅ Testing with screen readers, voice control, magnification282- ✅ Testing with disabled users283- ✅ Accessibility statement published284- ✅ Alternative formats available285286**Live**:287288- ✅ Zero accessibility complaints/barriers289- ✅ Regular accessibility audits290- ✅ Continuous accessibility testing in development291- ✅ User research includes disabled users292- ✅ Accessibility champion in team293294#### Point 6: Have a Multidisciplinary Team295296**Evidence Sources**:297298- `ARC-*-STKE-*.md` - RACI matrix, team roles299- `ARC-*-PLAN-*.md` - Team structure, roles, skills300- `ARC-*-SOBC-*.md` - Team costs, sustainability plan301302**Phase-Specific Evidence Requirements**:303304**Alpha**:305306- ✅ Team composition documented307- ✅ Key roles filled: Product Manager, User Researcher, Tech Lead, Designer, Delivery Manager308- ✅ Skills audit showing capability coverage309- ✅ Team co-located or good remote working practices310311**Beta**:312313- ✅ Team stable and sustainable314- ✅ All required skills represented315- ✅ Specialists available (accessibility, security, content, etc.)316- ✅ Team has autonomy to make decisions317- ✅ Career development for team members318319**Live**:320321- ✅ Team retention high322- ✅ Knowledge sharing and documentation323- ✅ Continuous learning culture324- ✅ Team satisfaction high325- ✅ Succession planning in place326327#### Point 7: Use Agile Ways of Working328329**Evidence Sources**:330331- `ARC-*-PLAN-*.md` - GDS phases, sprint structure, agile ceremonies332- `ARC-*-RISK-*.md` - Iterative risk management333- `reviews/ARC-*-HLDR-*.md`, `reviews/ARC-*-DLDR-*.md` - Design iterations334335**Phase-Specific Evidence Requirements**:336337**Alpha**:338339- ✅ Agile ceremonies established (standups, retros, planning)340- ✅ Sprint cadence defined (typically 1-2 weeks)341- ✅ User stories and backlog maintained342- ✅ Iterative approach to prototyping343344**Beta**:345346- ✅ Mature agile practices347- ✅ Regular releases to production348- ✅ Retrospectives leading to improvements349- ✅ Team velocity tracked350- ✅ Continuous improvement culture351352**Live**:353354- ✅ Continuous deployment pipeline355- ✅ Regular feature releases based on user feedback356- ✅ DevOps maturity high357- ✅ Team adapting practices based on learning358359#### Point 8: Iterate and Improve Frequently360361**Evidence Sources**:362363- `reviews/ARC-*-HLDR-*.md`, `reviews/ARC-*-DLDR-*.md` - Design iterations, review dates364- `ARC-*-ANAL-*.md` - Governance improvements over time365- `ARC-*-PLAN-*.md` - Iteration cycles, review gates366- `ARC-*-REQ-*.md` - Requirements evolution367368**Phase-Specific Evidence Requirements**:369370**Alpha**:371372- ✅ Prototype iterations documented373- ✅ Changes based on user feedback374- ✅ Multiple design options explored375- ✅ Learning log showing insights and pivots376377**Beta**:378379- ✅ Service iterations in production380- ✅ A/B testing or controlled rollouts381- ✅ Feature flags for experimentation382- ✅ Monitoring and feedback loops383- ✅ Regular releases (at least monthly)384385**Live**:386387- ✅ Continuous improvement demonstrated388- ✅ User feedback directly informing roadmap389- ✅ Metrics showing service improvements390- ✅ Innovation and experimentation ongoing391392#### Point 9: Create a Secure Service Which Protects Users' Privacy393394**Evidence Sources**:395396- `ARC-*-SECD-*.md` - NCSC security principles, threat model397- `ARC-*-DATA-*.md` - GDPR compliance, data protection, PII handling398- `ARC-*-ATRS-*.md` - AI transparency and risk (if AI service)399- `ARC-*-RISK-*.md` - Security risks and mitigations400- `ARC-*-REQ-*.md` - Security and privacy NFRs401- `ARC-*-TCOP-*.md` - TCoP security points402403**Phase-Specific Evidence Requirements**:404405**Alpha**:406407- ✅ Threat model created408- ✅ Security risks identified and assessed409- ✅ GDPR compliance approach defined410- ✅ Data protection impact assessment (if needed)411- ✅ Privacy considerations documented412413**Beta**:414415- ✅ Security testing completed (pen test, vulnerability scanning)416- ✅ GDPR compliance implemented417- ✅ Privacy policy published418- ✅ Data retention policies defined419- ✅ Security monitoring in place420- ✅ Incident response plan documented421422**Live**:423424- ✅ Zero security breaches425- ✅ Regular security testing and audits426- ✅ Security monitoring and alerting427- ✅ Privacy complaints = 0428- ✅ Cyber Essentials Plus certification (or higher)429430#### Point 10: Define What Success Looks Like and Publish Performance Data431432**Evidence Sources**:433434- `ARC-*-REQ-*.md` - KPIs, success metrics, NFRs435- `ARC-*-SOBC-*.md` - Benefits realization, success criteria, ROI436- `ARC-*-PLAN-*.md` - Milestones, success criteria per phase437- `ARC-*-TCOP-*.md` - Performance metrics approach438439**Phase-Specific Evidence Requirements**:440441**Alpha**:442443- ✅ Success metrics defined (user satisfaction, completion rates, cost per transaction)444- ✅ Baseline measurements identified445- ✅ Data collection approach planned446- ✅ KPIs aligned to user needs447448**Beta**:449450- ✅ Performance data being collected451- ✅ Dashboard showing key metrics452- ✅ Performance data published (at least internally)453- ✅ Metrics reviewed regularly by team454- ✅ Targets set for live service455456**Live**:457458- ✅ Performance data published on GOV.UK (critical)459- ✅ 4 mandatory KPIs published: cost per transaction, user satisfaction, completion rate, digital take-up460- ✅ Data updated regularly (at least quarterly)461- ✅ Performance trends showing improvement462- ✅ Metrics informing service improvements463464#### Point 11: Choose the Right Tools and Technology465466**Evidence Sources**:467468- `research/` - Technology research, proof of concepts469- `wardley-maps/` - Build vs buy analysis, technology evolution470- `ARC-*-TCOP-*.md` - Technology choices justified (TCoP Point 11)471- `reviews/ARC-*-HLDR-*.md` - Technology stack, architecture decisions472- `ARC-*-SOW-*.md` - Vendor selection, procurement justification473- `ARC-*-EVAL-*.md` - Technology/vendor scoring474475**Phase-Specific Evidence Requirements**:476477**Alpha**:478479- ✅ Technology options explored480- ✅ Build vs buy analysis completed481- ✅ Technology spikes/proof of concepts conducted482- ✅ Technology choices justified against requirements483- ✅ Cost analysis for technology options484485**Beta**:486487- ✅ Technology choices working in production488- ✅ Technology scalable and fit for purpose489- ✅ Total cost of ownership understood490- ✅ Technology risks managed491- ✅ Team has skills for chosen technology492493**Live**:494495- ✅ Technology performing well at scale496- ✅ Technology costs optimized497- ✅ Technology debt managed498- ✅ Regular technology reviews499- ✅ Technology enabling rapid iteration500501#### Point 12: Make New Source Code Open502503**Evidence Sources**:504505- `reviews/ARC-*-HLDR-*.md` - Open source approach, repository links506- `ARC-*-TCOP-*.md` - TCoP Point 12 (Open source code)507- `ARC-*-REQ-*.md` - Open source licensing requirements508509**Phase-Specific Evidence Requirements**:510511**Alpha**:512513- ✅ Open source approach decided514- ✅ Security and IP considerations addressed515- ✅ Code repository approach defined516- ⚠️ Code may not be public yet at alpha517518**Beta**:519520- ✅ Source code repository exists (GitHub/GitLab)521- ✅ Code published under appropriate license (MIT, Apache 2.0, etc.)522- ✅ Secrets and credentials not in source code523- ✅ README and documentation for developers524- ✅ Contribution guidelines if accepting contributions525526**Live**:527528- ✅ All new code public and open source529- ✅ Active repository with regular commits530- ✅ External contributions welcomed531- ✅ Code quality maintained532- ✅ Open source community engagement533534#### Point 13: Use and Contribute to Open Standards, Common Components and Patterns535536**Evidence Sources**:537538- `ARC-*-TCOP-*.md` - TCoP Point 13 (Open standards)539- `reviews/ARC-*-HLDR-*.md` - GOV.UK Design System usage, API standards, common components540- `ARC-*-REQ-*.md` - Standards compliance requirements541- `ARC-*-DATA-*.md` - Data standards542543**Phase-Specific Evidence Requirements**:544545**Alpha**:546547- ✅ GOV.UK Design System usage planned548- ✅ Common components identified (GOV.UK Notify, Pay, etc.)549- ✅ API standards considered (RESTful, OpenAPI)550- ✅ Data standards identified (if applicable)551552**Beta**:553554- ✅ GOV.UK Design System implemented555- ✅ Common components integrated (Notify, Pay, Verify, etc.)556- ✅ APIs follow government API standards557- ✅ Open standards used for data formats558- ✅ Contributing patterns back to community (if novel)559560**Live**:561562- ✅ Consistent use of GOV.UK patterns563- ✅ Common components working in production564- ✅ Contributing to open standards development565- ✅ Sharing patterns with other teams566- ✅ Standards compliance maintained567568#### Point 14: Operate a Reliable Service569570**Evidence Sources**:571572- `ARC-*-REQ-*.md` - Availability/reliability NFRs, SLAs573- `reviews/ARC-*-HLDR-*.md` - Resilience architecture, failover, disaster recovery574- `reviews/ARC-*-DLDR-*.md` - Infrastructure resilience, monitoring575- `ARC-*-RISK-*.md` - Operational risks, incident response576577**Phase-Specific Evidence Requirements**:578579**Alpha**:580581- ✅ Reliability requirements defined582- ✅ Uptime targets set583- ✅ High-level resilience approach planned584- ⚠️ Full operational procedures not needed at alpha585586**Beta**:587588- ✅ Service uptime meeting targets (typically 99.9%)589- ✅ Monitoring and alerting in place590- ✅ Incident response procedures documented591- ✅ On-call rota established592- ✅ Disaster recovery plan tested593- ✅ Load testing completed594595**Live**:596597- ✅ SLA consistently met (99.9%+ uptime)598- ✅ Incident response tested and working599- ✅ Post-incident reviews conducted600- ✅ Proactive monitoring preventing issues601- ✅ Capacity planning and scaling working602- ✅ Chaos engineering or resilience testing603604### Step 4: Phase-Appropriate Gap Analysis605606Apply phase-appropriate criteria when assessing evidence:607608**Alpha Assessment** - Focus on demonstrating viability:609610- Lower bar for operational evidence (monitoring, performance data)611- Higher bar for user research and prototyping612- Critical: User testing, team composition, technology viability613- Optional: Full accessibility audit, published performance data614615**Beta Assessment** - Focus on demonstrating production readiness:616617- Higher bar for everything618- Critical: Working service, security testing, accessibility compliance, performance monitoring619- All 14 points must be addressed substantively620- Evidence of service working end-to-end621622**Live Assessment** - Focus on demonstrating continuous improvement:623624- Highest bar, operational excellence expected625- Critical: Published performance data, user satisfaction, continuous improvement626- Evidence of service evolution based on user feedback627- Operational maturity demonstrated628629### Step 5: Generate RAG Ratings630631For each Service Standard point, assign a RAG rating based on evidence found:632633**🟢 Green (Ready)**:634635- All critical evidence found for this phase636- Evidence is comprehensive and high quality637- No significant gaps638- Team ready to discuss this point confidently639640**🟡 Amber (Partial)**:641642- Some evidence found but gaps remain643- Evidence exists but may lack detail or breadth644- Minor gaps that can be addressed quickly (1-2 weeks)645- Would likely receive "Amber" rating from assessment panel646647**🔴 Red (Not Ready)**:648649- Critical evidence missing650- Significant gaps that require substantial work (3+ weeks)651- Would likely receive "Red" rating and fail this point652- Must be addressed before booking assessment653654**Overall Readiness Rating**:655656- **🟢 Green (Ready)**: 12+ points Green, max 2 Amber, 0 Red657- **🟡 Amber (Nearly Ready)**: 10+ points Green/Amber, max 2 Red658- **🔴 Red (Not Ready)**: More than 2 Red points or fewer than 10 Green/Amber659660### Step 6: Generate Recommendations661662For each gap identified, generate specific, actionable recommendations:663664**Priority Levels**:665666- **Critical**: Must complete before assessment (affects Red rating)667- **High**: Should complete before assessment (affects Amber rating)668- **Medium**: Nice to have, strengthens case (improves confidence)669670**Recommendation Format**:671672```text673Priority: [Critical/High/Medium]674Point: [Service Standard point number]675Action: [Specific action to take]676Timeline: [Estimated time to complete]677Who: [Suggested role/person]678Evidence to create: [What artifact/documentation will this produce]679```680681### Step 7: Generate Assessment Day Guidance682683Provide practical guidance for the assessment day:684685**Documentation to Prepare** (share with panel 1 week before):686687- List specific ArcKit artifacts to share688- Suggest additional materials needed (prototypes, demos, research findings)689- Recommend format for sharing (links, documents, slide deck limits)690691**Who Should Attend**:692693- Core team members required (Product Manager, User Researcher, Tech Lead, Delivery Manager)694- Phase-specific additions (e.g., Accessibility specialist for beta)695- Suggested role assignments during assessment696697**Show and Tell Structure** (4-hour assessment timeline):698699- 0:00-0:15: Introductions and context700- 0:15-1:00: User research and needs701- 1:00-1:45: Service demo/prototype walkthrough702- 1:45-2:30: Technical architecture and security703- 2:30-3:00: Team and ways of working704- 3:00-3:45: Q&A on Service Standard points705- 3:45-4:00: Panel deliberation706707**Tips for Assessment Day**:708709- Show real work, not polished presentations710- Have doers present their work711- Be honest about unknowns712- Explain problem-solving approach713- Demonstrate user-centered thinking714- Show iteration and learning715716Before writing the file, read `.arckit/references/quality-checklist.md` and verify all **Common Checks** plus the **SVCASS** per-type checks pass. Fix any failures before proceeding.717718### Step 8: Write Assessment Preparation Report719720Generate a comprehensive markdown report saved to:721722**`projects/{project-dir}/ARC-{PROJECT_ID}-SVCASS-v1.0.md`**723724Example: `projects/001-nhs-appointment/ARC-001-SVCASS-v1.0.md`725726## Report Structure727728```markdown729# GDS Service Assessment Preparation Report730731**Project**: [Project Name from ArcKit artifacts]732**Assessment Phase**: [Alpha/Beta/Live]733**Assessment Date**: [If provided, else "Not yet scheduled"]734**Report Generated**: [Current date]735**ArcKit Version**: {ARCKIT_VERSION}736737---738739## Executive Summary740741**Overall Readiness**: 🟢 Green / 🟡 Amber / 🔴 Red742743**Readiness Score**: X/14 points ready744745**Breakdown**:746- 🟢 Green: X points747- 🟡 Amber: X points748- 🔴 Red: X points749750**Summary**:751[2-3 paragraph summary of overall readiness, highlighting strengths and critical gaps]752753**Critical Gaps** (Must address before assessment):754- [Gap 1 with Service Standard point number]755- [Gap 2 with Service Standard point number]756- [Gap 3 with Service Standard point number]757758**Key Strengths**:759- [Strength 1]760- [Strength 2]761- [Strength 3]762763**Recommended Timeline**:764- [X weeks/days until ready based on gap analysis]765- [If assessment date provided: "Assessment in X days - [Ready/Need to postpone]"]766767---768769## Service Standard Assessment (14 Points)770771[For each of the 14 points, include the following detailed section]772773### 1. Understand Users and Their Needs774775**Status**: 🟢 Ready / 🟡 Partial / 🔴 Not Ready776777**What This Point Means**:778[Brief 2-3 sentence explanation of what this Service Standard point requires]779780**Why It Matters**:781[1-2 sentences on importance]782783**Evidence Required for [Alpha/Beta/Live]**:784- [Evidence requirement 1 for this phase]785- [Evidence requirement 2 for this phase]786- [Evidence requirement 3 for this phase]787788**Evidence Found in ArcKit Artifacts**:789790✅ **ARC-*-STKE-*.md** (lines XX-YY)791 - [Specific evidence found]792 - [What this demonstrates]793794✅ **ARC-*-REQ-*.md** (Section X: User Stories)795 - [Specific evidence found]796 - [What this demonstrates]797798❌ **Missing**: [Specific gap 1]799❌ **Missing**: [Specific gap 2]800⚠️ **Weak**: [Evidence exists but lacks quality/detail]801802**Gap Analysis**:803[2-3 sentences assessing completeness: what's strong, what's weak, what's missing]804805**Readiness Rating**: 🟢 Green / 🟡 Amber / 🔴 Red806807**Strengths**:808- [Strength 1]809- [Strength 2]810811**Weaknesses**:812- [Weakness 1]813- [Weakness 2]814815**Recommendations**:8168171. **Critical**: [Action with specific details]818 - Timeline: [X days/weeks]819 - Owner: [Suggested role]820 - Evidence to create: [What this will produce]8218222. **High**: [Action with specific details]823 - Timeline: [X days/weeks]824 - Owner: [Suggested role]825 - Evidence to create: [What this will produce]8268273. **Medium**: [Action with specific details]828 - Timeline: [X days/weeks]829 - Owner: [Suggested role]830 - Evidence to create: [What this will produce]831832**Assessment Day Guidance**:833- **Prepare**: [What to prepare for presenting this point]834- **Show**: [What to demonstrate/show]835- **Bring**: [Who should be ready to present]836- **Materials**: [Specific artifacts/demos to have ready]837- **Likely Questions**:838 - [Expected question 1]839 - [Expected question 2]840841---842843[Repeat above structure for all 14 Service Standard points]844845---846847## Evidence Inventory848849**Complete Traceability**: Service Standard Point → ArcKit Artifacts850851| Service Standard Point | ArcKit Artifacts | Status | Critical Gaps |852|------------------------|------------------|--------|---------------|853| 1. Understand users | ARC-*-STKE-*.md, ARC-*-REQ-*.md | 🟡 Partial | Prototype testing with users |854| 2. Solve whole problem | ARC-*-REQ-*.md, wardley-maps/ | 🟢 Complete | None |855| 3. Joined up experience | reviews/ARC-*-HLDR-*.md, diagrams/ | 🟡 Partial | Channel integration testing |856| 4. Simple to use | ARC-*-REQ-*.md, reviews/ARC-*-HLDR-*.md | 🟢 Complete | None |857| 5. Everyone can use | ARC-*-REQ-*.md, ARC-*-SECD-*.md | 🔴 Not Ready | WCAG 2.2 AA testing |858| 6. Multidisciplinary team | ARC-*-STKE-*.md, ARC-*-PLAN-*.md | 🟢 Complete | None |859| 7. Agile ways of working | ARC-*-PLAN-*.md | 🟢 Complete | None |860| 8. Iterate frequently | reviews/ARC-*-HLDR-*.md, reviews/ARC-*-DLDR-*.md | 🟡 Partial | Iteration log |861| 9. Secure and private | ARC-*-SECD-*.md, ARC-*-DATA-*.md | 🟢 Complete | None |862| 10. Success metrics | ARC-*-REQ-*.md, ARC-*-SOBC-*.md | 🟡 Partial | Performance dashboard |863| 11. Right tools | research/, wardley-maps/, ARC-*-TCOP-*.md | 🟢 Complete | None |864| 12. Open source | reviews/ARC-*-HLDR-*.md | 🔴 Not Ready | Public code repository |865| 13. Open standards | ARC-*-TCOP-*.md, reviews/ARC-*-HLDR-*.md | 🟢 Complete | None |866| 14. Reliable service | ARC-*-REQ-*.md, reviews/ARC-*-HLDR-*.md | 🟡 Partial | Load testing results |867868**Summary**:869- ✅ Strong evidence: Points X, Y, Z870- ⚠️ Adequate but needs strengthening: Points A, B, C871- ❌ Critical gaps: Points D, E872873---874875## Assessment Preparation Checklist876877### Critical Actions (Complete within 2 weeks)878879Priority: Complete these before booking assessment - they address Red ratings880881- [ ] **Action 1**: [Specific action]882 - Point: [Service Standard point number]883 - Timeline: [X days]884 - Owner: [Role]885 - Outcome: [What evidence this creates]886887- [ ] **Action 2**: [Specific action]888 - Point: [Service Standard point number]889 - Timeline: [X days]890 - Owner: [Role]891 - Outcome: [What evidence this creates]892893### High Priority Actions (Complete within 4 weeks)894895Priority: Should complete to strengthen Amber points to Green896897- [ ] **Action 3**: [Specific action]898 - Point: [Service Standard point number]899 - Timeline: [X days]900 - Owner: [Role]901 - Outcome: [What evidence this creates]902903- [ ] **Action 4**: [Specific action]904 - Point: [Service Standard point number]905 - Timeline: [X days]906 - Owner: [Role]907 - Outcome: [What evidence this creates]908909### Medium Priority Actions (Nice to Have)910911Priority: Strengthens overall case but not blocking912913- [ ] **Action 5**: [Specific action]914 - Point: [Service Standard point number]915 - Timeline: [X days]916 - Owner: [Role]917 - Outcome: [What evidence this creates]918919---920921## Assessment Day Preparation922923### Timeline and Booking924925**Current Readiness**:926[Assessment of whether ready to book now, or need to complete critical actions first]927928**Recommended Booking Timeline**:929- Complete critical actions: [X weeks]930- Complete high priority actions: [X weeks]931- Buffer for preparation: 1 week932- **Ready to book after**: [Date if assessment date provided]933934**How to Book**:9351. Contact GDS Central Digital & Data Office assessment team9362. Book 5 weeks in advance minimum9373. Assessments typically on Tuesday, Wednesday, or Thursday9384. Duration: 4 hours9395. Provide: Service name, department, phase, preferred dates940941### Documentation to Share with Panel942943**Send 1 week before assessment**:944945Required documentation:946- [ ] Project overview (1-2 pages) - Use `ARC-*-PLAN-*.md` summary947- [ ] User research repository or summary - From `ARC-*-STKE-*.md` and user research findings948- [ ] Service architecture diagrams - From `diagrams/` directory949- [ ] Prototype/demo environment URL (if applicable)950951Recommended documentation:952- [ ] Key ArcKit artifacts:953 - `ARC-*-STKE-*.md` - Stakeholders and user needs954 - `ARC-*-REQ-*.md` - Requirements and user stories955 - `reviews/ARC-*-HLDR-*.md` - Architecture decisions956 - `ARC-*-SECD-*.md` - Security approach957 - [List other relevant phase-specific artifacts]958959Optional supplementary:960- [ ] Design history showing iterations961- [ ] Research findings (videos, playback slides)962- [ ] Technical documentation or developer docs963- [ ] Performance metrics dashboard (if available)964965### Who Should Attend966967**Core Team** (required):968- ✅ **Product Manager / Service Owner** - Overall service vision and decisions969- ✅ **Lead User Researcher** - User needs, research findings, testing970- ✅ **Technical Architect / Lead Developer** - Technology choices, architecture971- ✅ **Delivery Manager** - Agile practices, team dynamics972973**Phase-Specific Additions**:974975[For Alpha]:976- ✅ **Lead Designer** - Prototype design, user interface977- ✅ **Business Analyst** - Requirements, user stories978979[For Beta]:980- ✅ **Accessibility Specialist** - WCAG compliance, assistive technology testing981- ✅ **Security Lead** - Security testing, threat model982- ✅ **Content Designer** - Content approach, plain English983984[For Live]:985- ✅ **Operations/DevOps Lead** - Service reliability, monitoring986- ✅ **Performance Analyst** - Metrics, analytics, performance data987988**Optional Attendees**:989- Senior Responsible Owner (for context, may not be there whole time)990- Business owner or policy lead991- Clinical safety officer (health services)992- Data protection officer (high PII services)993994### Show and Tell Structure995996**4-Hour Assessment Timeline**:997998**0:00-0:15 - Introductions and Context**999- Team introductions (name, role, experience)1000- Service overview (2 minutes)1001- Project context and phase progress10021003**0:15-1:00 - User Research and Needs (Points 1, 2, 3, 4)**1004- User Researcher presents:1005 - Research findings and methodology1006 - User needs and problem definition1007 - Prototype/design testing results1008 - How user needs inform service design1009- Be ready to discuss: diversity of research participants, accessibility10101011**1:00-1:45 - Service Demonstration (Points 2, 3, 4, 5)**1012- Show the service or prototype:1013 - End-to-end user journey demonstration1014 - Key features and functionality1015 - Accessibility features1016 - Multi-channel experience1017- Use real examples and test data1018- Show iterations based on feedback10191020**1:45-2:30 - Technical Architecture and Security (Points 9, 11, 12, 13, 14)**1021- Tech Lead presents:1022 - Architecture decisions and rationale1023 - Technology choices (build vs buy)1024 - Security and privacy approach1025 - Open source strategy1026 - Reliability and monitoring1027- Use diagrams from ArcKit artifacts1028- Explain trade-offs and decisions10291030**2:30-3:00 - Team and Ways of Working (Points 6, 7, 8, 10)**1031- Delivery Manager presents:1032 - Team composition and skills1033 - Agile practices and ceremonies1034 - Iteration approach and cadence1035 - Success metrics and performance data1036- Show real examples: sprint boards, retro actions10371038**3:00-3:45 - Open Q&A**1039- Panel asks questions on any Service Standard points1040- Team responds with evidence and examples1041- Opportunity to address panel concerns1042- Provide additional context as needed10431044**3:45-4:00 - Panel Deliberation**1045- Team steps out1046- Panel discusses and decides on ratings1047- Panel may call team back for clarifications10481049### Tips for Success10501051**Do**:1052- ✅ Show real work, not polished presentations (max 10 slides if any)1053- ✅ Have people who did the work present it1054- ✅ Be honest about what you don't know yet1055- ✅ Explain your problem-solving approach1056- ✅ Demonstrate iteration based on learning1057- ✅ Show enthusiasm for user needs1058- ✅ Provide evidence for claims1059- ✅ Reference ArcKit artifacts by name10601061**Don't**:1062- ❌ Over-prepare presentations (panel wants to see artifacts)1063- ❌ Hide problems or pretend everything is perfect1064- ❌ Use jargon or assume panel knows your context1065- ❌ Let senior leaders dominate (panel wants to hear from doers)1066- ❌ Argue with panel feedback1067- ❌ Rush through - panel will interrupt with questions10681069**Materials to Have Ready**:1070- Prototype or working service with test data loaded1071- Laptops for team members to show their work1072- Backup plan if demo breaks (screenshots, videos)1073- Links to ArcKit artifacts and other documentation1074- Research videos or clips (if appropriate)1075- Architecture diagrams printed or on screen10761077---10781079## After the Assessment10801081### If You Pass (Green)10821083**Immediate Actions**:1084- [ ] Celebrate with the team1085- [ ] Share assessment report with stakeholders1086- [ ] Plan for next phase1087- [ ] Book next assessment (if moving to beta/live)10881089**Continuous Improvement**:1090- [ ] Act on panel feedback and recommendations1091- [ ] Continue user research and iteration1092- [ ] Update ArcKit artifacts as service evolves1093- [ ] Maintain Service Standard compliance10941095### If You Get Amber10961097**Understanding Amber**:1098- Service can proceed to next phase1099- Must fix amber issues within 3 months1100- Progress tracked in "tracking amber evidence" document1101- GDS assessment team will monitor progress11021103**Immediate Actions**:1104- [ ] Create "tracking amber evidence" document1105- [ ] Assign owners to each amber point1106- [ ] Set deadlines for addressing amber issues (within 3 months)1107- [ ] Schedule regular check-ins with GDS assessment team11081109**Tracking Amber Evidence**:1110Create a public document (visible to assessment team) showing:1111- Each amber point and the specific concern raised1112- Actions taken to address the concern1113- Evidence created (with links/dates)1114- Status (not started, in progress, complete)1115- Next assessment date11161117### If You Fail (Red)11181119**Understanding Red**:1120- Service cannot proceed to next phase1121- Must address red issues before reassessment1122- Team remains in current phase1123- Requires another full assessment11241125**Immediate Actions**:1126- [ ] Review assessment report carefully with team1127- [ ] Identify root causes of red ratings1128- [ ] Create action plan to address each red point1129- [ ] Re-run `$arckit-service-assessment` command weekly to track progress1130- [ ] Book reassessment once red issues resolved (typically 3-6 months)11311132---11331134## Next Steps11351136### This Week11371138**Immediate actions** (within 7 days):11391. [Action 1 from critical list]11402. [Action 2 from critical list]11413. [Action 3 from critical list]11421143**Quick wins** (can complete in 1-2 days):1144- [Quick win 1]1145- [Quick win 2]11461147### Next 2 Weeks11481149**Priority actions** (complete before booking):11501. [Action from critical list]11512. [Action from critical list]11523. [Action from high priority list]11531154### Next 4 Weeks11551156**Strengthening actions** (improve Amber to Green):11571. [Action from high priority list]11582. [Action from high priority list]11593. [Action from medium priority list]11601161### Continuous Improvement11621163**Weekly**:1164- [ ] Re-run `$arckit-service-assessment PHASE=[phase]` to track progress1165- [ ] Update this report as evidence is gathered1166- [ ] Review checklist and mark completed items1167- [ ] Sprint planning includes Service Standard prep tasks11681169**Fortnightly**:1170- [ ] Team review of assessment readiness1171- [ ] Practice show and tell with colleagues1172- [ ] Gather feedback on presentation approach11731174**Before Booking**:1175- [ ] All critical actions complete1176- [ ] At least 10/14 points rated Green or Amber1177- [ ] Team confident and prepared1178- [ ] Documentation ready to share1179- [ ] Demo environment tested and working11801181---11821183## Resources11841185### GDS Service Standard Resources11861187**Official Guidance**:1188- [Service Standard](https://www.gov.uk/service-manual/service-standard) - All 14 points explained1189- [What happens at a service assessment](https://www.gov.uk/service-manual/service-assessments/how-service-assessments-work) - Assessment process1190- [Book a service assessment](https://www.gov.uk/service-manual/service-assessments/book-a-service-assessment) - Booking information1191- [Service Standard Reports](https://www.gov.uk/service-standard-reports) - Browse 450+ published assessment11921193…(truncated)