AgentSkillsCN

memory-orchestrator

为Codex设计日常的“聊天优先”结构化记忆工作流。在常规实施流程中使用:定向、延续未完成的计划、搭建各阶段/各计划、更新记忆中的产物,并保持会话的连续性。

SKILL.md
--- frontmatter
name: memory-orchestrator
description: Orchestrate day-to-day chat-first structured memory workflow for Codex. Use for normal implementation flow: orient, continue incomplete plans, scaffold phases/plans, update memory artifacts, and keep session continuity.

Memory Orchestrator

Run this skill for standard execution flow after bootstrap.

Operating Rules

  1. Always read state first:
    • .planning/STATE.md
  2. If any plan lacks a summary, prioritize resuming that plan.
  3. Before implementation, ensure phase context exists.
  4. After implementation, update memory artifacts in the same turn:
    • *-SUMMARY.md
    • .planning/STATE.md
  5. Use verify after 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.