backend.profile 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # DESC: Backend / API / system dev — no design, no SEO, focused on logic
  2. # Activate when: building backend services, APIs, CLIs, libraries, system
  3. # code, data pipelines. UI/visual work is out of scope. SEO/GEO out of scope.
  4. # Code work — primary
  5. feat personal
  6. ship-feature personal
  7. hotfix personal
  8. bugfix personal
  9. investigate
  10. refactor personal
  11. code-clean personal
  12. commit-change personal
  13. analyze personal
  14. # Ship + review + land
  15. ship
  16. review
  17. checkpoint
  18. land-and-deploy
  19. # Second opinion for hard problems
  20. codex
  21. # Security + health (always relevant for backend)
  22. cso
  23. health
  24. # Session hygiene
  25. careful
  26. freeze
  27. unfreeze
  28. guard
  29. learn
  30. retro
  31. # Plugin: PR review toolkit (pre-merge audit)
  32. pr-review-toolkit plugin@claude-code-plugins
  33. # CLIs (advisory)
  34. ctx7 cli
  35. gsd cli
  36. graphify cli