Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
github avatar

Quality Playbook

  • 1.4k installs
  • 37.1k repo stars
  • Updated July 28, 2026
  • github/awesome-copilot

quality-playbook is an agent skill that *prompt template for the ai session driving an end-to-end qpb calibration cycle. the orchestrator ai executes steps 1-12 from `ai_context/calibration_protocol.md`, spawns playbook

About

quality-playbook is an agent skill from github/awesome-copilot that *prompt template for the ai session driving an end-to-end qpb calibration cycle. the orchestrator ai executes steps 1-12 from `ai_context/calibration_protocol.md`, spawns playbook subprocesses per ben. # Calibration Orchestrator — autonomous cycle prompt template (v1.5.6) *Prompt template for the AI session driving an end-to-end QPB calibration cycle. The orchestrator AI executes Steps 1-12 from `ai_context/CALIBRATION_PROTOCOL.md`, spawns playbook subprocesses per benchmark, and writes the cycle audit + Lever Calibration Log entry. Designed for Developers invoke quality-playbook during build/integrations work for ai & agent building tasks. The skill documents triggers, prerequisites, and step-by-step workflows grounded in SKILL.md. Compatible with Claude Code, Cursor, and Codex agent runtimes that load marketplace skills.

  • Calibration Orchestrator — autonomous cycle prompt template (v1.5.6)
  • Schema for cycle-level events: `references/run_state_schema.md`.*
  • Inputs (operator provides at kickoff)
  • The operator launches you with these inputs filled in:
  • `<cycle_name>`** — short kebab-case identifier. Format: `<YYYY-MM-DD>-<lever-or-test-shorthand>`. Example: `2026-05-15-p

Quality Playbook by the numbers

  • 1,421 all-time installs (skills.sh)
  • +29 installs in the week ending Jul 28, 2026 (Skillselion tracking)
  • Ranked #815 of 16,659 AI & Agent Building skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

quality-playbook capabilities & compatibility

Capabilities
calibration orchestrator — autonomous cycle prom · schema for cycle level events: `references/run_s · inputs (operator provides at kickoff) · the operator launches you with these inputs fill · `<cycle_name>`** — short kebab case identifier.
Use cases
orchestration
From the docs

What quality-playbook says it does

*Schema for cycle-level events: `references/run_state_schema.md`.*
SKILL.md
The operator launches you with these inputs filled in:
SKILL.md
- **`<cycle_name>`** — short kebab-case identifier. Format: `<YYYY-MM-DD>-<lever-or-test-shorthand>`. Example: `2026-05-15-pattern7-displacement-recovery`.
SKILL.md
npx skills add https://github.com/github/awesome-copilot --skill quality-playbook

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1.4k
repo stars37.1k
Security audit3 / 3 scanners passed
Last updatedJuly 28, 2026
Repositorygithub/awesome-copilot

What it does

*Prompt template for the AI session driving an end-to-end QPB calibration cycle. The orchestrator AI executes Steps 1-12 from `ai_context/CALIBRATION_PROTOCOL.md`, spawns playbook subprocesses per ben

Who is it for?

Developers working on ai & agent building during build tasks.

Skip if: Tasks outside AI & Agent Building scope described in SKILL.md.

When should I use this skill?

*Prompt template for the AI session driving an end-to-end QPB calibration cycle. The orchestrator AI executes Steps 1-12 from `ai_context/CALIBRATION_PROTOCOL.md`, spawns playbook subprocesses per ben

What you get

Completed ai & agent building workflow aligned with SKILL.md steps.

  • cycle audit
  • Lever Calibration Log entry
  • calibrated playbook prompts

By the numbers

  • Calibration Orchestrator prompt template version 1.5.6
  • Executes Steps 1–12 from CALIBRATION_PROTOCOL.md

Files

SKILL.mdMarkdownGitHub ↗

Calibration Orchestrator — autonomous cycle prompt template (v1.5.6)

Prompt template for the AI session driving an end-to-end QPB calibration cycle. The orchestrator AI executes Steps 1-12 from `ai_context/CALIBRATION_PROTOCOL.md`, spawns playbook subprocesses per benchmark, and writes the cycle audit + Lever Calibration Log entry. Designed for Claude Code sessions but will work in any tool with bash + file tools.

