plan

Routes user requests to appropriate planning workflows, including escalation to crisis mode.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/sartoris-digital/pi-superpowers --skill plan-sartoris-digital
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/sartoris-digital/pi-superpowers/tree/main/skills/plan
Command: npx skills add https://github.com/sartoris-digital/pi-superpowers --skill plan-sartoris-digital

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill acts as a central hub for initiating planning workflows, ensuring that user requests are correctly routed to either a detailed interview process for broad ideas or direct planning for specific tasks.

Core Features & Use Cases

  • Intelligent Routing: Automatically determines if a request requires a broad, interview-based approach or a direct, specific planning session.
  • Workflow Orchestration: Guides the user through clarifying questions for broad requests or directly invokes planning skills for specific ones.
  • Use Case: When a user asks to "improve the user dashboard," this skill will initiate an interview to gather details before creating a plan, whereas a request to "add a login button to the auth page" would proceed directly to planning.

Quick Start

Use the plan skill to create a plan for adding a new user authentication module.

Frequently Asked Questions about plan

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

FAQPage Schema
How does AI workflow planning handle undefined development tasks?

AI workflow planning handles undefined development tasks by routing broad requests to an interview mode that asks clarifying questions, gathering necessary details before generating a specific plan.

What is the best way to create a plan for a specific code generation task?

The best way to create a plan for a specific code generation task is using direct planning mode, which bypasses interviews and immediately generates plans for well-defined objectives like adding a login button.

Can I escalate complex task management workflows to a consensus planning process?

Yes, you can escalate complex task management workflows to a consensus planning process, ensuring efficient and appropriate plan generation for tasks requiring multi-perspective validation.

Does the planning entry point distinguish between broad ideas and specific development requests?

The planning entry point distinguishes between broad ideas and specific development requests using intelligent routing, sending broad ideas to interview mode and specific requests directly to planning skills.

How do I start the planning workflow for adding a new user authentication module?

To start the planning workflow for adding a new user authentication module, invoke the unified planning entry point, which evaluates the request and routes it to the appropriate planning mode.