From flintflow
End-of-session checklist with confidence dashboard, data verification, commits, project state updates, and self-improvement. Use when user says "wrap up", "close session", "end session", "wrap things up", "close out this task", "I'm done", "that's it", "that's it for today", "ok I'm good", "nothing else", or invokes /wrap-up. NEVER pushes to remote. NEVER deploys.
How this skill is triggered — by the user, by Claude, or both
Slash command
/flintflow:wrap-upThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run six phases in order. Each phase is conversational and inline.
Run six phases in order. Each phase is conversational and inline. All phases auto-apply without asking; present a consolidated report at the end.
HARD RULES:
git push. Spencer pushes manually. Pushing triggers auto-deploy on Railway.Run /status to get the current project health dashboard.
WARNING: Project confidence is {score}/100. Address the issues below before wrapping up: {list failing signals from dashboard}
Proceed with remaining phases regardless — wrap-up should always complete, but the warning ensures Spencer sees the state clearly before the session ends.
If this project has a database component (check for PROJECT_STATE.md, VERIFICATION.md, or database config files):
/data-verify — full verification suite⚠️ Data regression detected: {test} was passing, now failing. This session may have introduced a data error.
If no database component: Skip this phase.
git status in each repo directory touched during the sessionTask cleanup: 8. Check the task list for in-progress or stale items 9. Mark completed tasks as done, flag orphaned ones
If PROJECT_STATE.md exists:
Update the following sections:
- {date} #{N}: {what was done}. {what's next}.If any architecture decisions were made this session, add them to Architecture Decisions with date and reasoning.
Commit the PROJECT_STATE.md update (separate commit). DO NOT PUSH.
If PROJECT_STATE.md doesn't exist: Mention:
No PROJECT_STATE.md found. Consider running
/project-initto set up structured project tracking.
Review what was learned during the session. Decide where each piece of knowledge belongs:
Memory placement guide:
save_memory) — Cross-session insights: debugging
patterns, API quirks, project behaviors needed in future sessions..claude/rules/ — Topic-specific instructions scoped to file types
(use paths: frontmatter)docs/MEMORY-BANK.md — Completed milestones, project context. Under 500 lines.docs/DECISION_LOG.md — Major decisions with reasoning.CLAUDE.local.md — Private per-project notes, sandbox credentials, WIP contextVERIFICATION.md — Newly confirmed ground-truth values (ONLY values the
user verified against source documents, never AI-generated)Auto-apply all actionable findings. Commit changes. DO NOT PUSH.
Analyze the conversation for self-improvement findings. If the session was short or routine, say "Nothing to improve" and finish.
Finding categories:
Action types:
.claude/rules/Present summary:
Findings (applied):
1. ✅ Skill gap: Cost estimates wrong → [CLAUDE.md] Added reference table
2. ✅ Knowledge: API retries on 429 → [Rules] Added error-handling rule
3. ✅ Data: User confirmed ANICO age 55 = $32.50 → [VERIFICATION.md] Test #6
No action needed:
4. Already documented in CLAUDE.md
Commit any changes. DO NOT PUSH.
## Session Wrap-Up Complete
### Confidence Dashboard
{Full /status output — score, signal table, unresolved items, recommendation}
### Data Verification
{X/Y passing, or "N/A — no database"}
### Smoke Test
{All pass / X failures / N/A — no smoke_test.sh}
### Commits (NOT PUSHED)
- {hash}: {message}
- {hash}: {message}
Push when you're ready.
### Project State
{Updated / Not found — run /project-init}
### Memory Updates
{List what was saved and where}
### Improvements
{List or "Nothing to improve"}
npx claudepluginhub spencer-life/flintflow --plugin flintflowCloses out a session cleanly by reviewing work, updating project tracking files, committing changes, and capturing session knowledge. Use when a task is complete with no passoff needed.
Wraps up sessions by verifying tests/build/lint with pnpm, committing via /commit, updating .claude/project-diary.md and build-status.md, generating handoff messages.
Captures session handoff details (completed, pending, learned) into .claude/handoff.md and loads it on session start. Maintains context across Claude Code sessions.