planning

Orchestrate plan mode with 1-5 complexity scoring and structured plan files.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/sernstberger/base-joy --skill planning-sernstberger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning
Source: https://github.com/sernstberger/base-joy/tree/main/.claude/skills/planning
Command: npx skills add https://github.com/sernstberger/base-joy --skill planning-sernstberger

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan mode orchestration and complexity scoring. Invoke automatically when entering plan mode. It manages subagent usage, evaluates complexity on a 1-5 scale, and defines a clear plan file structure to guide implementation.

Core Features & Use Cases

  • Plan mode orchestration with integrated complexity scoring to determine the right execution path.
  • Subagent coordination for exploration, design, and implementation tasks.
  • Clear plan file structure that captures decisions and steps for future reference.

Quick Start

Enter plan mode to trigger automatic planning: the skill will score tasks, assemble subagent actions, and propose a concrete plan before you implement.

Frequently Asked Questions about planning

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

FAQPage Schema
How do I use plan mode to organize complex software projects?

Plan mode orchestration automatically activates when you enter plan mode, scoring task complexity on a 1-5 scale and coordinating subagent actions to structure your approach. It generates a plan file that captures decisions and implementation steps for multi-file architectures and exploration-to-implementation workflows.

What does complexity scoring in planning do?

Complexity scoring evaluates tasks on a 1-5 scale to determine the right execution path and subagent coordination strategy. This helps prioritize which tasks to tackle first and how to orchestrate automation across your workflow.

How do subagents coordinate during planning?

Subagent coordination happens automatically when you enter plan mode. Subagents handle exploration, design, and implementation tasks based on the complexity score and plan structure, reducing manual orchestration overhead.

Can I use planning orchestration for multi-file software projects?

Yes. Plan mode orchestration is designed for multi-file architectures and manages subagent usage across exploration-to-implementation workflows, generating a structured plan file to guide implementation across your entire codebase.

When should I activate plan mode instead of working directly?

Activate plan mode for complex tasks where coordination matters: multi-file changes, architectural decisions, or workflows where scoring task complexity upfront prevents rework and clarifies the execution order.

What's the output of the planning process?

Plan mode produces a structured plan file containing complexity scores, subagent actions, and implementation decisions. This file serves as a reference during execution and captures the reasoning behind task sequencing.