What problem does it solve?
This skill serves as a pure orchestrator router that routes plan-creation steps through a formal six-step pipeline, ensuring state transitions are verified by a Z3 model and that artifacts are produced for audit and governance.
Core Features & Use Cases
- Finite six-step dispatch routing: spec-to-plan-handoff, plan-create, solve-model, solve-check, plan-plan, plan-completion.
- Strict separation of routing and execution: sub-agents perform actual work while the orchestrator only routes.
- Z3-backed validation: pipeline-state-machine enforces correct step order and guards against invalid transitions.
- Artifact governance: generates and stores artifacts at designated temporary paths for traceability.
- Authorization-driven workflow: requires approved specs and explicit task authorization before progression.
- Use Case: coordinate the creation of a plan from an approved spec across multiple specialized sub-agents.
Quick Start
Provide an approved spec and trigger the six-step plan creation pipeline to generate and validate a plan.