From ai-maestro-orchestrator-agent
Provides evidence-based verification patterns for code and systems, including exit code proofs, E2E testing, and integration checks. Generates pass/fail reports with reproducible evidence.
npx claudepluginhub emasoft/ai-maestro-orchestrator-agentThis skill uses the workspace's default tool permissions.
Evidence-based verification for proving code and systems work correctly. Collect measurable, reproducible evidence -- not assumptions.
README.mdreferences/automation-scripts.mdreferences/combining-patterns.mdreferences/cross-platform-support.mdreferences/docker-troubleshooting.mdreferences/end-to-end-testing.mdreferences/evidence-based-verification.mdreferences/evidence-format.mdreferences/examples.mdreferences/exit-code-proof.mdreferences/github-integration.mdreferences/integration-verification.mdreferences/op-collect-evidence.mdreferences/op-format-verification-report.mdreferences/op-generate-test-report.mdreferences/op-notify-orchestrator.mdreferences/op-run-test-suite.mdreferences/op-update-github-issue.mdreferences/op-validate-evidence-record.mdreferences/op-verify-exit-code.mdRuns parallel specialized agents to verify implementations, run tests (unit/e2e/integration/perf/LLM), grade quality (0-10 scale), and suggest improvements. Use before merging.
Enforces strict code verification requiring runtime evidence like screenshots, curl responses, and CLI outputs beyond passing tests. Use for claudikins-kernel:verify, quality checks, pass/fail verdicts, and cross-command gates.
Verifies feature completion by writing automated tests against SPEC.md, running commands for fresh evidence, and confirming outputs per Iron Law of Verification.
Share bugs, ideas, or general feedback.
Evidence-based verification for proving code and systems work correctly. Collect measurable, reproducible evidence -- not assumptions.
Verification reports with pass/fail status, collected evidence, and formatted results per test-report-format.md.
See: verification-principles.md
Copy this checklist and track your progress:
Input: Agent receives verification request for a new function. Output: Verification report with pass/fail, collected evidence, formatted results.
See examples.md for worked examples.
Fail-fast: failures propagate immediately, no fallbacks. See troubleshooting.md and docker-troubleshooting.md in Resources.