zeroshot
About
zeroshot rests on a specific claim: the agent that wrote code is structurally unfit to certify it, since shared context produces shared blind spots. The tool is a CLI that orchestrates clusters of agents over a message bus, with a conductor classifying each task by complexity and type and selecting a matching workflow — a debug workflow, a lone worker, a worker-plus-validator pair, or the full pipeline where critical tasks get a planner, four validators in two stages, and a meta-coordinator. The load-bearing rule is verifier independence: validation agents receive none of the executor's session or reasoning, must reproduce any reported failure from scratch, and can reject with concrete objections, which forces code that survives to have been checked by an agent that never saw the author's rationale. Runs persist every step to a crash-safe SQLite ledger so interrupted runs resume; tasks enter from GitHub, GitLab, Jira, Azure DevOps, or Linear, and completed work ships through git flows gated by quality checks that fail closed. Agents — conductor, planner, worker, validators, fixer, tester, investigator, completion-detector — are wired through JSON workflow templates that teams can rewrite, and cycles between agents are legal with escape logic for rings. Distributed as an npm CLI under MIT with pluggable provider registries (Claude, Codex, Gemini, Copilot, and others, with no keys stored), it is Layer 01 of a larger Open Engine architecture, aimed at teams that want unattended code production with adversarial verification rather than self-graded output.