| name | pwk-status |
| description | Show all active pipeline topics and their phase/progress. Use when the user asks 'where are we', 'status', 'what's in flight', or when resuming and unsure which design to continue. Read-only discovery. Not a pipeline phase. |
Status
Report on all in-flight pipelines (split designs may run in parallel across worktrees). Read-only. This skill does not unlock the guard — it needs no writes, so it runs fine inside the brainstorm/plan read-only phase. If you want source edits after a status check, invoke the skill for the next phase yourself (the guard follows the skill).
Process
-
Glob docs/plans/*-design.md, *-implementation.md, *-progress.md.
-
For each <topic>, infer the furthest artifact present:
- only
*-design.md → brainstorm done, plan next
*-implementation.md but no progress → plan done, execute next
*-progress.md → execute phase — show done/total requirement count
-
Print a one-line table, e.g.:
| Topic | Phase | Progress | Branch |
|---------|---------|----------|------------------|
| auth | execute | 2/3 done | auth |
| billing | plan | — | ../repo-billing |
-
If none, say so and suggest /skill:pwk-brainstorming.
Keep it short — this is orientation, not analysis. No writes; the <topic> slug is the identity.