planner

Generate executable multi-task plans with sprints, tasks, acceptance criteria, and dependencies.

239|30|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/jdrhyne/agent-skills --skill planner-jdrhyne
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planner
Source: https://github.com/jdrhyne/agent-skills/tree/main/skills/planner
Command: npx skills add https://github.com/jdrhyne/agent-skills --skill planner-jdrhyne

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams break down complex initiatives into clear, executable plans that can be fed to an orchestrator for automated task execution.

Core Features & Use Cases

  • Phase-based planning with sprints, tasks, acceptance criteria, and dependencies.
  • Atomic, testable tasks with explicit locations and success criteria.
  • Generates a plan file consumable by a parallel-task executor for automated task execution.

Quick Start

Load the planner prompt from prompts/planner.md and follow its process:

  1. Phase 0: Clarify requirements (ask targeted questions)
  2. Phase 1: Research & understand the codebase
  3. Phase 2: Create detailed plan with sprints, tasks, acceptance criteria
  4. Phase 3: Subagent review of the plan
  5. Phase 4: Save the plan file

Frequently Asked Questions about planner

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

FAQPage Schema
How do I break down a complex project into sprints and tasks with dependencies?

To break down a complex project, this Skill generates a structured plan with sprints, atomic tasks, acceptance criteria, and explicit dependency management across teams.

What is the best way to create a plan file for automated task execution?

Creating a plan file for automated task execution involves a five-phase planning process: clarifying requirements, researching the codebase, detailing tasks, reviewing, and saving the plan file for a parallel-task executor.

Does this project planning approach support parallel task orchestration?

Yes, this project planning approach supports parallel task orchestration by generating a plan file with atomic, testable tasks and explicit locations specifically designed for a parallel-task executor to consume.

How do I plan multi-task projects with clear acceptance criteria?

Planning multi-task projects with clear acceptance criteria requires a structured workflow: clarifying requirements, researching the codebase, then generating a detailed plan with testable tasks and success criteria.

Can I use structured planning for cross-team dependency management?

Yes, you can use structured planning for cross-team dependency management. The Skill produces phase-based plans that map explicit task dependencies and success criteria for coordinated execution across teams.