status

Read TASKS.md and summarize task states in 3–6 lines.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/exerias21/brainstorm-toolkit --skill status-exerias21
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/exerias21/brainstorm-toolkit/tree/main/skills/status
Command: npx skills add https://github.com/exerias21/brainstorm-toolkit --skill status-exerias21

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly summarize the current work queue by reading TASKS.md and counting task states, so you know what’s pending, in progress, and done at a glance.

Core Features & Use Cases

  • Reads TASKS.md from the repo root and counts tasks in states: pending, in progress, and done.
  • Identifies the active task (the first in-progress, or the first pending if none in-progress) and the most recently completed task.
  • Supports optional markers on each row for started/completed times and blocking reasons, treating missing data as unknown.
  • Outputs a concise 3–6 line summary including active task, last done, and a block-reason rollup for quick team alignment.

Quick Start

Ask the assistant to run /status to display the current work queue.

Frequently Asked Questions about status

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

FAQPage Schema
How do I get a quick status summary of my TASKS.md work queue?

To get a work queue status summary, use this tool to read your TASKS.md file and count task states. It outputs a concise 3–6 line summary showing active tasks, recently completed items, and block reasons without writing any files.

Can I track task cycle time from a markdown task list?

Yes, you can track task cycle time by parsing optional _started_at_ and _completed_at_ markers in your TASKS.md. The tool computes a median cycle time from recent completed tasks to help you monitor progress.

How do I identify blocked tasks in my markdown project tracking file?

To identify blocked tasks in markdown project tracking, the tool parses optional _blocked_reason_ markers in your TASKS.md and generates a block-reason rollup for quick team alignment in the final status summary.

Does the task management summary work without time markers?

Yes, the task management summary works without time markers by treating missing data as unknown. It simply counts pending, in progress, and done states, and identifies the active task as the first in-progress or first pending item.

What is the best way to view active and recently completed tasks in a markdown checklist?

The best way to view active and completed tasks is to run a status check on your TASKS.md. It identifies the active task and the most recently completed task, providing a one-glance readout of your current work queue.

Will running this task status command modify my task tracking files?

No, running this task status command will not modify your task tracking files. It reads TASKS.md from the repo root and outputs a compact summary to the assistant without writing any changes back to your repository.