Memory Orchestrator
Run this skill for standard execution flow after bootstrap.
Operating Rules
- •Always read state first:
- •
.planning/STATE.md
- •
- •If any plan lacks a summary, prioritize resuming that plan.
- •Before implementation, ensure phase context exists.
- •After implementation, update memory artifacts in the same turn:
- •
*-SUMMARY.md - •
.planning/STATE.md
- •
- •Use
verifyafter meaningful implementation.
Commands
- •Orientation:
- •
.\scripts\gtd.ps1 progress
- •
- •Create phase shell:
- •
.\scripts\gtd.ps1 scaffold-phase -Phase <N> -Name "<Phase Name>"
- •
- •Create plan shell:
- •
.\scripts\gtd.ps1 scaffold-plan -Phase <N> -Plan <NN> -Name "<Plan Title>"
- •
- •Verification:
- •
.\scripts\gtd.ps1 verify -Phase <N>
- •
Output Contract
- •Return current position, next action, and whether memory was updated.
- •Keep user interaction in chat only.