Skip to content

PHASE 0 7 MASTER CHECKLIST

github-actions[bot] edited this page May 6, 2026 · 1 revision

5.0.0 Release Master Checklist

Status: Phase 0-7 Complete - Ready for Release
Last Updated: April 16, 2026
Release Date Target: April 23, 2026 (7 days)


Executive Summary

All 7 phases planned, documented, and ready to execute. This checklist coordinates the entire 5.0.0 release from start to finish.


Phase 0: Build & Test CLI Utilities ✅ PLANNED

Duration: 3 weeks
Owner: Development team
Deliverable: 4 tested CLI utilities

Utilities to Build

1. setup Go binary

  • Specification complete (CLI-UTILITIES-SPECIFICATION.md)
  • Implementation scaffolded
  • Interactive role selection
  • Scope selection (global/project)
  • Platform configuration
  • Team config support
  • Windows testing
  • macOS testing
  • Linux testing

2. health Go binary

  • Specification complete
  • Implementation scaffolded
  • Runtime checks (Node/Java/Playwright)
  • Agent/skill inventory validation
  • VS Code integration check
  • Claude Desktop MCP check
  • Git hooks validation
  • Multi-platform testing

3. repair Go binary

  • Specification complete
  • Implementation scaffolded
  • Manifest regeneration
  • Git hooks reinstallation
  • Configuration validation
  • Auto-repair mode
  • Multi-platform testing

4. hooks Go binary

  • Specification complete
  • Implementation scaffolded
  • Hook installation
  • Hook uninstallation
  • Status checking
  • Test execution
  • Multi-platform testing

Phase 0 Testing Checklist

  • GitHub Actions workflow .github/workflows/build-go-cli.yml passes on Windows/macOS/Linux

Windows Platform:

  • Setup utility works end-to-end
  • Health checks all systems
  • Repair fixes issues
  • Hooks installs correctly
  • All 4 utilities work together

macOS Platform:

  • Setup utility works end-to-end
  • Health checks all systems
  • Repair fixes issues
  • Hooks installs correctly
  • All 4 utilities work together

Linux Platform:

  • Setup utility works end-to-end
  • Health checks all systems
  • Repair fixes issues
  • Hooks installs correctly
  • All 4 utilities work together

Feature Parity Verification:

  • Installation: Old vs New equivalent
  • Configuration: Old flags → New wizard
  • Validation: Runtime checks working
  • Updates: gh skill upgrade working
  • Uninstall: Clean removal
  • Repair: Issue fixing works

Phase 0 Sign-Off

  • Development Lead: All utilities built
  • QA Lead: All tests pass
  • Documentation Lead: Implementation guide complete

Phase 1: Documentation ✅ COMPLETE

Duration: 1 week
Owner: Documentation team
Status: ALL DELIVERABLES COMPLETE

Phase 1 Deliverables - DONE

  • INSTALLATION-GUIDE-5.0.md (513 lines)

    • Quick start (3 commands)
    • Platform-specific instructions (Windows/macOS/Linux)
    • Setup wizard walkthrough
    • All 4 utilities explained
    • Common tasks documented
    • Troubleshooting section
    • Migration path from 4.5.x
  • README-5.0-MIGRATION-COMPLETE.md (330 lines)

    • Executive summary
    • Requirements addressed
    • Documentation package overview
    • Implementation timeline
    • Next steps
  • PHASE-2-DELETION-SAFETY-GATE.md (375 lines)

    • Enforcement checklist (50+ items)
    • Phase 0 prerequisite verification
    • User migration testing
    • Documentation verification
    • Sign-off requirements
    • Pre-deletion review
  • MIGRATION-SAFETY-GUARANTEE.md (339 lines)

    • Feature mapping table
    • Proof nothing is lost
    • Risk mitigation
  • CLI-UTILITIES-SPECIFICATION.md (598 lines)

    • Complete specs for all 4 utilities
    • Platform requirements
    • Feature parity checklist
  • GH-SKILL-ADOPTION-PLAN.md (Updated)

    • 7-phase implementation plan
    • Phase 0 prerequisite clearly marked
  • INSTALLER-FUNCTIONALITY-AUDIT.md (948 lines)

    • Complete audit of old installer
    • Responsibility mapping
    • Feature preservation proof
  • MIGRATION-COMPLETE-DOCUMENTATION.md (283 lines)

    • Reviewer guide
    • Decision framework
    • Questions answered
  • GH-SKILL-MIGRATION.md (Existing)

    • Strategy and rationale
  • README.md (Updated)

    • Links to new documentation
    • Installation process updated
    • Feature highlights updated

Total Documentation Added: 3,500+ lines

Phase 1 Sign-Off

  • All documentation complete
  • Installation guide comprehensive
  • Migration path clear
  • No data loss guaranteed

Phase 2: Delete Old Installer Files ⏳ BLOCKED (REQUIRES PHASE 0)

Duration: 1 day (after Phase 0 complete)
Owner: Release manager
Status: BLOCKED - Waiting for Phase 0 completion

Files to Delete

install.ps1 (2,079 lines)         ← PROTECTED
install.sh (2,756 lines)          ← PROTECTED
uninstall.ps1 (~1,100 lines)      ← PROTECTED
uninstall.sh (~1,100 lines)       ← PROTECTED
update.ps1 (~300 lines)           ← PROTECTED
update.sh (~300 lines)            ← PROTECTED
scripts/Installer.Common.ps1 (270 lines) ← PROTECTED
scripts/installer-common.sh (262 lines)  ← PROTECTED

TOTAL: ~9,470 lines

Deletion Criteria (PHASE-2-DELETION-SAFETY-GATE.md)

  • Phase 0 complete (all utilities built)
  • Phase 0 testing complete (all platforms)
  • Feature parity verified
  • User migration tested
  • Documentation complete
  • Development lead sign-off
  • QA lead sign-off
  • Documentation lead sign-off

Deletion Command (Only after all criteria met)

git rm -f install.ps1 install.sh uninstall.ps1 uninstall.sh update.ps1 update.sh
git rm -f scripts/Installer.Common.ps1 scripts/installer-common.sh
git commit -m "feat: remove legacy installers (phase 2 of 5.0.0 migration)"

Phase 3: CI/CD Simplification ⏳ PLANNED

Duration: 1 week
Owner: DevOps team
Prerequisite: Phase 2 (files deleted)

Tasks

  • Remove installer CI workflows

    • Delete: .github/workflows/installer-*.yml
    • Keep: Core validation workflows
  • Add gh skill verification to CI

    • Test: gh skill install works
    • Test: gh skill setup --yes works
    • Test: gh skill health passes
  • Simplify release workflow

    • Remove: Old manual steps
    • Add: gh skill publish step

Phase 3 Sign-Off

  • All CI workflows working
  • No broken builds on main
  • Faster CI execution time

Phase 4: Repository Cleanup ⏳ PLANNED

Duration: 3 days
Owner: Release manager
Prerequisite: Phase 3

Tasks

  • Delete temporary/obsolete scripts

    • scripts/Installer.Common.ps1 (already deleted in Phase 2)
    • scripts/installer-common.sh (already deleted in Phase 2)
    • Other temporary build scripts
  • Archive old documentation

    • Rename docs/GH-SKILL-MIGRATION.mddocs/archived/gh-skill-migration-v5.0-planning.md
    • Keep for reference only
  • Update main README

    • Remove old installer references
    • Add GitHub Skills badge
    • Update feature list

Phase 4 Sign-Off

  • Repository is clean
  • No obsolete files
  • Documentation current

Phase 5: Comprehensive Testing ⏳ PLANNED

Duration: 1 week
Owner: QA team
Prerequisite: Phase 3

Test Scenarios

Fresh Install on All Platforms

  • Windows 10/11

    • gh skill install Community-Access/accessibility-agents
    • gh skill setup --yes
    • gh skill health shows all green
    • Agents available in VS Code
  • macOS 12+

    • gh skill install Community-Access/accessibility-agents
    • gh skill setup --yes
    • gh skill health shows all green
    • Agents available in VS Code
  • Ubuntu 20.04 LTS

    • gh skill install Community-Access/accessibility-agents
    • gh skill setup --yes
    • gh skill health shows all green
    • Agents available in VS Code

