superplan

Decomposes complex tasks into hierarchical tiers of execution plans.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/choru-k/skills-for-ai --skill superplan-choru-k
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: superplan
Source: https://github.com/choru-k/skills-for-ai/tree/main/public/common/superplan
Command: npx skills add https://github.com/choru-k/skills-for-ai --skill superplan-choru-k

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill breaks down large, complex tasks into manageable tiers (big, medium, small), guiding you through a structured planning process to ensure all aspects are covered efficiently.

Core Features & Use Cases

  • Hierarchical Planning: Supports a root-to-phase-to-item expansion workflow for detailed task management.
  • Tiered Execution: Selects and executes a specific planning tier (big, medium, or small) based on task scope and user input.
  • Use Case: When faced with a large software development project, you can use /superplan big to outline the architecture, then /superplan medium to break down a phase into smaller components, and finally /superplan small to define individual tasks with TDD workflows.

Quick Start

Use the superplan skill to plan a big-tier task for the current project.

Frequently Asked Questions about superplan

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

FAQPage Schema
How do I break down complex software development tasks into manageable phases?

Hierarchical planning decomposes complex software development tasks into tiered execution workflows. It supports big, medium, and small levels of detail to ensure all project aspects are covered efficiently from architecture to individual tasks.

What is the best way to structure a project management workflow for large architecture phases?

A graph-based node execution model provides deterministic planning for large architecture phases. It supports a root-to-phase-to-item expansion workflow, enabling detailed task management across tiered execution levels.

How do I integrate TDD workflows into individual task decomposition?

Define individual tasks at the small planning tier to integrate TDD workflows into task decomposition. This tiered execution model selects specific planning levels based on task scope to guide structured development.

Can I plan a specific execution tier without generating the entire project architecture?

Yes, you can execute a specific planning tier independently. The system manages target directory resolution, tier determination, and single-tier execution with clear return contracts for subsequent steps.

Does tiered execution support deterministic planning for complex project management?

Tiered execution supports deterministic planning for complex project management by utilizing a graph-based node execution model. This ensures structured, predictable outcomes during root-to-phase-to-item task expansion.