원클릭으로
session-end
Wrap up a Claude Code session by updating feature docs, writing a journal entry, and committing documentation changes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Wrap up a Claude Code session by updating feature docs, writing a journal entry, and committing documentation changes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Run upfront discovery for a system-wide feature. Fans out discovery agents in parallel, synthesizes a strawman scope-manifest.yaml, writes the evidence trail to the feature docs directory.
Run targeted discovery for a mid-implementation operator complaint. Identifies all sibling surfaces consuming the same primitive/pattern; produces a widening proposal in the dispatch-wrapper-grammar format.
Use when shipping a new midi-macro-bridge version — bumping Cargo.toml, cutting a v-tag, publishing a GitHub Release, or updating the Homebrew tap.
Extend a feature's scope mid-implementation by adding new phases to the existing docs and issue plan without creating a new branch or worktree.
Explain the audiocontrol feature lifecycle and report the current state of active, in-progress, or partially defined features.
Wrap up a Codex work session by updating feature docs, recording development notes, and closing the loop on issue and hardware notes where needed.
| name | session-end |
| description | Wrap up a Claude Code session by updating feature docs, writing a journal entry, and committing documentation changes. |
| user_invocable | true |
Perform all end-of-session documentation updates:
Update feature README.md status table:
docs/1.0/001-IN-PROGRESS/<feature-slug>/README.mdUpdate workplan.md:
Write DEVELOPMENT-NOTES.md entry using the template:
## YYYY-MM-DD: [Session Title]
### Feature: [feature-slug]
### Worktree: audiocontrol-<slug>
### Goal / Accomplished / Didn't Work / Course Corrections / Quantitative / Insights
Update device notes if hardware work was done:
SCSI-NOTES.md with findingsUpdate/close GitHub issues:
Extract and analyze session data (optional, on request):
tsx tools/extract-sessions.ts to capture this session's metricstsx tools/analyze-sessions.ts --since <session-start-date> for a summaryCommit all documentation changes:
docs: session end — [brief summary]