Agent Skills
› stagewise-io/stagewise
› Implement
Implement
GitHub该技能用于执行最近制定的开发计划。Agent需阅读上下文,按顺序逐项实现任务并立即更新计划状态,直至所有复选框完成。期间不询问用户,严格遵循架构决策,自动处理需用户操作的任务并转入后续跟进环节。
Trigger Scenarios
需要执行已生成的详细开发计划时
需要将抽象规划转化为具体代码实现时
Install
npx skills add stagewise-io/stagewise --skill Implement -g -y
SKILL.md
Frontmatter
{
"name": "Implement",
"description": "Implement the most recent plan",
"user-invocable": false,
"agent-invocable": false
}
Implement the most recently created plan.
Workflow
- Read — understand context, decisions, and all tasks.
- Execute — work through tasks in order. For each:
- Implement the change.
- Update
- [ ]→- [x]in the plan file immediately — before moving on. Do NOT batch updates.
- Continue — do not stop or ask whether to proceed. Complete every checkbox.
Rules
- Follow the plan's decisions — respect architectural choices unless a concrete reason forces deviation (update plan with rationale).
- Stay focused — no unplanned features or refactors.
- Update the plan — if new information or edge cases emerge, reflect them in the plan file.
- Completion = 100% — every checkbox must be
[x]. Unnecessary tasks: delete the checkbox + add brief rationale. Never leave unchecked boxes. - No user-side tasks — if a checkbox turns out to require user action (manual testing, shell commands, credential setup, etc.), delete it, move its content into a
## Follow-ups for the userprose section, and continue. Never leave it unchecked waiting on the user.
Version History
- 45a1544 Current 2026-07-24 21:12


