executing-plans

仓库创建 2019年3月17日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由

有助于安全落地复杂计划,避免盲目连续变更引发风险。

这个 Skill 做什么

按批次执行架构师计划并在关键点进行验证与中止决策。

把架构师给出的实施计划分批推进,每批执行若干任务并在关键点验证结果,有问题就停下来评估而不是硬推。适合需要逐步落地、可回退或需人工决策的变更场景,能把风险最小化并保持可控节奏。特点是强调事前审阅、分批执行和遇阻立即上报,保证每一步都能验证通过才继续。

▸ 展开 SKILL.md 英文原文

Structured approach for implementing architect-provided plans through controlled batch execution with review checkpoints - execute in batches (default 3 tasks), verify each step, stop on blockers; don't force through blockers

Skill 开发管理执行流程验证检查点任务批次通用
42
Stars
2
Forks
17
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/starwards/starwards/master/.claude/skills/executing-plans/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/starwards/starwards/master/.claude/skills/executing-plans/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Executing Implementation Plans

## Overview

Structured approach for implementing architect-provided plans through controlled batch execution with review checkpoints.

## Process Steps

### 1. Load and Review

- Read the plan completely
- Understand the full scope
- Raise concerns BEFORE starting
- Ask questions about unclear steps
- Verify you have all dependencies

### 2. Batch Execution

- Execute tasks in batches (default: 3 tasks per batch)
- Complete each task fully before moving to next
- Follow verification steps built into each task
- Commit after each task as specified in plan

### 3. Checkpoint Reviews

- After each batch completes, report results
- Show what was accomplished
- 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有