AgentSkillsCN

writing-plans

经批准的设计方案即可启用。将工作分解为小而易行的任务(每项 2–5 分钟),并附上精确的文件路径、完整代码以及验证步骤。

SKILL.md
--- frontmatter
name: writing-plans
description: Activates with approved design. Breaks work into bite-sized tasks (2-5 minutes each) with exact file paths, complete code, and verification steps.

Writing Plans

This skill helps break down complex coding objectives into manageable, step-by-step implementation plans.

When to Use This Skill

  • Planning a new feature implementation
  • Refactoring complex legacy code
  • Setting up a new project structure
  • Guiding an AI agent through a multi-step task

What This Skill Does

  1. Analyzes Goal: Understands the high-level objective
  2. Decomposes Task: Breaks it down into atomic, verification-friendly steps
  3. Details Implementation: precise file paths, code snippets, and terminal commands
  4. Verifies Progress: Defines what "done" looks like for each step

How to Use

User: "Create a plan to migrate this app from creating-react-app to Vite"

User: "Write a step-by-step plan to implement user authentication"