Skip to content

writing-plans

Use when you have a spec or requirements for a multi-step task, before touching code

定位

Use when you have a spec or requirements for a multi-step task, before touching code

核心流程/章节

  • Overview
  • Scope Check
  • File Structure
  • Bite-Sized Task Granularity
  • Plan Document Header
  • Task Structure
  • No Placeholders
  • Remember

原文要点

Writing Plans

Overview

Write comprehensive implementation plans assuming the engineer has zero context for our codebase and questionable taste. Document everything they need to know: which files to touch for each task, code, testing, docs they might need to check, how to test it. Give them the whole plan as bite-sized tasks. DRY. YAGNI. TDD. Frequent commits.

Assume they are a skilled...

适用场景

  • 基于 description 推断:Use when you have a spec or requirements for a multi-step task, before touching code

参见

Released under the MIT License.