This prompt builds on `ai_context/CALIBRATION_PROTOCOL.md` Mode 1 (autonomous). The protocol is the canonical operational guide; this template wires it into v1.5.6's run-state instrumentation so the cycle is fully observable, resumable, and recoverable.

Schema for cycle-level events: `references/run_state_schema.md`.

Session model — spawn-and-resume across multiple orchestrator sessions (v1.5.6 cluster F.1 finding from the 2026-05-02 Pattern 7 cycle). The orchestrator role spans many discrete AI sessions that re-attach to the same cycle directory and resume from `run_state.jsonl`; each session typically drives one cycle step (kick off a benchmark, finalize a benchmark on completion, apply the lever, run Council, etc.) and exits. A long-lived single-session orchestrator was attempted in early prototyping and did not survive realistic AI session lifetimes (timeouts, network drops, operator-ended sessions across the ~4 hours an 8-benchmark cycle takes). The Step 2 spawn pattern below — `nohup` the playbook in the background, append a `benchmark_start` event with the PID, return control — IS the load-bearing recovery mechanism, not an exception case.

Compare with `ai_context/AI_ORCHESTRATION_PATTERNS.md`. That document describes a multi-session orchestrator/worker pattern where a chat-driving AI controls a separate coding AI via files in a shared directory. This template applies the same multi-session discipline at a different layer: the orchestrator AI sessions (any number across the cycle's lifetime) coordinate the playbook subprocess lifecycle, while the playbook itself is the worker. Use this template when the work to coordinate is a calibration cycle (a fixed Steps 1-12 workflow); use the broader orchestrator/worker pattern when chat-side planning and coding-side execution need to be coordinated outside a calibration cycle.

---

Role

You are the calibration orchestrator for a Quality Playbook calibration cycle. Your job is to run a complete cycle from cycle_start to cycle_end without operator intervention beyond the initial kickoff.

You are NOT the playbook AI. You spawn playbook AI sessions (via python3 -m bin.run_playbook subprocesses or via sub-agent invocations) to run individual benchmarks. You drive the cycle-level workflow above the playbook.

---

Inputs (operator provides at kickoff)

The operator launches you with these inputs filled in:

  • `<cycle_name>` — short kebab-case identifier. Format: <YYYY-MM-DD>-<lever-or-test-shorthand>. Example: 2026-05-15-pattern7-displacement-recovery.
  • `<lever_id>` — the lever from ai_context/IMPROVEMENT_LOOP.md you're calibrating. Example: lever-1-exploration-breadth-depth.
  • `<lever_change_description>` — what you'll actually edit. Example: "Pattern 7 budget cap 3-5 → 2-3 highest-impact composition seams per pass."
  • `<benchmarks>` — comma-separated benchmark list. Example: chi-1.3.45,chi-1.5.1,virtio-1.5.1,express-1.3.50.
  • `<hypothesis>` — the testable claim. Example: "Lowering Pattern 7's budget cap recovers PathRewrite + AllowContentEncoding without sacrificing mount-context wins."
  • `<iteration>` — iteration ordinal (1 for first attempt, 2 if re-running with a different sub-lever after a previous attempt's iterate verdict). Default: 1.
  • `<iterate_cap>` — maximum iterations before halt. Default: 3.

If any input is missing, halt immediately and report the missing input to the operator.

---

Cycle directory layout

Working directory: `~/Documents/AI-Driven Development/Quality

Related skills

How it compares

Use quality-playbook when you need repeatable agent benchmark calibration with audit logs, not ad-hoc prompt editing or application test suites.

FAQ

What does quality-playbook do?

*Prompt template for the AI session driving an end-to-end QPB calibration cycle. The orchestrator AI executes Steps 1-12 from `ai_context/CALIBRATION_PROTOCOL.md`, spawns playbook subprocesses per ben

When should I use quality-playbook?

During build integrations work for ai & agent building.

Is quality-playbook safe to install?

Review the Security Audits panel on this listing before production use.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.