From sacco-skills
Orchestration playbooks for chaining the sacco-* skills on bigger efforts. Browse with "show me the orchestration playbooks", or use one when a job spans multiple skills: a competitive research barrage feeding requirements, a full-stack rewrite (parity + phased execution), a production-hardening loop, turning a design doc into a phased plan, or coordinating shared concerns across teams/repos.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sacco-skills:sacco-pattern-libraryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
These chain the atomic sacco-* skills for multi-step efforts. Each playbook says
These chain the atomic sacco-* skills for multi-step efforts. Each playbook says what it is, when to use it, the steps, an (anonymized) example, and success factors.
| Playbook | File | When to Use |
|---|---|---|
| Competitive Research Barrage | references/competitive-research-barrage.md | Multi-domain research feeding a new product/system (→ sacco-research-to-plan) |
| Full-Stack Rewrite | references/full-stack-rewrite.md | Technology migrations / rewrites (→ sacco-parity-verification + sacco-phased-execution) |
| Production Hardening | references/production-hardening-review.md | Pre-production review loop (→ sacco-codebase-audit) |
| Design Doc to Implementation | references/design-doc-to-implementation.md | Translating a design doc into a phased plan (→ sacco-phased-execution) |
| Cross-Team Architecture | references/cross-team-architecture.md | Shared concerns, repo boundaries, distribution (→ sacco-shared-concerns-extraction) |
Read the relevant playbook and follow the steps. Playbooks combine, e.g. Research Barrage → Design Doc → Phased Execution.
npx claudepluginhub adrien-sacco/sacco-skills --plugin sacco-skillsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.