Starts a local dashboard server to visualize project status, task backlog, and retrospective decisions.

Install

mkdir -p .claude/skills/dashboard-pedrogrande && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/10577" && unzip -o skill.zip -d .claude/skills/dashboard-pedrogrande && rm skill.zip

Installs to .claude/skills/dashboard-pedrogrande

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Opens the TaskFlow Dashboard in your browser to view project progress, tasks, features, retros, and decisions.
110 chars · catalog descriptionno explicit “when” trigger
Beginner

Key capabilities

  • Display project progress metrics
  • Visualize feature development status
  • Review historical architectural decisions
  • Manage task backlog

How it works

The skill starts a local web server that reads from the TaskFlow SQLite database to serve an interactive dashboard at a local address.

Inputs & outputs

You give it
TaskFlow SQLite database
You get back
Interactive web dashboard

When to use dashboard

  • Viewing project progress
  • Tracking feature development status
  • Checking task backlog
  • Reviewing past architectural decisions

About this skill

/dashboard

Opens the TaskFlow Dashboard in your browser to view project progress, tasks, features, retros, and decisions.

What it does

Starts a local web server that reads from the TaskFlow SQLite database and serves an interactive dashboard at http://127.0.0.1:8675.

The dashboard shows:

  • Project overview — task counts (done, in-progress, pending, blocked)
  • Features — pipeline progress bar per feature, test pass/fail counts
  • All tasks — filterable table with step, agent, status, retry count, rejection notes
  • Retros & Decisions — retrospective summaries, recommendations, decisions, and decision artefacts (patterns, gotchas, notes, constraints)
  • Backlog — pending feature backlog items with priority

Auto-refreshes every 30 seconds.

Usage

/dashboard

How to run manually

uv run .taskflow/server/dashboard.py

Or with a custom DB path:

DB_PATH=/path/to/taskflow.db uv run .taskflow/server/dashboard.py

The server uses only the Python standard library — no extra dependencies required.

When not to use it

  • Modifying project data
  • Remote project management

Limitations

  • Local access only
  • Read-only dashboard

How it compares

It provides a real-time, auto-refreshing visual interface for project data that is otherwise stored in a database, requiring no external dependencies.

Compared to similar skills

dashboard side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
dashboard (this skill)02moReviewBeginner
add-vault-note15moNo flagsIntermediate
sap-memory03moNo flagsAdvanced
fastapi-templates5202moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry