What problem does it solve?
It prevents slow, fragmented agent execution by coordinating the full end-to-end QA workflow (requirements to test implementation) while keeping project memory and hot-cache state consistent.
Core Features & Use Cases
- Workflow orchestration for QA pipelines: Selects and sequences multi-skill agents to produce requirements, exploration diagrams, test designs, Playwright specs, and final reports.
- Hot-cache and activity-log governance: Forces a hot-cache-first approach, updates cache after file changes, and appends an activity-log entry after every task.
- Repository integration guardrails: Enforces commit/push policy via dedicated rules and avoids committing secrets or generated authenticated artifacts.
- Diagram-to-test alignment workflow: Guides the conversion of exploration into Mermaid flow/state diagrams and then into Zephyr-style test design.
Quick Start
Use the agent-workflow-orchestrator to update the hot cache first, then run the canonical workflow chain to go from exploration through test implementation for the target feature key.