What it does
Architect Playbook is a collection of Claude Code slash-command skills that systematically audit TypeScript and React codebases across nine dimensions: security, accessibility, performance, architecture, testing, quality gates, linting, dependencies, and React patterns.
How it works
Install the playbook once globally or locally, then run audits in parallel from separate chat sessions. Each audit:
- Grades against opinionated baselines, not just what’s in your codebase
- Reports findings, then asks before generating implementation plans
- Saves structured findings (markdown + JSON) to disk for cross-session review
- Supports optional enrichment flags (
--with-lighthouse-results,--with-network) for deeper analysis
When you find gaps during review, /system-self-improve patches the originating audit skill itself, making the playbook smarter over time.
Use cases
- Onboarding to new projects: Walk onto a codebase and run all audits in parallel worktrees
- Architecture reviews: Validate module boundaries, coupling, and design patterns
- Security gates: Scan for auth flaws, XSS, secrets, and header misconfigurations
- Accessibility compliance: Check WCAG 2.2 AA across components and the shell
- CI/CD integration: Evolve audit quality based on real review feedback
Who benefits
Engineering teams, tech leads, and architects who want repeatable, evolving code review workflows without manual checklist fatigue.