ワンクリックで
speckit-auto-run
// Run the full speckit workflow end-to-end — specify, plan, critique, tasks, implement, review, extract — making all decisions autonomously.
// Run the full speckit workflow end-to-end — specify, plan, critique, tasks, implement, review, extract — making all decisions autonomously.
Archive a feature specification into main project memory after merge, resolving gaps and conflicts
Perform a dual-lens critical review of the specification and plan from both product strategy and engineering risk perspectives before implementation.
Extract knowledge, guidelines, and ADRs from one or more completed spec directories into the project documentation system.
Run a session retrospective that surfaces context-management gaps and routes them to approved follow-up actions.
Produce a flow-level summary of the current Claude Code session — executive summary, chronological timeline, and outcomes — written into the active feature directory next to spec.md / plan.md.
| name | speckit-auto-run |
| description | Run the full speckit workflow end-to-end — specify, plan, critique, tasks, implement, review, extract — making all decisions autonomously. |
| compatibility | Requires spec-kit project structure with .specify/ directory |
| metadata | {"author":"github-spec-kit","source":"auto:commands/run.md"} |
$ARGUMENTS
You MUST consider the user input before proceeding (if not empty).
You are running the full speckit pipeline end-to-end. The user's input (above) is the feature description that will seed the specification phase.
Execute every phase below in order, making all decisions autonomously. Do not stop to ask the user for input between phases — if a phase requires choices (e.g., clarification questions in specify, research decisions in plan), use your best judgment and proceed. The user expects a hands-off, one-shot execution.
After each phase, invoke the speckit-checkpoint-commit skill to commit the artifacts produced by that phase before moving on.
Each phase below is executed by invoking the named skill (e.g. via the agent's Skill tool). Skills are agent-agnostic, so this workflow runs identically across any harness that supports skill discovery — not only those exposing speckit slash commands.
Invoke the speckit-specify skill with the user's feature description ($ARGUMENTS).
spec.md, run quality checks.Invoke the speckit-plan skill.
plan.md, research.md, data-model.md, API contracts, quickstart.md.Invoke the speckit-critique-run skill.
spec.md and plan.md before any tasks are generated.spec.md / plan.md autonomously and commit them — do not pause for user approval.speckit-plan (or speckit-specify if the spec itself is the problem), re-run the critique, then continue.Invoke the speckit-tasks skill.
tasks.md with dependency-ordered, actionable tasks.speckit-analyze skill unless something looks inconsistent — use your judgment.Invoke the speckit-implement skill.
tasks.md phase by phase.Invoke the speckit-review-run skill.
Invoke the speckit-extract-run skill.
dev/.After all phases are complete, provide a brief summary: