원클릭으로
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.