skills/executing-plans/SKILL.md
在独立(并行)会话中按书面实现计划逐任务执行,各检查点审查。触发:已有实现计划且无法使用 task 子代理工具时。若能启动子代理,优先用 subagent-driven-development。不得在 main/master 分支直接执行。终态调用 finishing-a-development-branch。
npx skillsauth add Chikage0o0/opencode executing-plansInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
加载计划,批判性审查,执行所有任务,完成后报告。
开始时声明:"我正在使用 executing-plans 技能来实现此计划。"
**注意:**在 OpenCode 中,如果你可以使用 task 工具启动子代理,请优先使用 subagent-driven-development 而不是本技能。当你需要保持在当前会话中、不需要每个任务都使用子代理工作流时,才使用 executing-plans。
git branch --show-currentmain 或 master:在实施前请求用户明确许可main/master 上直接开发:立即停止对于每个任务:
git-commit所有任务完成并验证后:
finishing-a-development-branch立即停止执行的情况:
应请求澄清,而非猜测。
返回审查(步骤 1)的情况:
不要强行突破阻碍——停下来询问。
必需的工作流技能:
writing-plans - 创建本技能执行的计划finishing-a-development-branch - 在所有任务完成后完成开发data-ai
Sync delta specs from a change to main specs. Use when the user wants to update main specs with changes from a delta spec, without archiving the change.
development
Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.
development
Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.
development
Simplifies code for clarity without changing behavior. Use for readability, maintainability, and complexity reduction after behavior is understood.