mirror of
https://github.com/BradGroux/veritas-kanban.git
synced 2026-08-28 02:44:59 +00:00
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 |
||
|---|---|---|
| .. | ||
| blocked-escalation.md | ||
| bug-triage.md | ||
| cross-model-review.md | ||
| feature-development.md | ||
| pm-orchestration.md | ||
| README.md | ||
| research-report.md | ||
| sprint-planning.md | ||
| standup-summary.md | ||
| task-completion.md | ||
| worker-handoff.md | ||
Prompt Registry
Copy/paste prompt templates for AI agents working with Veritas Kanban.
Usage
- Copy the relevant prompt from this registry
- Customize placeholders (
<task-id>,<project>, etc.) for your context - 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.