1
Orient
Understand the project state
Morning standup: what happened since last session, what's blocked, what's the compliance score, where's the leverage?
/ido4dev:standup → get_standup_data
2
Pick Task
Intelligent work selection
4-dimension scoring: cascade value (what unblocks the most), epic momentum, capability match, dependency freshness.
get_next_task → lock_task
3
Load Context
Full context package in one call
Task spec, acceptance criteria, upstream decisions, downstream dependents, sibling progress, epic status, structured comments from prior sessions.
get_task_execution_data
4
Develop
Specs-driven implementation
8-phase execution: read spec → understand architecture → implement → test against success conditions → verify acceptance criteria.
start_task → code → test