structured-plan-mode

Decompose complex feature work into structured task-based plans.

137|20|Updated Jun 13, 2025
One-click install
npx skills add https://github.com/NikiforovAll/claude-code-rules --skill structured-plan-mode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: structured-plan-mode
Source: https://github.com/NikiforovAll/claude-code-rules/tree/main/plugins/cc-handbook-extras/skills/structured-plan-mode
Command: npx skills add https://github.com/NikiforovAll/claude-code-rules --skill structured-plan-mode

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a robust, phased methodology for planning and tracking complex feature implementations. It helps you systematically decompose large features into manageable tasks, ensuring clear goals, dependencies, and success criteria, thereby reducing project complexity and improving execution.

Core Features & Use Cases

  • Phased Workflow Guidance: Leads you through research, approach selection, task creation, and iterative implementation tracking.
  • Detailed Task Decomposition: Facilitates breaking down large features into focused, well-documented tasks with clear action items.
  • Use Case: When developing a new user dashboard with multiple data integrations, use this skill to research API options, document the chosen architecture, and then create individual tasks for each integration point, ensuring a clear path to completion.

Quick Start

Create the plan directory and copy the template

mkdir -p .plans/[feature-name]/tasks cp assets/plan-template.md .plans/[feature-name]/plan.md

Frequently Asked Questions about structured-plan-mode

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

FAQPage Schema
How do I break down a large feature into manageable tasks?

Decompose complex features into structured tasks using phased planning that enforces research, approach selection, and iterative tracking. This methodology captures dependencies and success criteria, reducing project complexity and clarifying the execution path.

What's the best way to plan feature development across multiple teams?

Apply systematic task-based planning with explicit progress tracking and cross-team coordination. The phased workflow guides research, documents chosen architecture, and creates individual focused tasks, ensuring alignment on goals and dependencies.

How do I document feature implementation plans and dependencies?

Use structured plan templates with task decomposition, research logging, and dependency mapping. This captures clear goals, success criteria, and action items, making the feature plan transparent and trackable across phases.

When should I use phased planning for feature work?

Apply phased planning to complex features requiring research, multiple implementation phases, or cross-team coordination spanning several days. It prevents missed dependencies and ensures iterative validation before full execution.

Can I use task-based planning for agile projects?

Yes. The phased workflow integrates with agile approaches by decomposing features into focused tasks with clear criteria. Task templates and progress tracking support sprint planning and iterative development cycles.