planning

Installation
SKILL.md

Planning

Overview

Write comprehensive implementation plans that break down complex features into bite-sized tasks (2-5 minutes each). Every task must include exact file paths, complete code snippets, and specific verification steps following TDD (Red-Green-Refactor) principles.

When to Use

  • Use after a design has been approved (e.g., via the brainstorming skill).
  • Use before starting implementation on any multi-step feature.
  • Use when you need to ensure systematic progress and early verification.

Task Structure

Every task in the plan should follow this structure:

Task N: [Component/Function Name]

Installs
5
First Seen
Feb 5, 2026
planning — mileycy516-stack/skills