00-workflow
01Cursor rule
Before responding to any request, call getsessioncontext.
Cursor rule
Before responding to any request, call getsessioncontext.
Cursor rule
Codebase analysis — complexity, coupling, dead code, tech debt hotspots.
Cursor rule
Fully autonomous execution — clarify, plan, and execute without interruption.
Cursor rule
Safety guardrails — risk classification engine, blast radius, rollback required for HIGH/CRITICAL.
Cursor rule
Failure injection mode — stress test implementations by simulating failures and hostile conditions.
Cursor rule
Save a session checkpoint — what was done, what's next, blockers.
Cursor rule
Decision review — audit thinking quality, not just code quality.
Cursor rule
Socratic clarification with ambiguity scoring before any code is written.
Cursor rule
Systematic root cause diagnosis — confidence scoring, investigation budgeting, hypothesis branching.
Cursor rule
Read-only codebase exploration — understand structure and data flow before changing anything.
Cursor rule
Git operations — clean commits, PR prep, conflict resolution, change summaries.
Cursor rule
Production incident response — structured triage with blast radius, rollback criteria, and verification.
Cursor rule
Quick note — save a thought, decision, or observation to session memory.
Cursor rule
Full CI pipeline — typecheck, lint, build, test, security, report.
Cursor rule
QA cycle mode — test, diagnose, fix, repeat until passing or max cycles reached.
Cursor rule
Persistent completion loop — execute the approved plan step by step.
Cursor rule
Generate and approve an implementation plan before writing code.
Cursor rule
Resume from last checkpoint with state drift detection — validate persisted assumptions before continuing.
Cursor rule
Structured code review with severity ratings — CRITICAL/HIGH/MEDIUM/LOW.
Cursor rule
Security audit — OWASP Top 10, secrets, auth, injection, supply chain.
Cursor rule
Test-driven development — red-green-refactor cycle.
Cursor rule
Tmux-based parallel agent coordination — spawn real worker processes across panes.
Cursor rule
Maximum effort mode — full pipeline from exploration to shipped, verified PR.
Skill Claude CodeCodex
Deep codebase analysis — complexity, coupling, dead code, tech debt hotspots.