What problem does it solve?
Validating an agent runtime with mocks and unit tests misses real integration failures. This Skill dogfoods Compozy by running a full fictional startup project with live providers, observing agent behavior across CLI, API, Web, and runtime surfaces, and auditing the evidence against a strict contract.
Core Features & Use Cases
- Playbook-driven scenarios: Selects and rotates startup playbooks (e.g., northstar-pay, devtool-oss-launch) that define agents, channels, task trees, required deliverables, and collaboration minimums.
- Single-kickoff autonomy: Posts exactly one in-persona operator kickoff behind a scheduler barrier, then observes without ever prompting agents again, so stalls surface as real bugs.
- Strict evidence audit: The auditor enforces compiled/parsed deliverables, peer messages, review cycles, disagreement resolution, and forbidden-prompt-phrase scanning, exiting with blocking codes on failure.
- Use Case: Before a Compozy release, run the skill with a playbook slug to bootstrap an isolated lab, let agents build real product artifacts for 30 minutes, then audit the evidence and file runtime bugs for any stalls or missing deliverables.
Quick Start
Run the eng-real-scenario-qa skill with playbook northstar-pay to execute a full release-grade QA scenario against the Compozy runtime.