Skip to content

feat: add production-quality-gate agent to meta-orchestration#180

Open
milkomida77 wants to merge 1 commit intoVoltAgent:mainfrom
milkomida77:feat/add-production-quality-gate
Open

feat: add production-quality-gate agent to meta-orchestration#180
milkomida77 wants to merge 1 commit intoVoltAgent:mainfrom
milkomida77:feat/add-production-quality-gate

Conversation

@milkomida77
Copy link
Copy Markdown

Summary

Adds a production-quality-gate agent to categories/09-meta-orchestration/ — a verification agent that validates other agents' work before tasks are marked as done.

Why this agent is needed

The meta-orchestration category has excellent agents for coordination (multi-agent-coordinator, workflow-orchestrator, task-distributor) but no dedicated verification agent. When agents report "done", something needs to verify the work actually succeeded. This agent fills that gap.

What it does

  • Runs mandatory verification commands after every agent completion
  • Checks that files were actually modified (not just claimed)
  • Scans for accidentally introduced secrets/credentials
  • Validates tests pass with no regressions
  • Reports VERIFIED / FAILED / BLOCKED / REJECTED / INCOMPLETE with evidence

Key insight

Agent output is a CLAIM. Test output is EVIDENCE. Only evidence closes a task.

This principle reduced "done but actually broken" incidents by ~60% in production across 10,000+ tasks.

Production context

Pattern from running 57 Claude Code agents over 6 months. Full agent collection: guardian-agent-prompts

Format

Follows exact repo format (YAML frontmatter with name, description, tools, model + detailed markdown body). Note: I've only added the agent file — happy to also update the category README.md and main README.md if you'd like.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant