원클릭으로
retro
End-of-session retrospective — summarize work, update backlog statuses, update MEMORY.md
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
End-of-session retrospective — summarize work, update backlog statuses, update MEMORY.md
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Manage the project backlog — add, list, filter, update, prioritize, and suggest work items
Daily session wrapper — start with backlog, work, commit, retro
Commit, branch, PR, self-review, fix — then stop for human approval before merge
Pre-flight for parallel work — pick items, check file overlap, set statuses, generate terminal commands
Manage project backlog — add, list, filter, update, prioritize, suggest
Full ship cycle: branch, PR, self-review, fix, human approval, merge
| name | retro |
| description | End-of-session retrospective — summarize work, update backlog statuses, update MEMORY.md |
| user-invocable | true |
Run at the end of a working session. Captures what was accomplished, updates backlog statuses, and persists key decisions to MEMORY.md.
git log --oneline -20 to see commits madegit diff --stat HEAD~10 to see files changedgh project item-list 15 --owner YanCheng-go --format json --limit 200From the session work, determine:
For each affected backlog item:
/backlog done BL-NNN (closes the GitHub Issue)/backlog update BL-NNN status=in-progress/backlog add <description> for each (creates a GitHub Issue)If the backlog is empty (not yet imported), skip this step and note it.
Review the session for decisions or patterns that should persist across conversations:
Update MEMORY.md only if something changed. Don't add session-specific context.
Present a summary to the user:
## Session Retro — YYYY-MM-DD
### Done
- [x] BL-001: Description of what was completed
### In Progress
- [ ] BL-003: What was started, what remains
### Discovered
- New: <description of new item added>
### Blocked
- BL-007: Blocked on <reason>
### Stats
- Commits: N
- Items completed: N
- Items added: N
Based on the current backlog state, suggest what to work on next:
/backlog next logic (priority + effort + context scoring)