planner-create

Generate dependency-aware implementation plan files from feature descriptions.

Updated Jan 12, 2026
One-click install
npx skills add https://github.com/djalmaaraujo/claude-code-plugins --skill planner-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planner-create
Source: https://github.com/djalmaaraujo/claude-code-plugins/tree/main/plugins/planner/skills/planner-create
Command: npx skills add https://github.com/djalmaaraujo/claude-code-plugins --skill planner-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create structured implementation plans by analyzing features and generating dependency-aware plan files.

Core Features & Use Cases

  • Generates plan files from a feature description, splitting complex work into focused units.
  • Analyzes dependencies and determines parallelizable steps to optimize execution.
  • Supports project templates and coding standards, updating progress tracking automatically.

Quick Start

Describe the feature you want planned and I will generate a set of plan files with dependencies ready for execution.

Frequently Asked Questions about planner-create

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

FAQPage Schema
How do I create structured implementation plans for complex software features?

To create structured implementation plans, you describe the software feature to generate dependency-aware plan files that split complex work into focused, parallelizable units ready for execution.

What is dependency-aware planning for parallelizable task coordination?

Dependency-aware planning analyzes feature requirements to determine parallelizable steps, optimizing execution by splitting complex engineering work into focused, coordinated units across teams.

How do I automate feature planning using project templates and coding standards?

Automate feature planning by reading planner.config.json to apply project templates and coding standards, coordinating plan creation to update progress tracking files automatically.

Do I need a planner.config.json file to generate dependency-aware plan files?

Yes, the plan creation process reads planner.config.json to apply project or plugin templates and coding standards when generating the dependency-aware feature breakdowns.

What is the best way to break down engineering features into parallel plans?

The best way to break down engineering features is analyzing dependencies to generate focused plan files, determining parallelizable steps to optimize execution across coordinated teams.

How does progress tracking update when generating template-driven plan files?

Progress tracking updates automatically by writing to PROGRESS.md after the plan-creator agent coordinates template-driven plan file generation and dependency analysis for the feature.