testing
| rank | capability | source |
|---|---|---|
| #101 | Activates investigation-to-requirements pipeline — trace root cause then crystallize into actionable spec | TheTrustedAdvisor/omg |
| #102 | QA cycling — test, diagnose, fix, repeat until quality goal is met | TheTrustedAdvisor/omg |
| #103 | Minimal implementation workflow for plan-driven coding. Use when preparing a small implementation slice, applying requirements-first coding discipline, or verifying that new code delegates instead of duplicating behavior. DO NOT USE FOR: test authoring strategy (use… | Grimblaz/agent-orchestra |
| #104 | Structured authoring guidance for formal specification documents. Use when drafting machine-readable requirements, filling the repository specification template, or refining interfaces and acceptance criteria into a self-contained spec. DO NOT USE FOR: implementation planning… | Grimblaz/agent-orchestra |
| #105 | Build-test orchestration protocol for choosing and running parallel or serial implementation lanes with shared requirement contracts, convergence gates, and triage routing. Use when coordinating multiple concurrent implementation paths, managing convergence gates, or running… | Grimblaz/agent-orchestra |
| #106 | Reusable implementation-plan authoring methodology. Use when running read-only discovery, drafting execution steps with CE Gate coverage, or preparing a plan for adversarial stress-testing and approval. DO NOT USE FOR: plan persistence, approval-policy enforcement, or direct… | Grimblaz/agent-orchestra |