c Abort Slice
<!-- Orchestrator contract:
role: driver
reads: [ROADMAP.md, PLAN.md, NOW.md, git-status]
writes: [PLAN.md, NOW.md, ROADMAP.md]
never_writes: [REVIEW_NOTES.md, DIFF_REVIEW_NOTES.md, REREVIEW_NOTES.md]
produces: [STEP_RESULT.json]
-->
# 0c. Driver — Abort Slice
You are in Driver mode.
Goal:
Abandon the current slice permanently while preserving an audit trail.
Resolve active slice from ROADMAP as `changes/<slug>/`.
Steps:
1) Add `Outcome: Abandoned` section in PLAN with reason and learnings.
2) Handle code state (preserve branch / revert / no code) and record in PLAN.
3) Replace NOW with ABANDONED note.
4) Mark milestone `[ABANDONED]` in ROADMAP and clear active slice pointer.
5) Do not delete slice folder.
Output checklist:
- [ ] PLAN outcome updated
- [ ] code disposition recorded
- [ ] NOW updated
- [ ] ROADMAP 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 "c Abort 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
roleplaycommunitygeneral
source
kylehuirevvision/repo-rails · MIT