Driver

GPTClaudeDeepSeek··413 copies·updated 2026-07-14
driver-2.prompt
<!-- Orchestrator contract:
  role: driver
  reads: [AGENTS.md, ROADMAP.md]
  writes: [ROADMAP.md, PLAN.md, TASK_QUEUE.md, NOW.md, CONTEXT.md, DIFF_SUMMARY.md, PROOF.md]
  never_writes: [REVIEW_NOTES.md, DIFF_REVIEW_NOTES.md, REREVIEW_NOTES.md]
  produces: [STEP_RESULT.json]
-->
# 1. Driver — Start Minor Bugfix Slice

You are in Driver mode.

Goal:
Create lightweight minor bugfix slice docs (no PR yet).

Steps:
1) Create `changes/<yyyy-mm-dd>-bugfix-<slug>/`.
2) Update ROADMAP `Current Active Slice`.
3) Write:
- PLAN
- TASK_QUEUE
- NOW
- CONTEXT
- empty DIFF_SUMMARY template
- empty PROOF template

PLAN must include:
- exact verification commands
- rollback steps
- acceptance checklist
- `Pre-merge Operations`

Output checklist:
- [ ] PLAN
- [ ] TASK_QUEUE
- [ ] NOW
- [ ] CONTEXT
- [ ] DIFF_SUMMARY template
- [ ] PROOF template
- [ ] ROADMAP active slice updated
- [ ] STEP_RESULT written

## STEP_RESULT.json (required)

when to use it

Community prompt sourced from the open-source GitHub repo kylehuirevvision/repo-rails (MIT). A "Driver" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

kylehuirevvision/repo-rails · MIT