AI Agents SDE Task Viewer
      • Context
      • Plan
      • Prd
  1. Home
  2. AgentSDE
  3. agent-core-control-center
  4. gh-53
  5. plan
  6. prd.json
prd.json(857 B)ยท Apr 2, 2026
{
  "issueNumber": 53,
  "branchName": "feat/53-filter-terminal-kanban",
  "generatedAt": "2026-04-02T12:00:00Z",
  "stories": [
    {
      "id": "S1",
      "title": "Add terminal-status filter to Kanban grouping in app/pipeline/page.tsx",
      "priority": 1,
      "dependsOn": [],
      "acceptanceCriteria": [
        "Tasks with status 'complete' are excluded from all Kanban phase columns",
        "Tasks with status 'error' are excluded from all Kanban phase columns",
        "Tasks with status 'cancelled' are excluded from all Kanban phase columns",
        "Tasks in non-terminal states continue to appear in their correct phase column",
        "List view (details fallback) still shows all tasks unfiltered",
        "npm run lint passes",
        "npm run build passes"
      ],
      "passes": false,
      "completedAt": null
    }
  ]
}
PlanPr description