mit einem Klick
show-spec-working
// Use when the user asks "show me X", "demo X", "walk me through X", "how X works" or requests a live feature demonstration from a spec, feature or ticket.
// Use when the user asks "show me X", "demo X", "walk me through X", "how X works" or requests a live feature demonstration from a spec, feature or ticket.
Run N feature tasks in parallel, each in its own worktree, following the full specboot pipeline (enrich → new → ff → apply → verify). Stops after verify — no archive, no commit, no cleanup. Explicit task arguments override `parallel-tasks.md`; file is fallback only.
Use when the user requests an adversarial review, red-team review, devil's advocate check, or independent verification pass before archiving an OpenSpec change.
Use when creating new skills, editing existing skills, or verifying skills work before deployment
Analyze and synchronize agent skill exposure after ai-specs skill changes (additions, removals, renames). Use when skills are added/removed in ai-specs and .claude/skills and .cursor/skills must stay aligned through symlinks.
Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.
Continue working on an OpenSpec change by creating the next artifact. Use when the user wants to progress their change, create the next artifact, or continue their workflow.
| name | show-spec-working |
| description | Use when the user asks "show me X", "demo X", "walk me through X", "how X works" or requests a live feature demonstration from a spec, feature or ticket. |
| author | LIDR.co |
| version | 1.0.0 |
Demonstrate a spec in a runnable way.
If the user does not provide explicit context, use the spec/change currently being worked on in this session.
Always end by reporting completion in chat.
Treat these expressions as execution commands, not analysis requests:
show me Xdemo Xwalk me through Xshow X workinghow X worksprove X worksWhen any of these appear, run the demonstration workflow directly. Do not stop at a feature summary or quick report.
SCRUM-10)[A-Z]+-[0-9]+, use it as primary context (example: show me SCRUM-10).frontend when the spec includes UI behavior.backend-only when it only defines API behavior.mixed when both exist.Before continuing, enforce this rule:
Run this path when modality is frontend or mixed.
Run this path when modality is backend-only or mixed.
Before calling any MCP browser tool:
curl commands (not pseudocode) whenever environment data is available.Always send a final chat message containing:
Use this concise structure in the final chat response:
Spec demo completed for: <spec/change>
Frontend walkthrough:
- <step/result>
Backend API walkthrough:
- <curl + key response note>
Data restore:
- <restored / not needed / failed + reason>
Next:
- You can continue in the open browser window, or ask me to close it.