원클릭으로
reflect
End-of-task reflection to capture learnings and improve automation
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
End-of-task reflection to capture learnings and improve automation
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Standard implementation workflow for this repo — code, test, lint, push, verify CI. Use after the plan is agreed and you're about to write code.
Cut a new release of git-workset — pick the version, tag, push, and verify the automated workflow. Use when the user asks to release, ship, or cut a version.
| name | reflect |
| description | End-of-task reflection to capture learnings and improve automation |
| argument-hint | [task-summary] |
Run this after completing a significant task to capture learnings and improve future work.
Ask yourself: What mistakes did I make that could be prevented with advance information?
Consider:
For each mistake, determine:
Ask yourself: Are there checks I ran manually that should be automated?
Consider:
For each gap, determine:
If learnings were identified in Step 1:
If validation gaps were identified in Step 2:
.claude/hooks/pre-commit-check.shIf agents.md or hooks were updated:
Summarize what was done:
## Reflection Summary
### Learnings Added to agents.md
- [learning 1]
- [learning 2]
### Hooks Added/Updated
- [hook change 1]
- [hook change 2]
### No Changes Needed
- [reason if nothing was added]
Task context: $ARGUMENTS