What problem does it solve?
Provides a structured, auditable way to plan, execute, and document implementation work by separating transient orchestration state from permanent documentation so teams avoid lost progress, duplicated content, and unclear task ownership.
Core Features & Use Cases
- Two-tier workspace + documentation: maintain a temporary workspace for orchestration metadata and task state and persist final plans, reports, and issues in configurable documentation paths.
- Planner, Orchestrator, Documenter workflows: create plans from user files or temporary input, execute tasks with progress tracking and testing hooks, generate completion reports, and archive workspaces.
- Issue logging and recovery: create non-blocking documented issues, resume failed orchestrations, and auto-clean completed workspaces after configurable retention.
- Use case: Run an orchestration to implement an authentication feature, track AUTH-001..AUTH-005 in workspace/tasks.json while updating the permanent plan and producing a final report in docs/reports/.
Quick Start
Start an orchestration to plan and execute "Build auth system" and write the generated report and issues to the configured documentation paths.