workflow-status

Read discovery.db to report briefs, epics, and workflow statuses.

27|3|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/JeremyKalmus/parade --skill workflow-status-jeremykalmus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-status
Source: https://github.com/JeremyKalmus/parade/tree/main/.claude/skills/workflow-status
Command: npx skills add https://github.com/JeremyKalmus/parade --skill workflow-status-jeremykalmus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Solves the problem of tracking progress by presenting the current workflow state across discovery and execution.

Core Features & Use Cases

  • Consolidated view of briefs (discovery) and epics (execution) to reveal overall project health.
  • Shows statuses, blocks, and progress metrics, plus suggested next actions to take.
  • Use Case: When resuming work after a break, run /workflow-status to quickly understand what's open, what's blocked, and what to tackle next.

Quick Start

Run /workflow-status in Claude Code to display the current project status. If data is missing, verify the presence of discovery.db at .parade/discovery.db or in the project root and ensure Beads CLI is accessible.

Frequently Asked Questions about workflow-status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check workflow status across discovery and execution phases?

To check workflow status, run a command that reads the discovery database to query briefs and beads, then formats a cohesive report showing open items, blocks, and progress metrics across project phases.

What's the best way to resume project work after an interruption?

Resuming project work requires reviewing the current workflow state to identify what is open, what is blocked, and suggested next actions. Querying the project database consolidates briefs and epics into a quick status overview.

How does tracking project progress with a SQLite database work?

Tracking progress with a SQLite database works by reading the discovery.db file from the .parade directory or project root, querying briefs and beads tables, and formatting statuses and blocks into a consolidated project health report.

Do I need a specific database file to view project status?

Yes, viewing project status requires the discovery.db file to be present at .parade/discovery.db or in the project root directory. If data is missing, verify the file location and ensure the Beads CLI is accessible.

Why does my workflow status report show missing data?

Missing data in a workflow status report usually indicates the discovery.db file is absent from both the .parade directory and project root, or the Beads CLI tool is not accessible to extract brief and bead records.

Can I see blocked tasks and suggested next actions in one view?

Yes, you can see blocked tasks and suggested next actions in one view. The status report queries briefs and beads to consolidate statuses, blocks, progress metrics, and recommended next steps across discovery and execution.