writing-plans

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

能输出低上下文、可执行的细粒度任务,利于交接与外包实施。

这个 Skill 做什么

将设计转为面向工程师的逐步实施任务、代码示例与验证步骤。

把设计稿拆成面向工程师的逐步实施清单,每步给出准确的文件路径、示例代码和验证步骤,任务粒度小到 2–5 分钟,适合把功能交给对代码库不熟悉的工程师。用它可以直接交付可执行的开发任务,减少沟通往返。特点是非常具体、可复制,能让任何人按步骤上手实现。

▸ 展开 SKILL.md 英文原文

Use when design is complete and you need detailed implementation tasks for engineers with zero codebase context - creates comprehensive guides with exact file paths, code examples, and verification steps; task granularity 2-5 minutes per step

开发编程任务分解实施计划代码样例通用
42
Stars
2
Forks
17
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/starwards/starwards/master/.claude/skills/writing-plans/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/starwards/starwards/master/.claude/skills/writing-plans/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Writing Implementation Plans

## Overview

Use when design is complete and you need detailed implementation tasks for engineers with minimal codebase familiarity. Creates comprehensive guides with exact file paths, code examples, and verification steps.

## Key Characteristics

**Task Granularity:** Each step represents 2-5 minutes of work, breaking down features into atomic actions like writing failing tests, implementing solutions, and committing changes.

**Documentation Standard:** Plans follow a mandatory header format including goal, architecture, and tech stack, followed by numbered tasks with file locations, code snippets, and exact command sequences.

## Plan Structure

```markdow
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有