| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- # DESC: Backend / API / system dev — no design, no SEO, focused on logic
- # Activate when: building backend services, APIs, CLIs, libraries, system
- # code, data pipelines. UI/visual work is out of scope. SEO/GEO out of scope.
- # Code work — primary
- feat personal
- ship-feature personal
- hotfix personal
- bugfix personal
- investigate
- refactor personal
- code-clean personal
- commit-change personal
- analyze personal
- # Ship + review + land
- ship
- review
- checkpoint
- land-and-deploy
- # Second opinion for hard problems
- codex
- # Security + health (always relevant for backend)
- cso
- health
- # Session hygiene
- careful
- freeze
- unfreeze
- guard
- learn
- retro
- # Plugin: PR review toolkit (pre-merge audit)
- pr-review-toolkit plugin@claude-code-plugins
- # CLIs (advisory)
- ctx7 cli
- gsd cli
- graphify cli
|