AgentSkillsCN

planning-specs

为既定功能需求制定详尽的实施计划。适用于功能需求的实施规划工作。

SKILL.md
--- frontmatter
name: planning-specs
description: >
  Creates a detailed implementation plan for a given feature specification.
  To be used for planning the implementation of feature specifications.

Plan Specifications

Context

  • Read any architecture documentation or coding guides to understand the project structure and conventions.
  • Analyze the specification provided to understand the requirements and scope.

Steps

  1. Think about a detailed implementation plan for the specification.
  2. Break down the implementation into 3 to 9 steps with 2 to 5 tasks each.
  3. Follow the format in the Implementation Plan template.
  4. Add the plan to the JSON issue file after the specification content.
  5. Ensure the plan is clear and actionable with steps for each task.
  6. Add/Update references for the implementation at the start of the plan.

Example reference

markdown
- **Specification**: [feat-launch-scheduling.spec.md](https://github.com/AlbertoBasalo/astro-bookings-express/blob/main/specs/feat-launch-scheduling.spec.md)
- **PRD**: [FR2 Launch Scheduling](https://github.com/AlbertoBasalo/astro-bookings-express/blob/main/PRD.md#fr2-launch-scheduling)
- **Branch**: [feat/launch-scheduling](https://github.com/AlbertoBasalo/astro-bookings-express/tree/feat/launch-scheduling)