From oh-my-agent
Creates a checkpoint snapshot for oma sessions, summarizing goals, completed work, remaining tasks, decisions, risks, and a recovery prompt.
How this command is triggered — by the user, by Claude, or both
Slash command
/oh-my-agent:checkpointThe summary Claude sees in its command listing — used to decide when to auto-load this command
创建 oma 检查点快照。 上下文: $ARGUMENTS 协议: 1. 总结目标、活动阶段和当前模式。 2. 捕获已完成的工作和剩余的待办事项。 3. 捕获关键决策和开放风险。 4. 提供单命令恢复提示。 5. 如果文件系统工具可用,写入/更新 `.oma/state/checkpoint.md`。 输出格式: ## 检查点 - 目标: - 模式: - 阶段: ## 已完成 - ... ## 剩余 - ... ## 风险 - ... ## 恢复 - ...
创建 oma 检查点快照。
上下文: $ARGUMENTS
协议:
.oma/state/checkpoint.md。输出格式:
npx claudepluginhub sswym/oh-my-agent --plugin oh-my-agent/snapshotGenerates a handoff summary of project state and writes it to .claude/snapshot.md. Includes accomplishments, branch status, decisions, and next steps.
/checkpointSaves a session checkpoint capturing progress, decisions, and next steps in a timestamped markdown file. Updates CLAUDE.md and optionally commits changes.
/fire-session-summaryGenerates a compact session summary with aggregate status, readiness, outlook, and next steps. Saves as a searchable memory point; supports --project and --no-save flags.
/mnemos-checkpointWrites a Mnemos checkpoint capturing current session state including goal, constraints, results, and fatigue level.
/q-checkpointSaves the current investigation state by updating session summary, collected data, outstanding tasks, and next priority, then verifies file consistency.
/checkpointCreates, verifies, or lists workflow checkpoints after running verification checks. Also supports clearing old checkpoints.