reflect
Phase gate: COMMIT checkpoint. Do not declare task complete until Step 8 passes.
Execute all steps in order. Escalate to the user only at explicit escalation points.
Step 0 — Mark reflect timestamp
date +%s > "${CLAUDE_PROJECT_DIR}/ai-workspace/.last-reflect-ts"
Step 1 — Review session work
git log --oneline -10
Review recent edits and corrections made during this session. If a completed plan exists in ai-workspace/plans/ (Outcomes & Learnings filled in), use it as the primary source. Otherwise derive learnings directly from git history and session events. Build an explicit inventory of candidate learnings before moving on.
Step 1b — Verify issue closure
More from camacho/ai-skills
bail
Reflects, updates GitHub Issue, closes PR if open, cleans up worktree/branch.
566plan-review
Auto-assembles review panel using deterministic rules, dispatches agents against plan file, collects verdicts.
547archive
Fills Outcomes & Learnings in a plan file and renames it to .done.md.
542orient
Fetches issue context, auto-detects task type, maps to branch prefix, presents brief.
537capture
Creates a draft GitHub Issue with triage label from natural language description.
535status
Project status dashboard — open issues, recent commits, active branches/worktrees, memory state, and scratchpad. Use when the user asks for a status report, project overview, "what's going on", "where are we", or wants to catch up on project state without the full /catchup reconstruction.
481