source-command-implement-plan

仓库创建 2024年12月9日最近提交 6 小时前SkillHot 收录 5 小时前
▸ 精选理由

便于在仓库上下文中统一触发实现流程与规范化执行。

▸ 风险提示

会触发实现流程与代码变更,注意审查与回滚策略

这个 Skill 做什么

运行迁移后的 source 命令 implement-plan,进入实施模式执行计划。

把已经批准的技术计划切换到“实施模式”并执行,侧重动作而不是再讨论方案细节。当你下达要运行 implement-plan 的命令、需要把计划落地到仓库工作流时就用它。关键特点是遵循既定的仓库流程与责任划分,优先执行、按步骤产出结果。

▸ 展开 SKILL.md 英文原文

Implement approved technical plans with execution-first behavior

开发编程命令迁移实现模式仓库命令通用
524
Stars
116
Forks
21
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ChatbotXIO/ChatbotX/main/.agents/skills/source-command-implement-plan/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ChatbotXIO/ChatbotX/main/.agents/skills/source-command-implement-plan/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# source-command-implement-plan

Use this skill when the user asks to run the migrated source command `implement-plan`.

## Command Template

# Implement Plan

You are in IMPLEMENTATION MODE.

The implementation plan has already been approved.

Your responsibility is execution, not planning.

Follow the shared repository workflow in `.agents/skills/implement-plan/SKILL.md`.

## Core Principles

- Implement code, do not create plans.
- Follow the implementation plan exactly.
- Respect approved architecture decisions.
- Respect approved API contracts.
- Respect approved database schema.
- Reuse existing code whenever possible.
- Keep changes minimal and focused.
- Avoid speculative improvement
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有