claude-memory/graph/workflows/autonomous-issue-dispatcher-pipeline-backlog-triage-to-per-i-c4b2f4.md
2026-03-03 15:25:57 -06:00

3.6 KiB

id type title tags importance confidence created updated relations
c4b2f42d-b443-447f-8a05-bba099e06036 workflow Autonomous Issue-Dispatcher Pipeline: backlog-triage to per-issue claude workers
claude-scheduled
issue-dispatcher
issue-worker
automation
workflow
autonomous
gitea
0.9 0.8 2026-03-02T20:04:39.162409+00:00 2026-03-03T21:25:56.958675+00:00
target type direction strength edge_id
b27fb831-811e-4103-b5f1-3c36d5b1ad20 RELATED_TO outgoing 0.95 1f84ab88-4258-4ec6-9e2e-45bb8423d997
target type direction strength edge_id
62ee21e8-2b56-4d38-a73d-47e2724f08c6 RELATED_TO outgoing 0.74 2b3d8278-ab2c-45a0-a148-d321a49a7c08
target type direction strength edge_id
73646e80-a640-4316-b7c6-54a4330f1b28 RELATED_TO outgoing 0.87 77d18bc3-f2e8-4e3e-a9b1-17716a44f16e
target type direction strength edge_id
c4be970f-3516-4cce-8d0e-96941811a5e5 BUILDS_ON outgoing 0.8 765e1355-f260-483d-b48e-c2e5c6dbdb68
target type direction strength edge_id
1df35c2c-3749-4777-af9f-c6e2e5111979 REQUIRES outgoing 0.8 8719b756-9563-4c2d-85ef-4a5700354489
target type direction strength edge_id
deb7a7c2-fcc4-4c14-8140-9c80348c2de2 REQUIRES outgoing 0.8 655b601c-af0f-4016-971d-6dcd637ab2cd
target type direction strength edge_id
4321bee8-105e-4fc8-b645-964d1234c966 REQUIRES outgoing 0.8 f45fc7a6-9a07-49d6-bffb-2729e7db0941
target type direction strength edge_id
2d98e145-1de7-4ea2-8bfb-fd89c364fbcc RELATED_TO incoming 0.8 58540427-21ff-4021-a188-6bd9ca23e717
target type direction strength edge_id
cb5e8814 BUILDS_ON outgoing 0.95 628a0ad4-d5d7-4908-8341-4e09a2e619e2
target type direction strength edge_id
b27fb831 BUILDS_ON outgoing 0.95 aa7b339e-4da5-420b-b2d4-5503a63f7aad
target type direction strength edge_id
dfe48a70 BUILDS_ON outgoing 0.8 49709579-8ce3-4f08-890a-b8f2ffc7532a
target type direction strength edge_id
45c21973-7fae-4cf7-b247-b40a757d54b0 RELATED_TO incoming 0.9 6b20858b-0402-4dfb-ae93-6cf4a0afb86d
target type direction strength edge_id
bb05e13c-d0dd-422e-a7b2-d5eaa891f0b3 FOLLOWS incoming 0.9 e7899bab-d8b6-4a84-8d8f-ea4340a5c99e
target type direction strength edge_id
da46f2a7-77f0-4cb4-ab06-77d20128dd75 RELATED_TO incoming 0.8 a9b4650a-c463-4b75-9d58-3613bacf4b61
target type direction strength edge_id
c1a50fb8-9084-439d-a156-872bedb9013b RELATED_TO incoming 0.85 b64edf24-dae5-4ce0-b94a-6fda0a60ef30

Autonomous Issue-Dispatcher Pipeline

Architecture

Pipeline chain: backlog-triage (9:15am) → issue-dispatcher (9:45am) → per-issue claude workers

Key Design

  • Dispatcher reads triage log, extracts Suggested Focus issues via extract_issues.py
  • Loops up to 3 issues, invokes claude -p per issue with bypassPermissions
  • PR-gated model: creates PRs but never merges

Safety Mechanisms

  • $2/issue budget ceiling
  • Label deduplication: ai-working / ai-pr-opened / ai-failed
  • Bail-out on complex issues (>10 files, needs human judgment)
  • Test-gated: tests must pass before PR

Key Files

  • ~/.config/claude-scheduled/issue-dispatcher.sh — main dispatcher script
  • ~/.config/claude-scheduled/extract_issues.py — triage log parser
  • ~/.config/claude-scheduled/tasks/issue-worker/prompt-template.md — per-issue prompt
  • ~/.claude/agents/issue-worker.md — agent definition

Branch Naming

ai/{repo}#{number} (e.g., ai/major-domo-v2#42)