ワンクリックで
handoff
Generate a structured handoff summary for Parallax development sessions.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate a structured handoff summary for Parallax development sessions.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Structured audit of the Parallax codebase. Run periodically or before major milestones.
Audit all living documentation against the actual codebase and report inconsistencies.
Review branch diff for test weakening patterns in Parallax. Last line of defense before commit/merge.
Bootstrap a new Parallax dev session. Reviews recent handoffs, MEMORY.md, and current project state.
Scaffold a new experiment for Parallax development. Creates a structured manifest linked to a hypothesis.
Guides hypothesis-driven investigation for Parallax development. Invoke before starting any investigation, feature, or experiment.
| name | handoff |
| description | Generate a structured handoff summary for Parallax development sessions. |
| disable-model-invocation | true |
Generate a structured handoff summary for Parallax development sessions.
Invoke /handoff at the end of a work session, before context gets too long, or when passing work to another agent/human.
docs/sessions/YYYY-MM-DD_short-description.md (use today's date, append _2 if file exists).# Session: [date] -- [short description]
## What Was Done
- [bulleted list of completed work]
## Key Decisions
- [architectural choices, design tradeoffs, rejected alternatives]
## Current State
- What works: [list]
- What doesn't: [list]
- Test status: [pixi run check result summary]
## Next Steps
1. [prioritized list]
## Open Questions
- [unresolved items needing human input]
## Relevant Files
- [file paths with brief descriptions of changes]
After writing the initial draft, re-read it critically and check for:
Update the draft with findings, then present to the user.
pixi run check before writing the summary to capture current state.