These three workflows complete work that hands off to another agent but
were missing the post-handoff task invocation needed for orchestrator
dispatch:
- code-review: QA → SM (review_complete) on passing review
- create-story: SM → Dev (story_prepared) when story is Ready for Dev
- dev-story: Dev → QA (dev_complete) when transitioning to Review
https://claude.ai/code/session_01GE7R9vLGsTa785ieSmeTT4
- Fix 3 template filename mismatches in workflow YAMLs (dot-separated
names and missing words that didn't match actual files)
- Fix 4 checklist/template path errors pointing to non-existent
workflows/4-implementation/ paths (checklists live at checklists/)
- Create missing prd-checklist.md referenced by create-prd workflow
- Fix 17 broken agent menu references across 6 agent YAMLs (update
paths from workflow.md to workflow-jira.yaml, remove menu items
for unimplemented Jira workflows: brainstorming, document-project,
validate-prd, edit-prd, qa-generate-e2e-tests)
- Standardize exec: to workflow: field across all agent menus
- Wire sprint-planning-checklist.md to sprint-planning workflow
- Fix stale path in correct-course-checklist.md
https://claude.ai/code/session_01GE7R9vLGsTa785ieSmeTT4