Phase
Execute an implementation phase from ready to verified. The AI drives through Ready, Implement, and Verify.
Free to start · runs with your own AI
Workflow steps
Runs inside your AI conversation · the orchestrator drives
you — in any AI chat
- 1
Ready
Read this phase's specification from the parent plan — typically
a file under the plan's docs directory describing scope, approach,
and verification for this phase.Confirm:
- Scope is clear (what to deliver and what to exclude)
- Approach is actionable (you know what to build)
- Verification criteria exist (you know how to prove it works)
- Any dependencies from earlier phases are met
If anything is unclear or a dependency is unmet, raise it now
before starting implementation. - 2
Implement
Execute the work described in the phase specification.
Keep changes focused on this phase's scope — do not
scope-creep into adjacent work.Run tests after each significant change to catch regressions
early. - 3
Verify
Run the verification defined in the phase specification.
Report what you checked, what passed, and what failed.If anything fails, reject to loop back to implement. Do not
patch issues inline — the developer fixes, then verification
re-runs from scratch.Request operator approval before advancing.
The AI pauses here and waits for a human to approve before the conversation continues.If rejected → returns to implement - 4
Complete
Phase complete. The parent plan's execute-phases step will
detect this and advance to the next phase automatically. Workflow complete — outcome delivered, every step on record.
Related workflows
Ready to automate?
Stop re-explaining your process. Pick a template, start a task, and let the AI drive the work through your workflow.