status

Summarize Draft track progress, phases, completion, and blockers from project files.

39|6|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/mayurpise/draft --skill status-mayurpise
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/mayurpise/draft/tree/main/skills/status
Command: npx skills add https://github.com/mayurpise/draft --skill status-mayurpise

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a concise, authoritative view of the current progress of Draft tracks and their active tasks, highlighting phases, completion percentages, and blockers to improve transparency and decision-making.

Core Features & Use Cases

  • Progress overview: Summarizes the status of all active tracks, including phase, completion, and blockers.
  • Module visibility: Optionally includes module status if architecture data exists.
  • Use Case: A project manager wants a quick status summary before stand-up or stakeholder updates.

Quick Start

Invoke the status feature to generate the latest Draft progress report from local project files.

Frequently Asked Questions about status

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

FAQPage Schema
How do I track project progress and blocked tasks across multiple tracks?

To track project progress across multiple tracks, you can generate a real-time status report that summarizes active tasks, phase completion percentages, and blockers. This provides a concise view of all Draft tracks for stakeholder updates.

Can I generate a project status report from local markdown and metadata files?

Yes, you can generate a project status report by reading local project files including tracks.md, metadata.json, plan.md, and architecture.md. It compiles phase, completion, and blocker data into a single summary view.

What is the best way to review blockers and milestones before a stand-up?

Reviewing blockers and milestones before a stand-up is best handled by generating a status overview that highlights blocked items and current phases. This summarizes real-time track progress for quick decision-making.

Does project status reporting work without a project-wide architecture.md file?

Project status reporting works without a project-wide architecture.md file, as it only reads that file optionally. Module visibility is included when architecture data exists, but the core progress summary relies on tracks and plans.

Do I need external dependencies to summarize Draft track completion percentages?

You do not need external dependencies to summarize Draft track completion percentages. The reporting feature operates independently by reading local metadata and plan files to calculate progress and identify blocked items.