← ClaudeAtlas

ddw-statuslisted

Reads .ddw-state.json and prints a formatted summary of where the pipeline is. Read-only — it modifies no file. Trigger: /ddw-status, available in any DDW phase.
soydiloreto/dilux-development-workflow · ★ 14 · Data & Documents · score 75
Install: claude install-skill soydiloreto/dilux-development-workflow
# Skill: /ddw-status ## Description Reads `.ddw-state.json` and prints a formatted summary of the current state. Read-only — it modifies no file. ## Inputs - `.ddw-state.json` - `docs/ddw/prd/` — the directory listing only, to work out what is still unfinished ## Execution Protocol 1. Read `.ddw-state.json` in full. 2. Derive the artifact paths from the ticket (they are not stored in the state). 3. **Work out the unfinished sub-tickets.** List `docs/ddw/prd/`: a file named `prd-{TICKET}{letter}.md` is a sub-ticket of a split PRD. It is finished if `history` holds an entry with that `ticket` reaching `IDLE` by anything other than a pause. Everything else is still owed. Derived on the spot from two things already on disk — nothing about this is stored, and nothing needs to be. 4. Format and print the summary. ## Output Format ``` ┌─────────────────────────────────────────────────────────┐ │ /ddw-status — Current State │ ├─────────────────────────────────────────────────────────┤ │ │ │ Phase: [phase] │ │ Tier: [tier or "—"] │ │ Ticket: [ticket] — [title] │ │ Tracker: [tracker or "—"] │ │ Block: [block or "—"] (FEATURE, during CODE) │ │ Autonomy: [assisted | minimal] │ │