Files
dotfiles/.config/opencode/commands/continue.md
alex wiesner cb208a73c4 changes
2026-03-13 13:28:20 +00:00

13 lines
805 B
Markdown

---
description: Resume unfinished planner or builder workflow from memory
model: github-copilot/gpt-5.4
---
Continue the highest-priority unfinished work for this repository.
1. Inspect basic-memory for incomplete work under `plans/`, `executions/`, `findings/`, and `decisions/`.
2. If the current primary agent is `planner`, resume the most relevant plan that is `Status: draft` or `Status: blocked` and drive it toward an approved spec.
3. If the current primary agent is `builder`, resume the most relevant execution note that is `Status: in_progress` or `Status: blocked`. If there is no approved plan, stop and hand the work back to `planner`.
4. Refresh the open findings ledger and update note statuses as you work.
5. Return the resumed slug, current status, next checkpoint, and any blocker.