Dashboard banner
ntanner-ctrl ntanner-ctrl

Dashboard

Development community

Description

--- description: Use when resuming work or checking progress across all active workflows. arguments: [] --- # Dashboard Aggregated view of all active work. Reads state-index, blueprint state, and TDD state to show a unified picture. ## Process ### Step 1: Read State Check for active state sources: ```bash # State index (maintained by hook) cat .claude/state-index.json 2>/dev/null # Active blueprints (fallback if no state-index) ls .claude/plans/*/state.json 2>/dev/null # Active TDD sessi

Installation

Installs to ~/.claude/skills/ntanner-ctrl-claude-sail-dashboard/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ntanner-ctrl-claude-sail-dashboard && curl -fsSL https://raw.githubusercontent.com/ntanner-ctrl/claude-sail/HEAD/commands/dashboard.md -o ~/.claude/skills/ntanner-ctrl-claude-sail-dashboard/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository