{
"issueNumber": 70,
"branchName": "feat/70-remove-execute-phase",
"generatedAt": "2026-04-14T12:00:00Z",
"stories": [
{
"id": "S1",
"title": "Update phase arrays and constants in UI components",
"priority": 1,
"dependsOn": [],
"acceptanceCriteria": [
"KANBAN_PHASES in app/pipeline/page.tsx is [refine, plan, deliver, review, compound]",
"SKILL_KEYS in app/config/page.tsx has no execute entry and deliver precedes review",
"PHASE_FIELDS in app/pipeline/[taskId]/page.tsx has no execute entry and deliver precedes review",
"Hardcoded phase dropdown in app/pipeline/[taskId]/page.tsx has no execute and correct order"
],
"passes": false,
"completedAt": null
},
{
"id": "S2",
"title": "Update Task interface and data structures",
"priority": 2,
"dependsOn": [
"S1"
],
"acceptanceCriteria": [
"Task interface in lib/api/tasks.ts has no phaseExecute field",
"tasksByPhase init in app/pipeline/page.tsx has no execute key",
"phaseDeliver field appears before phaseReview in Task interface",
"npm run lint passes",
"npm run build compiles successfully"
],
"passes": false,
"completedAt": null
}
]
}