afc-checkpoint
Save session state for later resumption
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Save session state for later resumption
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Code and component analysis — analyze code, trace flows, audit consistency, inspect components
Architecture analysis and design review
Full auto pipeline — run spec-to-clean cycle automatically for new features
Resolve spec ambiguities with clarifying questions
Pipeline artifact cleanup and codebase hygiene
Expert consultation — backend, infra, PM, design, marketing, legal, or tech guidance
SOC 職業分類に基づく
| name | afc:checkpoint |
| description | Save session state for later resumption |
| argument-hint | [checkpoint message] |
| model | sonnet |
| allowed-tools | ["Read","Write","Glob","Bash"] |
Saves the current work state to .claude/afc/memory/checkpoint.md. Preserves progress even if the session is interrupted.
$ARGUMENTS — (optional) checkpoint message (e.g., "Phase 2 complete, before starting UI implementation")!git rev-parse --abbrev-ref HEAD 2>/dev/null || echo "[NO_BRANCH]"
!git log --oneline -1 2>/dev/null || echo "[NO_COMMITS]"
!ls .claude/afc/specs/ 2>/dev/null || echo "[NO_SPECS]"
Collect automatically (use pre-fetched state above when available):
git status --short).claude/afc/specs/[x]/[ ] items$ARGUMENTS messagegit diff --name-only)Overwrite .claude/afc/memory/checkpoint.md (keep only the latest state):
# Session Checkpoint
> Saved: {YYYY-MM-DD HH:mm}
> Branch: {branch name}
> Commit: {hash} — {message}
## Message
{$ARGUMENTS or "automatic checkpoint"}
## Active Features
| Feature | Status | Progress |
|---------|--------|----------|
| {name} | {spec/plan/implementing/done} | {N/M tasks} |
## Incomplete Work
{concrete next steps}
## Changed Files
```
{git status --short output}
```
## Context Notes
{things to remember about the current work}
Checkpoint saved
├─ Time: {HH:mm}
├─ Branch: {branch name}
├─ Active features: {count}
├─ Progress: {completed tasks}/{total tasks}
└─ Restore: /afc:resume