What problem does it solve?
It helps turn a written design into an execution-ready plan by performing a worker-focused self-check, collecting missing inputs, optionally gathering external context, and routing the finalized plan for review.
Core Features & Use Cases
- Self-review for executability: Validates that each step can be executed as written with correct paths, commands, and expected outputs, and removes hidden assumptions.
- Human-ready open questions: Extracts only the decisions that require Neil’s input and surfaces them without extra commentary.
- Async external context & plan updates: Runs targeted async research when needed and folds results back into the task state before final handoff.
- Review routing: Submits the completed plan to the plan reviewer via the pipeline.
Quick Start
Ask the system to complete the current written design plan so it is self-checked, missing context is gathered, open questions are sent to Neil, and the finalized plan is routed to review.