ticket: record workflow template coder delegation

This commit is contained in:
Keisuke Hirata 2026-06-08 10:51:26 +09:00
parent b45d8f1f6e
commit 7eb0304ca2
No known key found for this signature in database
2 changed files with 28 additions and 1 deletions

View File

@ -8,7 +8,7 @@ priority: 'P2'
labels: ['workflow', 'prompt', 'ticket', 'orchestration', 'cleanup']
workflow_state: 'inprogress'
created_at: '2026-06-08T01:46:02Z'
updated_at: '2026-06-08T01:50:34Z'
updated_at: '2026-06-08T01:50:56Z'
assignee: null
legacy_ticket: null
queued_by: 'workspace-panel'

View File

@ -120,3 +120,30 @@ Critical risks / reviewer focus:
Accepted queued implementation after reading the Ticket, workspace state, and maintained workflow-template hits. This acceptance precedes worktree creation and coder/reviewer Pod spawning.
---
<!-- event: plan author: orchestrator at: 2026-06-08T01:50:56Z -->
## Plan
Implementation routing accepted and worktree created.
Worktree plan:
- Branch: `remove-non-goals-workflow-templates`
- Worktree: `.worktree/remove-non-goals-workflow-templates`
- Base: `b45d8f1 ticket: route workflow template non-goals cleanup`
- Initial maintained workflow hits:
- `.yoi/workflow/ticket-intake-workflow.md`
- `.yoi/workflow/ticket-orchestrator-routing.md`
- `.yoi/workflow/ticket-preflight-workflow.md`
- `.yoi/workflow/multi-agent-workflow.md`
Delegation plan:
- Spawn sibling coder Pod with write scope limited to `.worktree/remove-non-goals-workflow-templates`.
- Coder must run Bash commands from the child worktree, not from the main workspace.
- Coder must not edit main-workspace `.yoi` / Ticket / workflow / docs records, and must not rewrite historic Ticket artifacts.
- Reviewer will be spawned read-only after coder reports diff/commits and validation evidence.
Stop condition:
- This Orchestrator will stop at a merge-ready dossier; no merge, close, final approval, or cleanup in this phase.
---