Back to skills
Skill

gad:workspace-show

gad-workspace-show

Show all registered planning roots and their current status

Display all `[[planning.roots]]` entries from `planning-config.toml` with their current state (phase, milestone progress, last modified).
  1. Load config:

    gad-tools config-get planning 2>/dev/null
    
  2. For each root, read its STATE.md and ROADMAP.md:

    cat "<root.path>/<root.planningDir>/STATE.md" 2>/dev/null | head -30
    
  3. Display table:

    GAD Workspaces — 3 roots registered
    
    ID            PATH                      PHASE      MILESTONE
    ──────────────────────────────────────────────────────────────
    global        .                         3 / 8      M2
    grime-time    vendor/grime-time-site    1 / 4      M1
    get-anything-done  vendor/get-anything-done  —    —
    
  4. Show docs_sink if configured:

    Docs sink: apps/portfolio/content/docs/planning
    
Source on GitHub

vendor/get-anything-done/sdk/skills/gad-workspace-show/SKILL.md

Client debug · NEXT_PUBLIC_CLIENT_DEBUG=1
0 lines

No events yet. Window errors, unhandled rejections, and React render errors appear here. Set NEXT_PUBLIC_CLIENT_DEBUG_CONSOLE=1 to mirror console.error / console.warn.