veritas-kanban/prompt-registry
Brad Groux 43c01ec8e8 feat: US-1611 prompt-registry — 10 copy/paste prompt templates
Created prompt-registry/ folder with starter templates:
- sprint-planning.md — Break epics into sprints
- worker-handoff.md — PM → Worker assignment
- cross-model-review.md — Claude ↔ GPT review gate
- feature-development.md — E2E feature implementation
- bug-triage.md — Investigation and fix workflow
- research-report.md — Deep research deliverable
- task-completion.md — Pre-completion checklist
- blocked-escalation.md — Blocker reporting
- pm-orchestration.md — PM agent managing workers
- standup-summary.md — Daily status report

Updated docs to reference prompt-registry/ instead of shared/prompt-registry/.

Credit: BoardKit Orchestrator (Monika Voutov) for the registry pattern.

Closes #69
2026-02-04 09:34:36 -06:00
..
blocked-escalation.md feat: US-1611 prompt-registry — 10 copy/paste prompt templates 2026-02-04 09:34:36 -06:00
bug-triage.md feat: US-1611 prompt-registry — 10 copy/paste prompt templates 2026-02-04 09:34:36 -06:00
cross-model-review.md feat: US-1611 prompt-registry — 10 copy/paste prompt templates 2026-02-04 09:34:36 -06:00
feature-development.md feat: US-1611 prompt-registry — 10 copy/paste prompt templates 2026-02-04 09:34:36 -06:00
pm-orchestration.md feat: US-1611 prompt-registry — 10 copy/paste prompt templates 2026-02-04 09:34:36 -06:00
README.md feat: US-1611 prompt-registry — 10 copy/paste prompt templates 2026-02-04 09:34:36 -06:00
research-report.md feat: US-1611 prompt-registry — 10 copy/paste prompt templates 2026-02-04 09:34:36 -06:00
sprint-planning.md feat: US-1611 prompt-registry — 10 copy/paste prompt templates 2026-02-04 09:34:36 -06:00
standup-summary.md feat: US-1611 prompt-registry — 10 copy/paste prompt templates 2026-02-04 09:34:36 -06:00
task-completion.md feat: US-1611 prompt-registry — 10 copy/paste prompt templates 2026-02-04 09:34:36 -06:00
worker-handoff.md feat: US-1611 prompt-registry — 10 copy/paste prompt templates 2026-02-04 09:34:36 -06:00

Prompt Registry

Copy/paste prompt templates for AI agents working with Veritas Kanban.

Usage

  1. Copy the relevant prompt from this registry
  2. Customize placeholders (<task-id>, <project>, etc.) for your context
  3. Reference in task descriptions: See prompt: prompt-registry/<name>.md

Available Prompts

Prompt Use Case
sprint-planning.md Break down epics into sprints and tasks
worker-handoff.md PM → Worker task assignment
cross-model-review.md Claude ↔ GPT code review
feature-development.md End-to-end feature implementation
bug-triage.md Issue investigation and fix
research-report.md Deep research deliverable
task-completion.md Standard task wrap-up
blocked-escalation.md When work is blocked
pm-orchestration.md PM agent managing workers
standup-summary.md Daily status report

Customization

Teams should fork this registry and customize prompts for their workflow:

# Copy to your project
cp -r prompt-registry/ my-project/prompts/

# Edit to match your conventions
vim my-project/prompts/sprint-planning.md

Credit

Prompt registry pattern inspired by BoardKit Orchestrator by Monika Voutov.