在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用cancel-sprint
星标8
分支1
更新时间2026年3月27日 01:26
Cancel an active sprint loop
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Cancel an active sprint loop
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Harness 主入口 — 从想法到交付的一站式流程
Restore state, health check, determine current phase, suggest next step
Explain Harness plugin and available commands
Initialize Harness for your project — learn repo, team norms, generate customized framework
Start a new feature proposal — guided spec + design generation
Execute all tasks with auto-loop until completion — Stop Hook driven
| name | cancel-sprint |
| description | Cancel an active sprint loop |
| allowed-tools | ["Bash(test -f .harness/sprint-loop.md:*)","Bash(rm .harness/sprint-loop.md)","Read(.harness/sprint-loop.md)"] |
| hide-from-slash-command-tool | true |
Check if .harness/sprint-loop.md exists: test -f .harness/sprint-loop.md && echo "EXISTS" || echo "NOT_FOUND"
If NOT_FOUND: Say "No active sprint loop found."
If EXISTS:
.harness/sprint-loop.md to get current iteration and waverm .harness/sprint-loop.md.harness/progress.md