plan

Orchestrate scout discovery, critique, and optional SDD integration into a durable plan.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/mikecubed/agent-orchestration --skill plan-mikecubed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/mikecubed/agent-orchestration/tree/main/plugins/flow/skills/plan
Command: npx skills add https://github.com/mikecubed/agent-orchestration --skill plan-mikecubed

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan this feature work by organizing discovery, critique, and optional SDD orchestration into a durable, executable plan that can be handed off to development.

Core Features & Use Cases

  • Scout discovery to surface context and constraints.
  • Generate a structured plan with validation, sequencing, and artifact publication.
  • Integrate optionally with SDD skills (/flow:sdd-specify, /flow:sdd-plan, /flow:sdd-tasks) or use a fallback planning path.

Quick Start

Run a planning session and publish the durable planning artifact.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I create a durable plan for feature work that includes discovery and critique?

To create a durable plan, you orchestrate scout discovery to surface context, apply critique for validation, and generate a structured planning artifact ready for development handoff.

What is SDD integration in feature planning workflows?

SDD integration in feature planning connects your workflow to SDD-backed modes, allowing you to route specification, task generation, and execution through dedicated SDD skills for structured development.

Can I use fallback planning if my feature does not require SDD-backed workflows?

Yes, you can use fallback planning. The session chooses between SDD-backed workflows and a fallback path to generate a draft plan when SDD specification is not required.

What's the best way to route a draft plan for review and publish a planning artifact?

The best way to route a draft plan is through the built-in review process, which validates sequencing and publishes a durable planning artifact that can be handed off to development.

Do I need SDD skills installed to generate a structured feature plan?

No, SDD skills are optional. You can generate a structured feature plan using the fallback planning path to sequence tasks and publish artifacts without SDD dependencies.

When should I not use SDD-backed workflows for planning sessions?

You should avoid SDD-backed workflows when your feature lacks room for specification or when you need a simpler fallback plan, bypassing SDD task generation for direct artifact publication.