一键导入
speckit-auto-run
Run the full speckit workflow end-to-end — specify, plan, critique, tasks, implement, review, extract — making all decisions autonomously.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run the full speckit workflow end-to-end — specify, plan, critique, tasks, implement, review, extract — making all decisions autonomously.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| 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:
Archive a feature specification into main project memory after merge, resolving gaps and conflicts
Commit changes at meaningful checkpoints throughout the workflow
Extract knowledge, guidelines, and ADRs from one or more completed spec directories into the project documentation system.
Reconcile implementation drift by updating the feature's own spec, plan, and tasks
Run a session retrospective that surfaces context-management gaps and routes them to approved follow-up actions.
General code quality review — project guideline compliance, bug detection, code quality analysis.