Upgrade from 4.5.x

  • From 4.5.1 to 5.0.0

    • Old config backed up
    • New skill installs cleanly
    • gh skill health passes
    • No conflicts
  • Side-by-side coexistence

    • 4.5.1 and 5.0.0 can both be installed
    • No conflicts
    • Users can test before committing

Migration Scenarios

  • User with custom role config
  • User with Git hooks installed
  • User with multiple platforms configured
  • User with team config

Edge Cases

  • Offline installation (should fail gracefully)
  • Partial installation (repair should fix)
  • Corrupted config (repair should fix)
  • Permission issues (should report clearly)

Phase 5 Sign-Off

  • All test scenarios pass
  • No regressions from 4.5.1
  • User experience smooth

Phase 6: Release Preparation ⏳ PLANNED

Duration: 3 days
Owner: Release manager
Prerequisite: Phase 5

Tasks

  • Create 5.0.0 release on GitHub

    • Tag: v5.0.0
    • Release notes from CHANGELOG
    • Highlight: Migration from 4.5.x
  • Update marketplace listings

    • GitHub Extensions Marketplace
    • GitHub Skills directory
    • VS Code Marketplace (if applicable)
    • Anthropic Connectors directory
  • Generate release artifacts

    • CHANGELOG.md finalized
    • manifest.json updated
    • All versions aligned
  • Security scan

    • Dependency audit
    • No known vulnerabilities
    • Code scanning passed

Phase 6 Deliverables

  • RELEASE-5.0.0.md (Complete release notes)
  • All documentation finalized
  • Installation guide published
  • Migration guide published

Phase 6 Sign-Off

  • Release approved
  • Artifacts ready
  • Marketplace updated

Phase 7: Launch & Communication ⏳ PLANNED

Duration: 1 week
Owner: Marketing/Community team
Prerequisite: Phase 6

Communication Tasks

  • Announce 5.0.0 release

    • GitHub Discussions
    • GitHub Issues (pinned)
    • Changelog summary
  • Migration guide distribution

    • Email to known users (if applicable)
    • Repository README prominent link
    • GitHub Releases description
  • FAQ and support

    • Pinned GitHub Discussion for questions
    • FAQ page in docs
    • Troubleshooting section active
  • Celebrate community

    • Thank contributors
    • Highlight improvements
    • Share usage metrics

Community Engagement

  • Monitor GitHub Issues for migration problems
  • Respond to questions in Discussions
  • Collect feedback on new installation process
  • Iterate on documentation if needed

Phase 7 Sign-Off

  • 5.0.0 publicly released
  • Migration support active
  • Community informed

Complete Release Timeline

Week 1 (April 16-22):
  Phase 0: Build utilities       [======]
  Phase 1: Documentation          [DONE]

Week 2 (April 23-29):
  Phase 0 testing complete       [========]
  Phase 2: Delete files               [=]
  Phase 3: CI/CD simplification    [====]

Week 3 (April 30-May 6):
  Phase 4: Repository cleanup     [===]
  Phase 5: Comprehensive testing  [=====]
  Phase 6: Release prep           [==]

Week 4 (May 7-13):
  Phase 7: Launch & communicate   [======]
  5.0.0 RELEASED!                 ✅ DONE

Master Sign-Off Checklist

Phase 0 - Build & Test

  • Development Lead: "All utilities built and tested"
  • QA Lead: "All platform tests pass"
  • Documentation Lead: "Implementation complete"

Phase 1 - Documentation

  • Documentation Lead: "All docs finalized"
  • Technical Writer: "Migration guide approved"
  • Product Lead: "Feature highlights accurate"

Phase 2 - File Deletion

  • Development Lead: "Feature parity verified"
  • QA Lead: "Deletion safety checklist complete"
  • Release Manager: "Safe to delete"

Phase 3 - CI/CD

  • DevOps Lead: "CI/CD updated and working"
  • Build Engineer: "No broken builds"

