Tutorial: Developer Workflow End-to-End
Goal: process ticket from intake to closure with audit-safe flow.
Step 1: Triage incoming ticket
- Open board/workload.
- Review scope and quality.
Step 2: Verify and plan
- Set assignee (self or teammate).
- Set planned date and estimate.
- Move to
verifiedwhen ready.
Expected result:
- ticket is ready for execution and visible in execution queues.
Step 3: Execute and sync with DevTodo
- Start work (
in_progress). - Keep DevTodo order aligned with real focus.
- Add internal notes when needed.
Step 4: Handle blockers
- Use
blockedfor dependency/data blockers. - Use
waitingwhen reporter input is required.
Step 5: Close correctly
- Add public closure summary comment.
- Move status to
closed.
Expected result:
- closure is accepted by API and recorded in history/events.