planning

Organize complex work into phased, testable implementation plans with acceptance criteria.

4|Updated Jan 1, 2026
One-click install
npx skills add https://github.com/vertexcover-io/tarash --skill planning-vertexcover-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning
Source: https://github.com/vertexcover-io/tarash/tree/main/.claude/skills/planning
Command: npx skills add https://github.com/vertexcover-io/tarash --skill planning-vertexcover-io

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Planning complex work and turning ideas into concrete execution plans with phased milestones.

Core Features & Use Cases

  • Create an actionable plan document set: plan.md and phase-*.md files with dependencies, so teams can execute iteratively.
  • Capture codebase context, design decisions, and test strategy in one place to guide development.
  • Use cases: from feature design to bug fix, you can generate a repeatable planning scaffold for complex tasks.

Quick Start

Describe a feature or design document, and ask the planning skill to generate a plan folder with phase documentation.

Frequently Asked Questions about planning

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn a feature design document into an actionable implementation plan?

To turn a feature design document into an implementation plan, you describe the feature to generate a structured plan.md and phase-*.md files. These documents organize complex work into phased, testable milestones with clear dependencies and acceptance criteria.

How do you plan a codebase migration with clear phase boundaries and dependencies?

Planning a codebase migration involves generating phase-*.md documents that specify clear phase boundaries and dependencies. This creates a repeatable planning scaffold that captures codebase context, design decisions, and test strategy to guide iterative execution.

What should be included in an implementation plan for complex software tasks?

An implementation plan for complex tasks should include phased milestones, acceptance criteria, codebase context, design decisions, and test strategy. Organizing these elements into plan.md and phase-*.md documents ensures teams can execute iteratively with clear dependencies.

Can I use design docs to generate a phased test strategy for bug fixes?

Yes, you can use design docs to generate a phased test strategy for bug fixes. By describing the bug fix task, the system produces plan.md and phase-*.md documents that specify testable milestones, acceptance criteria, and test strategy to guide development.

What is the best way to organize platform changes into testable milestones?

The best way to organize platform changes into testable milestones is to generate a plan folder with phase documentation. This approach captures codebase context and design decisions, producing phased milestones with specified acceptance criteria for iterative team execution.

When do I need to generate a plan folder with phase documentation for a project?

You need to generate a plan folder with phase documentation when planning complex work that requires clear phase boundaries and dependencies. This applies to feature design, bug fixes, migrations, and platform changes where capturing test strategy and design decisions is essential.