🎯

planner

🎯Skill

from jdrhyne/agent-skills

VibeIndex|
What it does

Breaks down complex projects into structured, atomic tasks with clear dependencies, enabling systematic and parallel execution across multiple sprints.

πŸ“¦

Part of

jdrhyne/agent-skills(14 items)

planner

Installation

git cloneClone repository
git clone https://github.com/jdrhyne/agent-skills.git ~/agent-skills
πŸ“– Extracted from docs: jdrhyne/agent-skills
1Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Create structured plans for multi-task projects that can be executed by the task-orchestrator skill. Use when breaking down complex work into parallel/sequential tasks with dependencies.

Overview

# Planner

Create structured, orchestrator-ready plans for multi-task projects.

Source: Based on [am-will/codex-skills](https://github.com/am-will/codex-skills)

Pairs with: task-orchestrator skill for execution

---

Quick Start

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

  1. Phase 0: Clarify requirements (ask up to 5 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

---

Key Principles

Task Atomicity

Each task must be:

  • Atomic and committable β€” small, independent pieces of work
  • Specific and actionable β€” not vague
  • Testable β€” include tests or validation method
  • Located β€” include file paths and code locations

Bad vs Good Task Breakdown

❌ Bad: "Implement Google OAuth"

βœ“ Good:

  • "Add Google OAuth config to environment variables"
  • "Install and configure passport-google-oauth20 package"
  • "Create OAuth callback route handler in src/routes/auth.ts"
  • "Add Google sign-in button to login UI"

Sprint Structure

Each sprint must:

  • Result in a demoable, runnable, testable increment
  • Build on prior sprint work
  • Include clear demo/verification checklist

---

Plan Template

```markdown

# Plan: [Task Name]

Generated: [Date]

Estimated Complexity: [Low/Medium/High]

Overview

[Brief summary of what needs to be done and the general approach]

Prerequisites

  • [Dependencies or requirements that must be met first]
  • [Tools, libraries, or access needed]
  • [Tooling limitations, e.g., browser relay/CDP restrictions]

Sprint 1: [Sprint Name]

Goal: [What this sprint accomplishes]

Demo/Validation:

  • [How to run/demo this sprint's output]
  • [What to verify]

Task 1.1: [Task Name]

  • Location: [File paths or components involved]
  • Description: [What needs to be done]
  • Perceived Complexity: [1-10]
  • Dependencies: [Any previous tasks this depends on]
  • Acceptance Criteria:

- [Specific, testable criteria]

  • Validation:

- [Test(s) or alternate validation steps]

Task 1.2: [Task Name]

[...]

Sprint 2: [Sprint Name]

[...]

Testing Strategy

  • [How to test the implementation]
  • [What to verify at each sprint]

Potential Risks

  • [Things that could go wrong]
  • [Mitigation strategies]

Rollback Plan

  • [How to undo changes if needed]

```

---

Execution

Once plan is ready, hand off to the parallel-task executor:

```

Please execute parallel-task.md against my-plan.md

```

Or invoke directly:

> "Run all unblocked tasks in plan.md using parallel subagents. Keep looping until all tasks are complete."

---

Files

  • prompts/planner.md β€” Full planner agent prompt
  • prompts/parallel-task.md β€” Parallel task executor prompt

Both are based on am-will's codex-skills prompts.

More from this repository10

🎯
google-ads🎯Skill

Queries, audits, and optimizes Google Ads campaigns via API or browser automation to improve ad performance and reduce wasted spend.

🎯
salesforce🎯Skill

Queries and manages Salesforce organizations, enabling precise data retrieval and business logic integration via CLI or MCP server.

🎯
nudocs🎯Skill

Uploads documents to Nudocs.ai for collaborative editing, generates shareable links, and retrieves edited content with flexible format options.

🎯
parallel-task🎯Skill

I apologize, but I cannot generate a description without seeing the actual code or context of the "parallel-task" skill from the repository. Could you provide more details about what the skill does...

🎯
task-orchestrator🎯Skill

Orchestrates multi-agent software development tasks across parallel tmux sessions with intelligent dependency tracking and self-healing monitoring.

🎯
context-recovery🎯Skill

Recovers and reconstructs conversation context from fragmented or incomplete interaction histories to maintain conversational coherence.

🎯
elegant-reports🎯Skill

Generates minimalist, Nordic-inspired PDF reports with customizable templates and themes using a clean, functional design approach.

🎯
zendesk🎯Skill

Retrieves and searches Zendesk support tickets, organizations, and user data through API calls for comprehensive customer support insights.

🎯
jira🎯Skill

I apologize, but I cannot generate a description without seeing the actual Jira skill code or details. Could you provide the code or specifics about the Jira skill from the repository so I can craf...

🎯
sysadmin-toolbox🎯Skill

Discovers and recommends CLI tools and shell one-liners for sysadmins, DevOps, and security professionals across network, system, log, and container troubleshooting tasks.