Skip to content

Solutions Playbook — Project Status

Last updated: 2026-07-02 Last reviewed: 2026-07-02

Overall status

Two-track structure (SE + SA): Complete ✅ Entry points & routing: Complete (Home, START-HERE, CONTENT-INDEX, LEARNING-PATHS) ✅ Content: Complete across both tracks plus shared environment, template, and example material ✅ Visual system: Applied consistently; SA-track pages follow the depth and imagery standards ✅ External resources: Every SA-track guide links to authoritative standards; aggregated on the External Resources page ✅ Published site: VitePress site deployed to GitHub Pages via GitHub Actions ✅ Markdown inventory: 111 Markdown files (excluding node_modules/ and architecture-diagrams/)

Coverage by area

SE track

AreaFilesStatus
Engagements3
Pre-Sales5
Implementation4
Recovery5
Internal coordination6
Business value4
Battle cards7

SA track

AreaFilesStatus
Architecture4
Patterns4
CI/CD4
Migration4
Compliance3
Cost modeling3
Stakeholder management3

Shared

AreaFilesStatus
Environments5
Templates (root + customer + technical)22
Examples6
Lessons1 (template)

Platform & delivery

  • Site generator: VitePress, published to https://wbhankins93.github.io/solutions-playbook/.
  • Navigation: Path-scoped sidebars adapt to the SE track, SA track, or shared area you're in; the top nav handles cross-track jumps.
  • CI: Every PR and push to main runs npm run docs:build, which fails on dead internal links (ignoreDeadLinks: false).
  • Deploy: .github/workflows/deploy.yml builds and deploys to GitHub Pages on push to main.
  • Discoverability: sitemap.xml is generated at build; pages carry Open Graph / Twitter share metadata.
  • Portability: Every page has a Download Markdown button to pull the source into personal notes or share offline.

Quality checklist

  • ✅ Pages follow the document pattern (Context, Checklist, Framework, Gotchas, Links)
  • ✅ SA-track pages include a 📚 Further reading block linking to primary external standards
  • ✅ Visual system and Mermaid diagrams render across the SA track
  • ✅ Directory structure matches the README's documented layout
  • ✅ Internal cross-links are functional (enforced by CI)
  • ✅ Templates reference back to their full-context guides
  • ✅ Tone is professional but not corporate

Maintenance

See MAINTENANCE.md for the review cadence and CONTRIBUTING.md for how to add guides consistently (including the 📚 Further reading convention for linking external standards).

Built as a public field guide for practical Solutions Engineering and Architecture work.