claude-code-ultimate-guide/examples/agents
Florian BRUNIAUX 7bda706da2 feat(v3.32.0): Plan-Validate-Execute Pipeline — 3-command AI-first workflow
New workflow for production teams: dynamic agent teams, ADR learning loop,
automated execution from PRD to merged PR.

Added:
- guide/workflows/plan-pipeline.md — complete workflow guide (philosophy,
  non-prescriptive AI-first, No Bandaids first principles, ADR learning loop,
  CLAUDE.md 120-line discipline, /clear context reset, cost profile)
- examples/commands/plan-start.md — 5-phase planning with 12-agent dynamic
  pool (trigger-based selection, Tier 0 Solo → Tier 4 Full Spectrum,
  planning-coordinator synthesis, auto-transition to validate)
- examples/commands/plan-validate.md — 2-layer validation (structural inline +
  8 specialist agents), ADR-aware auto-fix (Bucket A ~95% auto-resolve,
  Bucket B human input → new rule), issue persistence in metrics JSON
- examples/commands/plan-execute.md — worktree → TDD scaffold → level-based
  parallel agents → drift detection → quality gate → smoke test → PR squash
  merge → post-merge metrics → cleanup
- examples/agents/planning-coordinator.md — Opus synthesis agent: merges
  multi-agent reports into coherent task graph, resolves conflicts via ADR
  precedence, verifies plan completeness before output
- examples/agents/integration-reviewer.md — Opus runtime validator: connection
  params, async/sync consistency, env var completeness, library API
  correctness (WebFetch), OTEL pipeline validation

Updated:
- machine-readable/reference.yaml — 16 new indexed keys
- CHANGELOG.md — v3.32.0 entry with 6 detailed items
- VERSION, README.md, guide/cheatsheet.md, guide/ultimate-guide.md — bumped to 3.32.0

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-06 17:24:26 +01:00
..
analytics-with-eval docs(examples): add YAML frontmatter to 19 miscellaneous example files 2026-02-15 19:21:00 +01:00
cyber-defense release: v3.29.1 - Git MCP + GitHub MCP catalog entries 2026-03-02 16:10:19 +01:00
adr-writer.md release: v3.30.0 - 10 advanced patterns documentation 2026-03-03 06:27:28 +01:00
architecture-reviewer.md release: v3.28.0 - Section 2.5 Model Selection & Thinking Guide 2026-02-21 18:25:50 +01:00
code-reviewer.md release: v3.23.4 - Agent Anti-Patterns & Scope-Focused Refactoring 2026-02-09 10:29:59 +01:00
devops-sre.md release: v3.23.4 - Agent Anti-Patterns & Scope-Focused Refactoring 2026-02-09 10:29:59 +01:00
implementer.md release: v3.28.0 - Section 2.5 Model Selection & Thinking Guide 2026-02-21 18:25:50 +01:00
integration-reviewer.md feat(v3.32.0): Plan-Validate-Execute Pipeline — 3-command AI-first workflow 2026-03-06 17:24:26 +01:00
output-evaluator.md feat(docs): add LLM Handbook + Google Whitepaper integration v3.3.0 2026-01-14 21:00:49 +01:00
plan-challenger.md release: v3.30.0 - 10 advanced patterns documentation 2026-03-03 06:27:28 +01:00
planner.md release: v3.28.0 - Section 2.5 Model Selection & Thinking Guide 2026-02-21 18:25:50 +01:00
planning-coordinator.md feat(v3.32.0): Plan-Validate-Execute Pipeline — 3-command AI-first workflow 2026-03-06 17:24:26 +01:00
refactoring-specialist.md docs: complete factual audit pass 2 — 90+ corrections 2026-02-26 18:21:28 +01:00
security-auditor.md release: v3.23.4 - Agent Anti-Patterns & Scope-Focused Refactoring 2026-02-09 10:29:59 +01:00
security-patcher.md feat: security scanning workflow (auditor + patcher + gate hook) 2026-02-22 15:21:35 +01:00
test-writer.md release: v3.23.4 - Agent Anti-Patterns & Scope-Focused Refactoring 2026-02-09 10:29:59 +01:00