ワンクリックで
save
Save session progress: update PROGRESS.md coordination board, route learnings to docs, update TECH_DEBT.md.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Save session progress: update PROGRESS.md coordination board, route learnings to docs, update TECH_DEBT.md.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when executing a preflight checklist. Triggers: 'fly', 'launch execution', 'run the checklist', or when given a preflight checklist file path.
Use when the user says '/learn', 'learn this', 'document this', 'capture this', 'remember this for next time', 'update the docs', asks to capture a durable project learning, or after fixes/reviews reveal reusable patterns.
Use when the user asks to merge, land, rebase before landing, resolve landing conflicts, or advance an integration branch such as main, master, or m3.
Use when the user asks to close, end, clean up, tear down, or finish a worktree/session after work is landed.
Use when starting an interactive parent task session, when the user gives feedback about agent behavior, or when the user asks about observations, skill improvements, or observation logs. Skip delegated/non-interactive subagents, review-only workers, verify-only workers, Codex/Claude print-mode reviewers, and sessions that only report back to a parent agent.
Use when the user says 'deep review', 'thorough review', 'full review', 'triple review', or 'ultra review'.
| name | save |
| description | Save session progress: update PROGRESS.md coordination board, route learnings to docs, update TECH_DEBT.md. |
| user-invocable | true |
Update PROGRESS.md as a coordination board, route any learnings to the right documentation, and update TECH_DEBT.md if relevant.
PROGRESS.md is a coordination board for tracking work across agents, sessions, and worktrees. It answers: what's being worked on, what's next, and what's done recently.
Read the existing PROGRESS.md. Update it in place following this format:
# Progress
## Last Updated
[Date]
## Current State
One-liner about where things are overall.
## In Progress
- [ ] [worktree: branch-name] Task description (spec: docs/specs/foo.md)
- [ ] [worktree: other-branch] Another task
## Up Next
- [ ] Next task to pick up
- [ ] Another upcoming task
## Recently Done
- [x] Completed task (spec: docs/specs/bar.md)
- [x] Another completed task
## Blockers
None.
docs/specs/foo.md)docs/ai/ files)docs/ai/README.md or the relevant doc)If this session introduced, resolved, or affected any tracked debt, update TECH_DEBT.md:
If nothing changed, skip this step.
Organize by priority:
Each entry should have: Where (file path + line if relevant), Issue (what's wrong), Fix (how to resolve).
Run the /learn skill for each learning from this session. This generalizes specific fixes into durable principles and routes them through the learning dashboard before promotion.
If the session was genuinely trivial (one-line typo fix, config change) with nothing to capture, skip this step.
If the project has a docs/ai/ directory and .claude/skills/ (or .agents/skills/), quickly check: did this session create any new directories or file patterns that aren't covered by existing skill descriptions? If so, note it in the save output so the user can decide whether to update skill triggers.
If docs/ai/architecture.md exists and has a ## This diagram covers section, check for drift and fix it automatically:
src/app/api/**)git diff --name-status main...HEAD (and working tree) scoped to those pathsA (added files), D (deleted files), R (renamed files). Ignore M (modifications to internals).docs/ai/architecture.md itself was modified this sessionIf there are structural changes under covered paths AND architecture.md was NOT already updated this session:
/sync-architecture skill directly. Don't print a warning. Don't ask for permission. The user already ran /save - they've implicitly signed up for doc maintenance to happen./sync-architecture will update the mermaid block and coverage list, leaving the change unstaged. The user sees the updated diagram when they review the /save commit.Architecture diagram updated (N structural changes since last sync). Link to the specific changes briefly.If architecture.md WAS already modified this session, the user handled it manually. Skip.
If there are no structural changes, skip silently.