You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a first-class organization-level /roadmap/ experience to Organization Intelligence that visualizes the canonical Ego Hygiene organization roadmap together with the repository roadmaps that implement it.
The goal is to let a human architect answer:
What are we building across the whole organization, what is active or blocked, what can run in parallel, and what GitHub work is actually moving each initiative forward?
without opening every repository individually.
This is the dedicated Roadmap module anticipated by #27.
Every repository roadmap node should deep-link to that repository's /roadmap/ route and canonical ROADMAP.md source.
Cross-repository dependencies
Visualize true dependency direction separately from simple conceptual relationships.
Support:
blocked-by / depends-on edges;
safe parallel lanes;
enabling work;
superseded/deferred paths;
unresolved/inferred edges clearly marked as non-authoritative.
GitHub execution links
Expanded roadmap nodes should link directly to relevant:
GitHub issues/epics;
pull requests;
commits/checks;
releases/deployments;
ADRs;
audits/hygiene/sanity evidence where relevant.
The roadmap page should make GitHub feel like the underlying execution engine rather than forcing the user to mentally reconstruct the plan from issue lists.
Default orientation
The default page should optimize for reducing cognitive load and anxiety from the size of the backlog.
Show first:
current organization phase/horizon;
active initiatives;
blockers and human decisions;
safe parallel lanes;
the next few evidence-backed initiative outcomes;
collapsed later/optional work.
Do not default to displaying every GitHub issue in the organization.
Progress semantics
Do not invent a naive percentage based on closed issue count.
Progress should be derived from declared roadmap structure and evidence, with explicit unknown/partial states.
If compact progress indicators are used, expose how they are calculated and allow drill-down to underlying roadmap nodes/evidence.
Relationship to Pace focus queue
The organization roadmap is durable strategic direction.
Pace #25 is the current human-reviewed focus/Now-Next-Later-Parked projection.
The /roadmap/ experience may overlay or link to current focus, but must visually distinguish:
strategic roadmap placement;
currently selected execution focus.
A temporary focus change must not silently rewrite roadmap priority.
Cross-links
Integrate with the rest of Organization Intelligence:
/sanity/ — whether the architecture behind the roadmap still makes sense;
Hygiene — whether required platform contracts are adopted;
Audits — findings/opportunities that may produce proposed roadmap changes;
Decisions — ADRs affecting roadmap topology;
Dependencies — detailed cross-repository graph;
Releases/Distribution — delivery evidence;
repository-level /roadmap/ routes.
Source-of-truth behavior
The generated page is a projection only.
Every initiative/node must retain links to:
canonical organization roadmap source;
canonical repository roadmap source;
represented revisions;
GitHub execution evidence.
The page must never become an independently editable roadmap database.
Partial / stale states
Support honestly:
repository roadmap unavailable;
organization roadmap stale;
roadmap node with no GitHub implementation issue yet;
issue/PR evidence newer than roadmap reconciliation;
blocked/partial repository access;
private repository contribution hidden in public projection;
unknown dependency state.
Missing data must not appear complete.
Accessibility / scale
responsive mobile-first summary;
keyboard-accessible navigation;
screen-reader equivalent hierarchy;
reduced-motion mode;
text/table equivalent for visual graphs;
virtualization or progressive loading for large roadmaps;
stable deep links to organization initiatives and repository nodes;
filters/search by repository, initiative, horizon, state, owner, and dependency.
Acceptance criteria
Organization Intelligence exposes a first-class /roadmap/ route.
Outcome
Add a first-class organization-level
/roadmap/experience to Organization Intelligence that visualizes the canonical Ego Hygiene organization roadmap together with the repository roadmaps that implement it.The goal is to let a human architect answer:
without opening every repository individually.
This is the dedicated Roadmap module anticipated by #27.
Dependencies
egohygiene/hygiene#60egohygiene/observatory#22/roadmap/quest-line:egohygiene/relay#31egohygiene/pace#25UX model
Reuse the visual grammar of repository
/roadmap/where practical, but adapt it for organization scale.A useful experience should support:
Organization quest line
Render organization initiatives as major chapters/quests with:
Repository contribution lanes
Within or beneath an organization initiative, show the repository roadmap nodes that contribute to it.
Allow the user to expand from:
Every repository roadmap node should deep-link to that repository's
/roadmap/route and canonicalROADMAP.mdsource.Cross-repository dependencies
Visualize true dependency direction separately from simple conceptual relationships.
Support:
GitHub execution links
Expanded roadmap nodes should link directly to relevant:
The roadmap page should make GitHub feel like the underlying execution engine rather than forcing the user to mentally reconstruct the plan from issue lists.
Default orientation
The default page should optimize for reducing cognitive load and anxiety from the size of the backlog.
Show first:
Do not default to displaying every GitHub issue in the organization.
Progress semantics
Do not invent a naive percentage based on closed issue count.
Progress should be derived from declared roadmap structure and evidence, with explicit unknown/partial states.
If compact progress indicators are used, expose how they are calculated and allow drill-down to underlying roadmap nodes/evidence.
Relationship to Pace focus queue
The organization roadmap is durable strategic direction.
Pace #25 is the current human-reviewed focus/Now-Next-Later-Parked projection.
The
/roadmap/experience may overlay or link to current focus, but must visually distinguish:A temporary focus change must not silently rewrite roadmap priority.
Cross-links
Integrate with the rest of Organization Intelligence:
/sanity/— whether the architecture behind the roadmap still makes sense;/roadmap/routes.Source-of-truth behavior
The generated page is a projection only.
Every initiative/node must retain links to:
The page must never become an independently editable roadmap database.
Partial / stale states
Support honestly:
Missing data must not appear complete.
Accessibility / scale
Acceptance criteria
/roadmap/route./roadmap/,ROADMAP.md, and relevant GitHub work.Related
/sanity/egohygiene/hygiene#60— organization roadmap contractegohygiene/observatory#22— organization roadmap read modelegohygiene/relay#31— repository roadmap rendereregohygiene/pace#25— portfolio/focus queueNon-goals