
Run the project's linters (backend flake8/black, frontend ESLint) and fix violations only on files touched in the current session — no speculative refactors per CLAUDE.md Rule 5.
Run the pre-flight checklist from Documents/DevOps/ReleaseRunbook.md before cutting a release. Reports PASS or BLOCKED with specific reasons.
Read recent code changes and update the affected docs under Documents/. Documents the *current* state, not history. Use after a feature lands or when docs have drifted.
Create or update an architecture doc/ADR. Follows the project's existing structure under Documents/Engineering/Architecture/ and the ADR template.
Walk Documents/Process/DefinitionOfDone.md against the current branch. Run before opening a PR. Reports DONE or NOT DONE with specific gaps.
# Statusline Setup — Smart Expense & Budget Tracker A two-row statusline tailored for this project's SDLC workflow. Adapted from [fotoflo/claude-skills](https://github.com/fotoflo/claude-skills/tree/main/statusline-setup). ## What you see **Row 1 — project context** ``` ~/project/monthly-budget-planning-rd (feature/audit-deep-read) [opus] session-name #BUG-1 [BIZ-QC ✓] ``` | Element | Meaning | |---------|---------| | `~/project/...` (green) | Current working directory | | `(branch)` (c
Walk Documents/Process/DefinitionOfReady.md against a ticket and report READY or NOT READY with specific gaps.
Stage relevant files and create a commit following Documents/Process/GitWorkFlow.md format. Auto-detects [BIZ-QC-NEEDED] requirement and prompts for sign-off note when applicable.
End-of-session wrap-up. Updates docs, runs lint/tests, builds productivity report, and commits — all aligned with Documents/Process/DefinitionOfDone.md. Use as the last step before opening a PR.
Generate a weekly summary of commits on master — categorized highlights, statistics, and draft email/standup notes. Useful for sprint retros and release notes.