Comprehensive pre-ship review of all changes since the last deploy or a specified commit. Walks correctness, atomicity/races, error handling, data-store hygiene, security, type safety, tests, integration, performance, observability, and any project-specific invariants. Use after any sprint and always before deploying.
Runs tests, builds, deploys to production, verifies live, and updates the state doc with the confirmed revision. Use before any production deploy. Stops if tests fail; never ships broken code.
Pulls recent production logs filtered for errors, warnings, and anomalies, a quick health check after any deploy, after a load test, or any time you want to know if something is going wrong. Treats logs as the only acceptable primary source for incident analysis.
Run at the end of every significant work session. Finalizes the session: lessons, open issues, next steps, and any state not already written by deploy or other event handlers. Skips cleanly if nothing significant changed.
Run at the start of every work session. Reads the canonical state doc, verifies live state, reconciles drift from external deploys or dirty shutdowns, and prints a concise briefing. Prevents stale-state mistakes.
Shipping, deploying, or handling a production incident, covering deploy discipline and the recovery playbook. Pull in when the work is a deploy or an outage.
Instructions for Sharrmavishal/operating-kit, covering claude.md: {{projectname}} project context, what is {{projectname}}, tech stack, operating mode (pointer) and coding standards.