Spec Execute Task
Description
# /spec-execute-task 执行规范驱动开发计划中的特定任务,然后自动继续执行所有剩余任务。 **参数:** - `task-id`:要开始的任务编号(例如,`1.1`)。如果未提供,将从下一个未完成的任务开始。 **自动执行行为:** 1. **初始任务执行**:执行指定的任务(如果未提供 ID,则执行下一个待处理任务) 2. **自动接管**:第一个任务完成后,系统立即自动接管 3. **连续执行**:自动按顺序执行所有剩余的未完成任务 4. **无需用户干预**:用户无需批准每个任务 - 执行将持续到所有任务完成 5. **进度跟踪**:显示实时进度并在 tasks.md 中标记已完成的任务 6. **恢复**:如果 Claude Code 重启,可以从中断处恢复 **流程:** 1. **加载规范**:从规范目录读取 `requirements.md`、`design.md` 和 `tasks.md` 2. **执行第一个任务**: - 如果提供了 task-id,执行该特定任务 - 如果未提供 task-id,查找并执行下一个未完成的任务
Installation
Installs to ~/.claude/commands/prorise-cool-claude-code-multi-agent-spec-execute-task.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Prorise-cool/Claude-Code-Multi-Agent/HEAD/.claude/commands/spec-execute-task.md -o ~/.claude/commands/prorise-cool-claude-code-multi-agent-spec-execute-task.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing