plan

Structure multi-step goals into hierarchical task lists with Clarify, Implement, and Verify phases.

1|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/thirteen37/Krill --skill plan-thirteen37
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/thirteen37/Krill/tree/main/krill/bundled_skills/plan
Command: npx skills add https://github.com/thirteen37/Krill --skill plan-thirteen37

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of task paralysis and poor execution by forcing a structured, hierarchical approach to complex goals that would otherwise be overwhelming or poorly defined.

Core Features & Use Cases

  • Hierarchical Task Breakdown: Automatically organizes work into distinct Clarify, Implement, and Verify phases.
  • Interactive Scoping: Ensures requirements are fully understood by enforcing a one-question-at-a-time clarification process.
  • Execution Readiness: Generates actionable, self-contained subtasks with dependency tracking and parallelization hints.
  • Use Case: Use this when you need to build a new feature or research a complex topic and want to ensure you have a clear roadmap before writing a single line of code.

Quick Start

Invoke the plan skill by asking the assistant to create a plan for your specific project goal.

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 project goals into structured phases?

Complex project goals are broken down into structured phases by organizing work into hierarchical Clarify, Implement, and Verify stages. This enforces dependency tracking and parallel task identification to prevent task paralysis and ensure a clear execution roadmap.

What's the best way to manage task dependencies for multi-step workflows?

Managing task dependencies for multi-step workflows requires enforcing dependency tracking and identifying parallel tasks. This approach generates actionable, self-contained subtasks to ensure sequential phase progression and execution readiness.

How does interactive scoping improve project planning for new features?

Interactive scoping improves project planning by enforcing a one-question-at-a-time clarification process. This ensures requirements are fully understood before implementation, producing an actionable roadmap for building new features.

Do I need a task management system to track hierarchical task lists?

A task management system is required to track hierarchical task lists. Integration with task management systems is necessary to monitor state transitions and ensure sequential progression across the Clarify, Implement, and Verify phases.

When should I use a phased planning approach for productivity and organization?

A phased planning approach for productivity and organization should be used when facing complex goals that are overwhelming or poorly defined. It forces a structured breakdown to prevent task paralysis before writing a single line of code.