veritas-kanban/prompt-registry
Brad Groux 2cfb89396d
chore(release): prepare Veritas Kanban 6.1.1
Audit and resolve the open contributor and dependency backlog, stabilize the release candidate, synchronize versioned documentation, and prepare the verified 6.1.1 release.
2026-08-22 19:55:58 -05: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 fix: reject ambiguous focused test wrappers (#1060) 2026-07-25 06:31:50 -05:00
cross-model-review.md chore(release): prepare Veritas Kanban 6.1.1 2026-08-22 19:55:58 -05:00
feature-development.md fix: reject ambiguous focused test wrappers (#1060) 2026-07-25 06:31:50 -05:00
pm-orchestration.md docs: align runtime prompts with focused verification (#1040) 2026-07-25 01:44:55 -05:00
README.md chore(release): prepare Veritas Kanban 6.1.1 2026-08-22 19:55:58 -05: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 fix: reject ambiguous focused test wrappers (#1060) 2026-07-25 06:31:50 -05:00
worker-handoff.md docs: align runtime prompts with focused verification (#1040) 2026-07-25 01:44:55 -05: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 Optional independent 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.