do-status

Aggregate completed and pending PRD tasks to report progress and missing artifacts.

28|1|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/fabio-barboza/development-orchestrator --skill do-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: do-status
Source: https://github.com/fabio-barboza/development-orchestrator/tree/main/skills/do-status
Command: npx skills add https://github.com/fabio-barboza/development-orchestrator --skill do-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams understand real-time PRD health by aggregating completed tasks, identifying the next steps, and surfacing missing artifacts that block progress.

Core Features & Use Cases

  • Automatically scans PRD folders to compute progress as completed versus pending tasks.
  • Detects the next actionable task and whether its dependencies are met.
  • Flags missing task reviews and any artifact gaps to guide quick remediation.

Quick Start

Use this skill to generate a status summary for the active PRD.

Frequently Asked Questions about do-status

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

FAQPage Schema
How do I track PRD progress and completion percentage for software feature development?

Track PRD progress by aggregating completed tasks, pending tasks, and missing artifacts. This process scans PRD folders to compute completion percentage and surface real-time PRD health for software feature pipelines.

How does PRD status automation identify the next actionable task and its dependencies?

PRD status automation parses task files from PRD directories and checks task review files to detect the next actionable task. It evaluates whether task dependencies are met before surfacing next steps.

What is the best way to find missing artifacts and task reviews that block PRD progress?

Find missing artifacts by scanning your PRD folders to perform integrity validation. This flags missing task reviews and artifact gaps, guiding quick remediation to unblock your software feature development.

How to set up PRD folders and task files so progress tracking works correctly?

Set up PRD folders by organizing tasks into the ./prds/prd-*/tasks directory structure. The automation parses these specific paths to aggregate task statuses and validate artifact integrity.

Does PRD progress tracking work for software feature pipelines that use external task management?

PRD progress tracking works specifically for pipelines where PRDs, tasks, and reviews are tracked in local folders. It parses local task files rather than integrating with external task management platforms.

Why does PRD status show missing artifacts even when I have completed all pending tasks?

PRD status shows missing artifacts because the automation performs integrity validation on task review files. If review files are absent or incomplete, it flags these artifact gaps to guide remediation.