b Park Slice
<!-- Orchestrator contract:
role: driver
reads: [ROADMAP.md, CONTEXT.md, NOW.md, TASK_QUEUE.md, git-status]
writes: [ROADMAP.md, CONTEXT.md, NOW.md]
never_writes: [REVIEW_NOTES.md, DIFF_REVIEW_NOTES.md, REREVIEW_NOTES.md]
produces: [STEP_RESULT.json]
-->
# 0b. Driver — Park Slice
You are in Driver mode.
Goal:
Pause current slice cleanly so it can be resumed later.
Resolve active slice from ROADMAP as `changes/<slug>/`.
Steps:
1) Handle uncommitted code (WIP branch or stash) and record reference in CONTEXT.
2) Add `## Parked` section in CONTEXT with date/reason/state/resume instruction.
3) Replace NOW with PARKED note.
4) Set milestone status to `[PARKED]` in ROADMAP (keep active slice pointer).
Output checklist:
- [ ] uncommitted state handled and recorded
- [ ] CONTEXT parked section added
- [ ] NOW replaced with parked note
- [ ] ROADMAP status 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 "b Park Slice" 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
careercommunitygeneral
source
kylehuirevvision/repo-rails · MIT