805 B
805 B
description, model
| description | model |
|---|---|
| Resume unfinished planner or builder workflow from memory | github-copilot/gpt-5.4 |
Continue the highest-priority unfinished work for this repository.
- Inspect basic-memory for incomplete work under
plans/,executions/,findings/, anddecisions/. - If the current primary agent is
planner, resume the most relevant plan that isStatus: draftorStatus: blockedand drive it toward an approved spec. - If the current primary agent is
builder, resume the most relevant execution note that isStatus: in_progressorStatus: blocked. If there is no approved plan, stop and hand the work back toplanner. - Refresh the open findings ledger and update note statuses as you work.
- Return the resumed slug, current status, next checkpoint, and any blocker.