← ClaudeAtlas

stddlisted

STDD status phase. A read-only status dashboard for an STDD change: reads existing artifacts (spec.md, design-ux.md, tasks.md), reports which stage the change is in, re-verifies the two-file fingerprint on a read-only basis, and suggests the next command. Never invokes any other stdd-* skill and never writes to any file. Triggers: "/stdd", "what stage is this change in", checking STDD progress.
twjohnwu/tlor-orchestration · ★ 0 · Testing & QA · score 72
Install: claude install-skill twjohnwu/tlor-orchestration
# stdd — Palantír 真知晶石 Opt-in skill (installed from `stdd-skills/`, not auto-loaded from the plugin's `skills/` directory). Pure read-only status reporter for a single `STDD/<name>/` change directory. It SHALL NOT write to any file and SHALL NOT call any other `stdd-*` skill on the user's behalf — it only reports and recommends; the decision to proceed stays with the user. ## Step 0 — Determine which change directory this is Confirm which `STDD/<name>/` directory the user is asking about (the current working directory, or one named explicitly). If no `STDD/` artifact exists at all under it (no `spec.md`, no `design-ux.md`), report **"not started"** and suggest calling `/stdd-explore`. Stop here — nothing further to check. ## Step 1 — Read the existing artifacts If any artifact exists, read (do not merely list) the following, each only if present: - `design-ux.md` — **existence only**. Do NOT attempt to read or reason about any frontmatter/status field on this file — `design-ux.md` carries no status field of its own (the per-skill spec for `stdd-uiux` is explicit that its frontmatter has no `status` key); only `spec.md`'s frontmatter is ever a status source. - `spec.md` — full content, especially its frontmatter (`status`, `approved_date`, `approved_fingerprint`, `design_ux_fingerprint`). - `tasks.md` — full content, if present, including any `[wip]`/`[x]`/`[ ]` task markers. `spec.md`'s frontmatter `status` and fingerprint fields are the **single source of