implement-plan
仓库创建 2024年12月9日最近提交 6 小时前SkillHot 收录 5 小时前
▸ 精选理由
适合在实现模式下按既定计划继续开发并最小化变更。
▸ 风险提示
可能修改代码或运行脚本,注意代码审查与权限控制
这个 Skill 做什么
执行已批准的技术实现计划,按计划完成下一个未完成任务。
收到已经批准的技术实现方案后直接去做下一项未完成的任务,不重新规划也不扩大范围。适用于团队已经同意设计、只需要把既定步骤落地的场景。强调最小改动、沿用现有架构、API 和 schema,避免重构或增项。
▸ 展开 SKILL.md 英文原文
Implement an already-approved technical plan from a plan path, executing the next unfinished task without replanning or expanding scope.
524
Stars
116
Forks
21
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ChatbotXIO/ChatbotX/main/.agents/skills/implement-plan/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ChatbotXIO/ChatbotX/main/.agents/skills/implement-plan/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Implement Approved Plan Use this skill when the user gives an approved implementation plan and asks to implement it, continue it, or run implementation mode. ## Operating Mode - The plan is already approved; execute it instead of creating a new plan. - Keep changes minimal and scoped to the approved task. - Reuse existing architecture, APIs, schema, and local patterns. - Do not redesign, expand scope, or perform unrelated refactors. - Work on one independently deliverable unfinished task at a time. ## Starting Workflow When given a plan path: 1. Read the plan completely. 2. Check completed items (`- [x]`). 3. Read the original ticket only if it is referenced or provided. 4. Read all
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有