> **{skill-name}** — skill 11 of 17 in [microsoft/waza](https://skillsdocs.com/microsoft/waza).
>
> Book (all skills, one file): https://skillsdocs.com/microsoft/waza.md
> Machine manifest: https://skillsdocs.com/microsoft/waza/.well-known/agent-skills/index.json
> Install the book: `npx skills add microsoft/waza`
> Upstream: https://github.com/microsoft/waza/blob/main/.squad-templates/skill.md @ `main`
> Raw bytes, no header: https://raw.githubusercontent.com/microsoft/waza/main/.squad-templates/skill.md
> Base for relative paths: https://raw.githubusercontent.com/microsoft/waza/main/.squad-templates/
> Licence: MIT — https://spdx.org/licenses/MIT.html
>
> Bundled files (31), referenced from this skill's directory:
>   - `casting-history.json` — https://raw.githubusercontent.com/microsoft/waza/main/.squad-templates/casting-history.json
>   - `casting-policy.json` — https://raw.githubusercontent.com/microsoft/waza/main/.squad-templates/casting-policy.json
>   - `casting-registry.json` — https://raw.githubusercontent.com/microsoft/waza/main/.squad-templates/casting-registry.json
>   - `ceremonies.md` — https://raw.githubusercontent.com/microsoft/waza/main/.squad-templates/ceremonies.md
>   - `charter.md` — https://raw.githubusercontent.com/microsoft/waza/main/.squad-templates/charter.md
>   - `constraint-tracking.md` — https://raw.githubusercontent.com/microsoft/waza/main/.squad-templates/constraint-tracking.md
>   - `copilot-instructions.md` — https://raw.githubusercontent.com/microsoft/waza/main/.squad-templates/copilot-instructions.md
>   - `history.md` — https://raw.githubusercontent.com/microsoft/waza/main/.squad-templates/history.md
>   - `identity/now.md` — https://raw.githubusercontent.com/microsoft/waza/main/.squad-templates/identity/now.md
>   - `identity/wisdom.md` — https://raw.githubusercontent.com/microsoft/waza/main/.squad-templates/identity/wisdom.md
>   - `mcp-config.md` — https://raw.githubusercontent.com/microsoft/waza/main/.squad-templates/mcp-config.md
>   - `multi-agent-format.md` — https://raw.githubusercontent.com/microsoft/waza/main/.squad-templates/multi-agent-format.md
>   - `orchestration-log.md` — https://raw.githubusercontent.com/microsoft/waza/main/.squad-templates/orchestration-log.md
>   - `plugin-marketplace.md` — https://raw.githubusercontent.com/microsoft/waza/main/.squad-templates/plugin-marketplace.md
>   - `raw-agent-output.md` — https://raw.githubusercontent.com/microsoft/waza/main/.squad-templates/raw-agent-output.md
>   - `roster.md` — https://raw.githubusercontent.com/microsoft/waza/main/.squad-templates/roster.md
>   - `routing.md` — https://raw.githubusercontent.com/microsoft/waza/main/.squad-templates/routing.md
>   - `run-output.md` — https://raw.githubusercontent.com/microsoft/waza/main/.squad-templates/run-output.md
>   - `scribe-charter.md` — https://raw.githubusercontent.com/microsoft/waza/main/.squad-templates/scribe-charter.md
>   - `workflows/squad-ci.yml` — https://raw.githubusercontent.com/microsoft/waza/main/.squad-templates/workflows/squad-ci.yml
>   - `workflows/squad-docs.yml` — https://raw.githubusercontent.com/microsoft/waza/main/.squad-templates/workflows/squad-docs.yml
>   - `workflows/squad-heartbeat.yml` — https://raw.githubusercontent.com/microsoft/waza/main/.squad-templates/workflows/squad-heartbeat.yml
>   - `workflows/squad-insider-release.yml` — https://raw.githubusercontent.com/microsoft/waza/main/.squad-templates/workflows/squad-insider-release.yml
>   - `workflows/squad-issue-assign.yml` — https://raw.githubusercontent.com/microsoft/waza/main/.squad-templates/workflows/squad-issue-assign.yml
>   - …and 7 more, listed in https://skillsdocs.com/api/v1/books/microsoft/waza/skills/squad-templates
>
> Content © its authors, served unmodified. Takedown: https://github.com/DreambaseAI/skillsdocs/issues/new?labels=takedown&title=Takedown+request

<!-- Verbatim upstream SKILL.md follows, YAML frontmatter included. -->

---
name: "{skill-name}"
description: "{what this skill teaches agents}"
domain: "{e.g., testing, api-design, error-handling}"
confidence: "low|medium|high"
source: "{how this was learned: manual, observed, earned}"
tools:
  # Optional — declare MCP tools relevant to this skill's patterns
  # - name: "{tool-name}"
  #   description: "{what this tool does}"
  #   when: "{when to use this tool}"
---

## Context
{When and why this skill applies}

## Patterns
{Specific patterns, conventions, or approaches}

## Examples
{Code examples or references}

## Anti-Patterns
{What to avoid}
