planner

Generate executable phase plans with task breakdown and dependency analysis.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of detailed, executable plans for software development phases, breaking down complex objectives into manageable tasks with clear verification steps.

Core Features & Use Cases

  • Task Decomposition: Breaks down large objectives into small, actionable tasks.
  • Dependency Analysis: Identifies and structures task dependencies for efficient execution waves.
  • Goal-Backward Verification: Ensures plans meet defined success criteria by working backward from the desired outcome.
  • Use Case: When starting a new feature, use this Skill to generate a PLAN.md file that outlines the exact steps, required files, and verification methods for each task, ensuring a clear path to completion.

Quick Start

Use the planner skill to create a plan for implementing user authentication.

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 software development objective into executable tasks for an AI agent?

To break down complex software development objectives, you can generate a structured markdown plan that decomposes large goals into actionable tasks. This process includes defining clear file modifications, verification steps, and done criteria to ensure autonomous execution by AI agents.

What is goal-backward verification in task planning?

Goal-backward verification is a planning mechanism that ensures task breakdowns meet defined success criteria by working backward from the desired outcome. It structures dependencies and verification steps so that the final generated plan aligns directly with the original objective.

How do I structure task dependencies for efficient execution waves in software development?

Structuring task dependencies for execution waves requires analyzing and mapping relationships between individual actionable tasks within your plan. By identifying these dependencies, you can organize tasks into sequential or parallel waves that maintain logical flow and maximize execution efficiency.

Can I generate a PLAN.md file with exact steps for implementing a new feature?

Yes, you can generate a PLAN.md file that outlines exact steps, required file modifications, and verification methods for each task. This structured markdown format provides a clear path to completion for new features by detailing specific actions and done criteria.

Does planning for AI agent workflows support context budget management?

Planning for AI agent workflows supports context budget management by defining discovery levels within the generated plan. Managing the context budget ensures the AI agent maintains high quality and performance during autonomous execution without exceeding processing limits.