What problem does it solve?
Provides a structured, production-grade workflow so agents can autonomously plan, build, verify, and harden software without manual orchestration, reducing context loss and improving reproducibility across sessions.
Core Features & Use Cases
- Workpack planning: Convert goals into PRD-driven workpacks with scoped task files for autonomous runs.
- Python instruments: CLI tools for generating workpacks, extracting prompt templates, creating AGENTS.md, and logging sessions.
- Quality gates & conventions: Enforces typecheck/tests, 300-lines-per-file and directory limits, AGENTS.md maintenance, and commit-on-green discipline.
- Operational tasks: Codebase audits, state machine diagrams, session start/end workflows, and prompt-template extraction for reuse.
Quick Start
Load the harness into the agent and run the slash command /workpack <goal> (for example: /workpack Build a task management API with auth) to generate a PRD and a queued workpack ready for autonomous execution.