Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 902 Bytes

File metadata and controls

36 lines (26 loc) · 902 Bytes

PLANS

Lightweight planning support for work that is too large for an in-turn local patch.

Use This File Only When

  • a refactor spans multiple modules or phases
  • an architectural change needs staged execution
  • a feature is too large for one focused turn
  • work is expected to continue across multiple sessions

Do Not Use This File For

  • small bugfixes
  • routine local implementation
  • short documentation updates
  • single-file cleanup work

Plan Rules

  • Keep one short section per active initiative.
  • Link to the owning document in docs/architecture/* or docs/repo/* when one exists.
  • Write plans in English.
  • Prefer checklists and concrete milestones over long prose.
  • Remove or close completed plan sections once the durable record lives elsewhere.

Minimum Section Shape

Initiative Name

  • Goal:
  • Scope:
  • Current status:
  • Next milestone:
  • Risks:
  • Source docs: