一键导入
aget-save-state
Save workflow state for resume/recovery. Use at natural breakpoints before context-intensive operations, major refactors, or session interruptions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Save workflow state for resume/recovery. Use at natural breakpoints before context-intensive operations, major refactors, or session interruptions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Propose ranked next-best actions with evidence grounding, time budgets, and execute-all default. Formalizes the fleet's highest-frequency interaction pattern.
Scaffold approved initiative manifests at planning/initiatives/INIT-*.md. Mirrors /aget-create-project STRICT (D71 Layer 2) — direct Write/Edit to planning/initiatives/ is PROHIBITED once this skill is invoked. Implements SOP_initiative.md (graduated procedure) + future AGET_INITIATIVE_SPEC. Consumes PROPOSAL_init_*.md substrate produced by /aget-propose-initiative.
Run AGET health inspection and housekeeping checks. Detect-only — pair with /aget-enhance-health for remediation.
Remediate health drift detected by /aget-check-health. Applies Tier A/B/C severity routing per DESIGN_DIRECTION §Principle 9 (canonical check → enhance pipeline). Generator layer (ADR-008) sibling to /aget-check-health.
Record lessons learned from sessions as persistent, searchable, committable artifacts. Classifies each lesson as Framework (help other AGETs) or Domain (help principal).
File issues with L520 governance compliance
| name | aget-save-state |
| description | Save workflow state for resume/recovery. Use at natural breakpoints before context-intensive operations, major refactors, or session interruptions. |
You are saving workflow state for session continuity.
Renamed: /aget-checkpoint → /aget-save-state per S-V-O naming convention (L584) and Microsoft Agent Framework "State" grounding.
$ARGUMENTS
| Input Pattern | Mode | Behavior |
|---|---|---|
| Empty or blank | Auto-name | Generate timestamp-based checkpoint name (YYYYMMDD-HHMMSS) |
| Text provided | Named | Use provided name (sanitized: lowercase, hyphens for spaces) |
Create checkpoint file at sessions/checkpoints/<name>.checkpoint.yaml:
Session Context:
sessions/)Active Tasks:
Artifacts:
Resume Prompt:
Write this YAML structure to sessions/checkpoints/<name>.checkpoint.yaml:
checkpoint:
name: "<name>"
created: "<ISO 8601 timestamp>"
agent: "private-cli-aget"
version: "3.4.0"
context:
session_file: "<path or null>"
current_focus: "<1-2 sentence summary of current work>"
active_tasks:
- subject: "<task description>"
status: "in_progress|pending"
pending_questions:
- "<unanswered question or decision needed>"
artifacts:
modified_files:
- path: "<file path>"
summary: "<brief description of changes>"
uncommitted_changes: true|false
resume_prompt: |
Continue from checkpoint "<name>".
Context: <summary of where you left off>
Next action: <recommended next step>
These are INVIOLABLE - you MUST NOT violate these constraints:
specs/, governance/, or .aget/planning/RESEARCH_BACKLOG.mdsessions/checkpoints/sessions/checkpoints/ directory if it doesn't existPer AGET theoretical grounding:
This skill implements the "save state, resume later" pattern for AGET session management.
| Link | Reference |
|---|---|
| Vocabulary | Checkpoint_Protocol (CLI_VOCABULARY.md v1.30.0) |
| Requirements | R-SKILL-005-001 through R-SKILL-005-011 |
| Skill Spec | SKILL-005 |
| L-docs | L570, L574, L575 |
| RQ | RQ-054 |
| Project | PROJECT_PLAN_AGET_CHECKPOINT_SKILL.md |