Files
ui-tracker/hubs/software-development.md
2026-03-27 22:34:12 -05:00

3.3 KiB

Software Development Hub

Use this hub for implementation-focused software work: features, refactors, code review, tests, backend changes, frontend changes, and release communication tied to engineering output.

If DEPLOYMENT-PROFILE.md contains software defaults, apply those preferences before falling back to the generic routing in this hub.

When To Use

  • Build or modify product functionality
  • Improve maintainability or architecture
  • Review existing code for bugs, regressions, or missing tests
  • Plan or add verification coverage
  • Explore an unfamiliar codebase before changing it

Start With

Skill Routing

Common Combinations

  • New feature: repository exploration + feature implementation + test strategy + technical docs
  • Backend bug fix: bug triage + debugging workflow + API and backend work + release/change summary
  • UI feature: feature implementation + frontend UI implementation + UX review + product copy
  • PR review: code review + test strategy
  • Platform change: architecture and system design + API/backend work + observability and operability + technical docs
  • Risky upgrade: dependency lifecycle management + test strategy + release/change summary
  • Data model change: architecture and system design + database migrations and data evolution + API/backend work