2026-05-11 02:15:47 +02:00
|
|
|
# Status Transitions
|
|
|
|
|
|
|
|
|
|
| Source | Target | Action | Roles |
|
|
|
|
|
|--------|--------|--------|-------|
|
2026-07-01 01:11:34 +02:00
|
|
|
| awaiting_ceo_approval | cancelled | cancel | ceo |
|
2026-05-11 02:15:47 +02:00
|
|
|
| awaiting_ceo_approval | completed | ceo_approve | ceo |
|
|
|
|
|
| awaiting_ceo_approval | needs_revision | ceo_reject | ceo |
|
2026-06-30 08:08:35 +02:00
|
|
|
| awaiting_ceo_approval | pending | ceo_reject_to_pool | ceo |
|
2026-05-11 02:15:47 +02:00
|
|
|
| awaiting_documentation | awaiting_pm_review | docs_complete | documenter |
|
|
|
|
|
| awaiting_documentation | cancelled | cancel | cell_pm, ceo, main_pm |
|
|
|
|
|
| awaiting_documentation | claimed | claim | documenter |
|
|
|
|
|
| awaiting_pm_review | awaiting_ceo_approval | escalate_to_ceo | head_marketing, main_pm, product_owner |
|
|
|
|
|
| awaiting_pm_review | cancelled | cancel | cell_pm, ceo, main_pm |
|
2026-07-22 08:11:28 +02:00
|
|
|
| awaiting_pm_review | claimed | claim | cell_pm, main_pm |
|
2026-05-11 02:15:47 +02:00
|
|
|
| awaiting_pm_review | completed | complete | cell_pm, main_pm |
|
2026-07-02 05:46:01 +02:00
|
|
|
| awaiting_pm_review | needs_revision | request_changes | cell_pm, main_pm |
|
2026-06-20 09:27:29 +02:00
|
|
|
| awaiting_pr_review | awaiting_pm_review | pr_pass | pr_reviewer |
|
|
|
|
|
| awaiting_pr_review | cancelled | cancel | cell_pm, ceo, main_pm |
|
|
|
|
|
| awaiting_pr_review | claimed | claim | pr_reviewer |
|
|
|
|
|
| awaiting_pr_review | needs_revision | pr_fail | pr_reviewer |
|
2026-05-11 02:15:47 +02:00
|
|
|
| awaiting_qa | awaiting_documentation | qa_pass | qa |
|
|
|
|
|
| awaiting_qa | cancelled | cancel | cell_pm, ceo, main_pm |
|
|
|
|
|
| awaiting_qa | claimed | claim | qa |
|
|
|
|
|
| awaiting_qa | needs_revision | qa_fail | qa |
|
|
|
|
|
| backlog | cancelled | cancel | cell_pm, ceo, main_pm |
|
|
|
|
|
| backlog | pending | activate | any |
|
2026-06-08 05:17:15 +02:00
|
|
|
| blocked | awaiting_ceo_approval | escalate_to_ceo | head_marketing, main_pm, product_owner |
|
2026-05-11 02:15:47 +02:00
|
|
|
| blocked | cancelled | cancel | cell_pm, ceo, main_pm |
|
|
|
|
|
| blocked | in_progress | unblock | any |
|
2026-06-04 02:01:09 +02:00
|
|
|
| blocked | pending | unblock | any |
|
2026-05-11 02:15:47 +02:00
|
|
|
| claimed | cancelled | cancel | cell_pm, ceo, main_pm |
|
|
|
|
|
| claimed | in_progress | start | any |
|
|
|
|
|
| in_progress | awaiting_pm_review | submit_pm_review | any |
|
2026-06-20 09:27:29 +02:00
|
|
|
| in_progress | awaiting_pr_review | submit_for_review | any |
|
2026-05-11 02:15:47 +02:00
|
|
|
| in_progress | blocked | block | any |
|
|
|
|
|
| in_progress | cancelled | cancel | cell_pm, ceo, main_pm |
|
2026-06-16 10:37:06 +02:00
|
|
|
| in_progress | completed | pr_review_done | pr_reviewer |
|
2026-05-11 02:15:47 +02:00
|
|
|
| in_progress | paused | pause | any |
|
|
|
|
|
| in_progress | verifying | submit_verification | any |
|
|
|
|
|
| needs_revision | cancelled | cancel | cell_pm, ceo, main_pm |
|
|
|
|
|
| needs_revision | claimed | claim | any |
|
|
|
|
|
| paused | cancelled | cancel | cell_pm, ceo, main_pm |
|
|
|
|
|
| paused | in_progress | resume | any |
|
|
|
|
|
| pending | cancelled | cancel | cell_pm, ceo, main_pm |
|
|
|
|
|
| pending | claimed | claim | any |
|
|
|
|
|
| verifying | awaiting_qa | submit_qa | any |
|
|
|
|
|
| verifying | cancelled | cancel | cell_pm, ceo, main_pm |
|