What problem does it solve?
Coordinates and manages agent state transitions across START, INIT, IMPLEMENT, TEST, and COMPLETE within a single-orchestrator architecture, ensuring safe, predictable progression and efficient context handling.
Core Features & Use Cases
- State-machine driven workflow to drive transitions between INIT, IMPLEMENT, TEST, and COMPLETE.
- Automatic loading of corresponding sub-skills for each state (initialization/, implementation/, testing/, context-graph/).
- Context management with threshold-based compression to maintain performance during long-running sessions.
- Session lifecycle support via a safety-aware session-entry protocol that checks project health, features, and readiness before work begins.
- Clear auditing and history of transitions to support recovery and handoff.
Quick Start
Start a session with the session-entry protocol, then progress through INIT, IMPLEMENT, and TEST while monitoring context usage and letting the orchestrator load the correct sub-skills automatically.