plan

Decompose goals into trackable issues and execution waves.

418|40|Updated Nov 5, 2025
One-click install
npx skills add https://github.com/boshu2/agentops --skill plan-boshu2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/boshu2/agentops/tree/main/skills/plan
Command: npx skills add https://github.com/boshu2/agentops --skill plan-boshu2

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Planning complex initiatives is error-prone without a structured method to decompose goals into trackable issues, waves, and tasks.

Core Features & Use Cases

  • Epic decomposition: Breaks a goal into manageable issues organized into Waves with dependencies.
  • Plan generation: Produces plan documents and task items, optionally integrating beads for external tracking.
  • Execution readiness: Produces a ready-to-run sequence for /crank or /implement-wave.

Quick Start

Use the plan skill to create a plan for a new epic and generate task beads.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I decompose a large project into trackable execution waves?

Decompose a large project by breaking the goal into manageable issues and organizing them into execution waves with dependencies. This structured planning method ensures task sequencing is clear and execution-ready.

What is the best way to plan complex initiatives with dependency sequencing?

The best way to plan complex initiatives is to decompose goals into a structured sequence of trackable issues and waves. This approach satisfies dependencies automatically and generates a ready-to-run plan document.

Can I integrate issue tracking with the beads CLI for cross-session planning?

Yes, you can integrate issue tracking with the beads CLI. The planning process optionally generates task beads and plan documents that connect to the beads CLI for continuous cross-session tracking.

How do I generate a ready-to-run task sequence from an epic?

Generate a ready-to-run task sequence by decomposing an epic into structured issues and execution waves. This produces a sequenced plan document that can be directly executed by downstream workflows.

When do I need structured wave planning for task decomposition?

You need structured wave planning when managing large initiatives that require structured decomposition. It is essential when tasks have complex dependencies that must be sequenced into trackable execution waves.

Does planning complex work require manual dependency management?

No, planning complex work automates dependency management. The process automatically satisfies dependencies and sequences execution waves, eliminating the need for manual tracking across decomposed issues.