_plan

Decompose complex tasks into agent-assigned subtasks with explicit skills.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/HahyeonJeon/gobbi --skill plan-hahyeonjeon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: _plan
Source: https://github.com/HahyeonJeon/gobbi/tree/main/plugins/gobbi/skills/_plan
Command: npx skills add https://github.com/HahyeonJeon/gobbi --skill plan-hahyeonjeon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables structured planning by decomposing complex tasks into small, agent-assigned subtasks, ensuring explicit agent and skills assignments and providing a disciplined path from ideation to delegation.

Core Features & Use Cases

  • Plan mode: EnterPlanMode for exploration and planning before implementation.
  • Task decomposition: break work into small tasks, assign agent and skills.
  • Explicit delegation: each task specifies subagent and skills to prevent misrouting.
  • Research before planning: spawn PI-level agents when knowledge is insufficient.

Quick Start

Enter plan mode to start planning, explore the codebase, decompose tasks, and present the plan for user approval.

Frequently Asked Questions about _plan

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

FAQPage Schema
How do I break down complex software tasks into subtasks for agents?

Task decomposition breaks complex codebase work into agent-assigned subtasks with explicit skills. You enter plan mode, explore the project, decompose tasks, and present the structured plan for approval before delegation.

What is plan mode and how does it help with codebase planning?

Plan mode is a structured exploration phase for codebase planning. It allows you to research domain knowledge, decompose work into small tasks, and assign specific subagents and skills before implementation begins.

How do I assign agents and skills to prevent task misrouting?

To prevent task misrouting, each decomposed subtask must explicitly specify the assigned subagent and required skills. This structured delegation enforces constraints to avoid overlaps during execution.

Can I research domain knowledge before planning a software project?

Yes, when domain knowledge is insufficient, you can spawn research agents before planning. This ensures you have the necessary context to decompose tasks and structure execution order accurately.

What is the best way to manage execution order and avoid overlaps in software planning?

The best way to manage execution order is using structured plan mode. It enforces constraints to avoid overlaps and misrouting by explicitly assigning agents and skills to each decomposed subtask before collection planning.