Templates / quadrantChart
Tech debt prioritization
Plotting tech debt items by effort and risk to decide what to schedule versus quick-win first.
Preview
Mermaid 11 renderer
Rendering preview...
Mermaid source
quadrantChart
quadrantChart
title Tech debt prioritization
x-axis Low effort --> High effort
y-axis Low risk --> High risk
quadrant-1 Schedule soon
quadrant-2 Plan carefully
quadrant-3 Quick wins
quadrant-4 Monitor
Auth library upgrade: [0.7, 0.8]
Remove dead code: [0.2, 0.15]
Database index cleanup: [0.3, 0.6]
Rewrite billing service: [0.85, 0.9]More templates
flowchartArchitecture
Microservices architecture
A service map with an API gateway, core services, and shared infrastructure. A solid starting point for README architecture sections.
sequenceDiagramProcess
User login sequence
A login flow with token issuance and a failure branch. Useful for documenting auth endpoints and session behavior.
stateDiagram-v2Process
Order state machine
Lifecycle states for an e-commerce order, from creation to fulfillment, with cancellation and refund paths.