ワンクリックで
specrew-where
Show the current Specrew project status dashboard for the active feature and iteration.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Show the current Specrew project status dashboard for the active feature and iteration.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Run live continuous co-review or replay persisted reviewer evidence for an iteration.
Run live continuous co-review or replay persisted reviewer evidence for an iteration.
Run live continuous co-review or replay persisted reviewer evidence for an iteration.
Perform a Specrew human-verdict boundary stop on the Claude host. Renders the FULL Rule 46 six-section human re-entry packet AND the verdict options as one Markdown message, with the AskUserQuestion picker disabled so the packet cannot collapse into the picker's short header/option fields. Invoke at EVERY human-judgment boundary stop (specify, clarify, plan, tasks, before-implement, implement, review, retro, feature-closeout, lifecycle-end). Triggers: boundary stop, verdict, approve / redirect / send back, why I stopped, human re-entry packet, gate stop.
{what this skill teaches agents}
Run Specrew's per-lens design workshop and collaborative design-analysis. Use whenever you work the design lenses for a feature: at specify/intake (the lens workshop) and at the design-analysis stop (co-design the architecture), and RE-INVOKE at the start of EACH new lens (architecture, data, ui-ux, security, integration, devops, requirements/NFR, observability, component). Triggers: design, design lens, lens workshop, design-analysis, architecture, trade-offs, co-design, explore options, decompose, or moving from one lens to the next. Tells you to facilitate each lens as a discussion, surface diagrams the human can actually SEE (console ASCII inline; mermaid/html to a file with a clickable file:/// link), co-design components/responsibilities/flows WITH the human instead of handing over finished options, capture the agreements, and which per-lens md to load.
| name | specrew-where |
| description | Show the current Specrew project status dashboard for the active feature and iteration. |
Type: Operational Skill
Schema: v1
Status: Active
Namespace: /specrew
Canonical command: /specrew-where
Show the current Specrew project status dashboard — the "where am I?" velocity view for the active feature and iteration.
This skill provides read-only status information only. Invoking /specrew-where does not authorize or imply approval to advance any lifecycle boundary. Human review is still required for lifecycle transitions.
/specrew-where [--project-path <path>] [--feature <id>] [--iteration <NNN>]
[--compact] [--ascii] [--no-color] [--json]
[--team] [--worktrees] [--recentcount <N>] [--barwidth <N>]
Backed by: specrew where / scripts/specrew-where.ps1
| Input | Type | Required | Description |
|---|---|---|---|
--project-path | string | No | Target Specrew project path (defaults to current directory) |
--feature | string | No | Restrict view to a specific feature directory under specs\ |
--iteration | string | No | Restrict view to a specific iteration number |
--compact | flag | No | Emit a compact single-line summary |
--ascii | flag | No | Use ASCII-safe output (no Unicode box-drawing) |
--no-color | flag | No | Suppress color output |
--json | flag | No | Emit machine-parseable JSON output |
--team | flag | No | Include team member status in the view |
--worktrees | flag | No | Include worktree awareness information |
--recentcount | number | No | Number of recent iterations to include (default: 6) |
--barwidth | number | No | Width of progress bar in characters (default: 28) |
specrew where workflow with only minimal slash-command wrapper context.Only the arguments listed above are accepted. Unsupported or unknown arguments will be rejected with help guidance pointing to this skill.
| Failure mode | Behavior |
|---|---|
| Unsupported argument | Rejected immediately; see /specrew-help for the allowed argument list |
| Missing project setup | Stop with specrew init remediation |
| Outdated compatibility baseline | Stop with upgrade guidance (specrew update) |
This skill is part of the /specrew-* command surface. It coexists with /speckit.* commands without collision. Neither namespace shadows the other.
/specrew-status — alias for this command; produces the same semantic result/specrew-help — catalog fallback and full command list/specrew-version — show installed Specrew version and compatibility state