task-status

Aggregate task states from progressing.txt, done.txt, and to-do.txt into a structured status report.

11|1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/dnviti/arsenale --skill task-status-dnviti
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-status
Source: https://github.com/dnviti/arsenale/tree/main/.claude/skills/task-status
Command: npx skills add https://github.com/dnviti/arsenale --skill task-status-dnviti

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill consolidates scattered task data into a single, readable status report, enabling teams to quickly assess project health.

Core Features & Use Cases

  • Consolidated Status: Aggregates task states (completed, in-progress, blocked, upcoming) from multiple sources (progressing.txt, done.txt, to-do.txt) into one view.
  • Actionable Insights: Highlights next recommended tasks and potential blockers to guide planning meetings.
  • Audit & Compliance: Keeps a timestamped record of task states for project audits or retrospectives.

Quick Start

Run a status check against your project task files to generate a current snapshot.

Frequently Asked Questions about task-status

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

FAQPage Schema
How do I generate a project status report from task lists?

To generate a project status report, the Skill aggregates task states from progressing.txt, done.txt, and to-do.txt files into a single readable snapshot. It structures the summary into completed, in-progress, blocked, and recommended next steps sections.

What is the best way to consolidate scattered task data for cross-functional teams?

Consolidating scattered task data is achieved by reading multiple task tracking text files and aggregating progressing, done, to-do, and blocked items. This produces a concise snapshot enabling software development teams to quickly assess project health.

Can I use this to track blocked items and highlight next steps for planning meetings?

Yes, you can track blocked items and highlight next steps because the summary explicitly enforces structured sections for blocked tasks and recommended next steps. This provides actionable insights to guide your planning meetings.

Does this task tracking automation work without external project management tool integrations?

This task tracking automation works without external integrations by reading local task lists directly from progressing.txt, done.txt, and to-do.txt files. It requires no dependencies to aggregate your project data into a status report.

How does automated task status reporting handle project audits and compliance?

Automated task status reporting handles audits by keeping a timestamped record of task states. It consolidates completed, in-progress, and blocked items into a structured summary suitable for project audits or retrospectives.