Information Architecture Findings
1. Main workflow navigation is out of sync with the workflow catalog
Area: Navigation / Consistency
Component(s): mkdocs.yml, docs/workflows/gh-agent-workflows.md, docs/hooks.py
Problem: The primary docs navigation omits several workflows that are documented in the catalog, so users browsing by navigation can miss valid features and get an incomplete mental model of available workflows.
Evidence:
mkdocs.yml:36-44 lists Event-driven workflow nav items, but does not include Dependency Review.
docs/workflows/gh-agent-workflows.md:57 documents Dependency Review as an available Event-driven workflow.
mkdocs.yml:55-65 lists Standalone Scheduled nav items, but does not include Autonomy Atomicity Analyzer, Framework Best Practices, Information Architecture, or Product Manager Impersonator.
docs/workflows/gh-agent-workflows.md:85, :89, :90, :92 document those workflows as available.
docs/hooks.py:92-113 shows pages are generated from gh-agent-workflows/*/README.md, so docs pages can exist even when not represented in the curated nav.
Suggested improvement:
- Align
mkdocs.yml workflow nav entries with the authoritative “Available workflows” catalog in docs/workflows/gh-agent-workflows.md.
- Add a docs consistency check (CI/script) that flags nav/catalog drift for workflow slugs.
Suggested Actions
What is this? | From workflow: Information Architecture
Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.
Information Architecture Findings
1. Main workflow navigation is out of sync with the workflow catalog
Area: Navigation / Consistency
Component(s):
mkdocs.yml,docs/workflows/gh-agent-workflows.md,docs/hooks.pyProblem: The primary docs navigation omits several workflows that are documented in the catalog, so users browsing by navigation can miss valid features and get an incomplete mental model of available workflows.
Evidence:
mkdocs.yml:36-44lists Event-driven workflow nav items, but does not include Dependency Review.docs/workflows/gh-agent-workflows.md:57documents Dependency Review as an available Event-driven workflow.mkdocs.yml:55-65lists Standalone Scheduled nav items, but does not include Autonomy Atomicity Analyzer, Framework Best Practices, Information Architecture, or Product Manager Impersonator.docs/workflows/gh-agent-workflows.md:85,:89,:90,:92document those workflows as available.docs/hooks.py:92-113shows pages are generated fromgh-agent-workflows/*/README.md, so docs pages can exist even when not represented in the curated nav.Suggested improvement:
mkdocs.ymlworkflow nav entries with the authoritative “Available workflows” catalog indocs/workflows/gh-agent-workflows.md.Suggested Actions
Workflows -> Event-drivenandWorkflows -> Scheduled -> Standalone Scheduledinmkdocs.yml.What is this? | From workflow: Information Architecture
Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.