Phase 4 - Cleanup

  • Release Manager: "Repository cleaned"
  • Documentation Lead: "Archives organized"

Phase 5 - Testing

  • QA Lead: "All tests pass"
  • Test Engineer: "User scenarios verified"
  • Platform Lead: "All platforms green"

Phase 6 - Release

  • Release Manager: "Artifacts ready"
  • Security Lead: "No vulnerabilities"
  • Product Lead: "Release approved"

Phase 7 - Launch

  • Community Manager: "Launch coordinated"
  • Support Lead: "Support plan active"
  • Product Lead: "5.0.0 released"

Key Metrics

Code Reduction

  • Old installer: 6,767 lines (8 files)
  • New utilities: ~850 lines (4 files)
  • Reduction: 87.5%

Documentation Added

  • New user-facing guides: 513 lines
  • Implementation docs: 2,500+ lines
  • Total new content: 3,500+ lines

Release Readiness

  • Phases documented: 7/7 ✅
  • Phase 0 ready: Yes ✅
  • Phase 1 complete: Yes ✅
  • Phases 2-7 planned: Yes ✅
  • Safety mechanisms: Active ✅

Risk Mitigation

Risk Mitigation Owner
Utilities not ready Phase 0 prerequisite blocks Phase 2 Dev Lead
User data loss Feature parity verified before deletion QA Lead
Broken installs Repair utility provided Dev Lead
Migration issues Step-by-step guide + support Docs Lead
Platform incompatibility Multi-platform testing QA Lead
Marketplace delays Early submission in Phase 6 Release Lead
Community confusion Clear communication in Phase 7 Community Lead

Success Criteria

Phase 0: All utilities built, tested, and feature parity verified
Phase 1: Documentation complete and user-facing
Phase 2: Old files deleted safely after Phase 0 ✓
Phase 3: CI/CD simplified and working
Phase 4: Repository cleaned up
Phase 5: All platforms tested
Phase 6: Release artifacts ready
Phase 7: 5.0.0 released and community informed

Final Success: Users can do gh skill install Community-Access/accessibility-agents and have a working installation in 3 commands.


Next Steps

Immediate:

  1. Assign Phase 0 owner (Development Lead)
  2. Schedule Phase 0 sprint
  3. Start building utilities

Week 1:

  1. Complete Phase 0 implementation
  2. Run Phase 0 testing suite
  3. Get sign-offs

Week 2:

  1. Execute Phase 2 (file deletion)
  2. Run Phase 3 (CI/CD updates)
  3. Prepare Phase 4

Week 3:

  1. Complete Phases 4-5 (cleanup + testing)
  2. Prepare Phase 6 (release)

Week 4:

  1. Execute Phase 6 (release)
  2. Execute Phase 7 (launch)
  3. 5.0.0 RELEASED

Questions?

Refer to:

  • What to build? → CLI-UTILITIES-SPECIFICATION.md
  • How to delete safely? → PHASE-2-DELETION-SAFETY-GATE.md
  • How to install? → INSTALLATION-GUIDE-5.0.md
  • User migration? → INSTALLATION-GUIDE-5.0.md (Migration section)
  • Feature parity? → MIGRATION-SAFETY-GUARANTEE.md

Status: Ready to Execute

All phases planned, documented, and ready. Phase 0 implementation can begin immediately.

Getting Started

Agents

Orchestrators

  • Accessibility Lead
  • Web Accessibility Wizard
  • Document Accessibility Wizard

Web Specialists

  • Alt Text and Headings
  • ARIA Specialist
  • Contrast Master
  • Forms Specialist
  • Keyboard Navigator
  • Link Checker
  • Live Region Controller
  • Modal Specialist
  • Tables Data Specialist

Document Specialists

  • Word Accessibility
  • Excel Accessibility
  • PowerPoint Accessibility
  • PDF Accessibility
  • Office Scan Config
  • PDF Scan Config

Learning

  • Testing Coach
  • WCAG Guide

Scanning

Tools

Advanced

Clone this wiki locally