feat: make FEATURE_ROADMAP a living doc — dev definition-of-done + audit default
Mike's decision (2026-05-27): the roadmap is a maintained status-and-plan tracker ([ ]=planned, [x]=shipped, dated), consulted going in and updated coming out. - gururmm-development-principles memory: new "Living Roadmap (MANDATORY)" principle — consult before building, update the entry in the SAME change when shipping/modifying; roadmap update is part of definition-of-done. Dev is the primary maintainer; the audit is the backstop. - rmm-audit skill: state the convention explicitly — the roadmap pass default is reconcile-and-flip (not annotate-only). (Companion gururmm-repo changes — DESIGN.md principle + baseline checkbox reconcile — pushed separately to the gururmm repo.) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -39,6 +39,19 @@ A complete implementation includes:
|
||||
|
||||
---
|
||||
|
||||
## Living Roadmap (MANDATORY)
|
||||
|
||||
`projects/msp-tools/guru-rmm/docs/FEATURE_ROADMAP.md` is the single living record of intent — where the product is going AND where it has been. It is a status-and-plan tracker, NOT a write-once backlog. Convention: `[ ]` = planned, `[x]` = shipped (annotate with date).
|
||||
|
||||
**Consult it going in, update it coming out — the roadmap update is part of definition-of-done:**
|
||||
- **Before building:** read the feature's roadmap entry for intent/scope. New work that isn't on the roadmap gets an entry first.
|
||||
- **When shipping or modifying a feature:** update its roadmap entry in the SAME change — flip `[ ]`→`[x]` with a date, or revise/add the item. A code change that ships or alters a roadmap feature WITHOUT touching FEATURE_ROADMAP.md is incomplete (same standard as shipping without UI).
|
||||
- **Don't over-claim:** an entry's text must match what's actually built. If only part is done, keep `[ ]` and annotate the scope (e.g. "TCP probing shipped; ICMP/ARP/SNMP pending") rather than flipping.
|
||||
|
||||
`/rmm-audit`'s roadmap pass is the **backstop** that reconciles drift — it is not the primary maintainer. Dev work keeps the roadmap honest; the audit catches what slipped. See [[feedback_rmm_dev_is_mike]] (RMM dev is Mike's).
|
||||
|
||||
---
|
||||
|
||||
## AI-Optional Operation
|
||||
|
||||
GuruRMM must be fully functional without requiring AI agents (Claude, autonomous analysis tools) to operate.
|
||||
|
||||
Reference in New Issue
Block a user