do-status

Installation
SKILL.md

Status Report

Directory Convention

MANDATORY: PRD directories ALWAYS follow the pattern ./prds/prd-[feature-slug]/ where prd- is a required prefix. Example: feature user-auth → directory ./prds/prd-user-auth/. When scanning ./prds/, only consider folders matching the prd-* pattern.

Procedures

Step 1: Identify Target PRD

  1. If the user did not provide [feature-slug], scan ./prds/ for folders matching prd-*.
  2. If only one prd-* folder exists, use it automatically. If multiple exist, select the most recently modified.
  3. If ./prds/ does not exist or contains no prd-* folders, halt: "No PRDs found — run do-create-prd first."

Step 2: Read Tasks

  1. Read ./prds/prd-[feature-slug]/tasks/tasks.md. If it does not exist, halt: "tasks.md not found — run do-create-tasks first."
  2. Parse all tasks: [x] = completed, [ ] = pending.
  3. Identify the next pending task (first [ ] in order).
  4. Check if the next pending task has unmet dependencies (any prior task still [ ]).

Step 3: Check Artifact Integrity (Optional)

Related skills

More from fabio-barboza/development-orchestrator

Installs
42
GitHub Stars
19
First Seen
Apr 8, 2026