Start a planning session from an existing specification. Discovers available specifications, asks where to store the plan, and invokes the technical-planning skill.
Starts a planning session from existing specifications and guides the workflow through discovery, validation, and format selection.
/plugin marketplace add leeovery/claude-technical-workflows/plugin install leeovery-claude-technical-workflows@leeovery/claude-technical-workflowsInvoke the technical-planning skill for this conversation.
Follow these steps EXACTLY as written. Do not skip steps or combine them. Present output using the EXACT format shown in examples - do not simplify or alter the formatting.
Before beginning, discover existing work and gather necessary information.
Use simple, individual commands. Never combine multiple operations into bash loops or one-liners. Execute commands one at a time.
Scan the codebase for specifications and plans:
Find specifications: Look in docs/workflow/specification/
ls docs/workflow/specification/ to list specification files{topic}.mdCheck specification status: For each specification file
head -20 docs/workflow/specification/{topic}.md to read the frontmatter and extract the status: fieldhead commands for each topicCheck for existing plans: Look in docs/workflow/planning/
If no specifications exist:
ā ļø No specifications found in docs/workflow/specification/
The planning phase requires a completed specification. Please run /start-specification first to validate and refine the discussion content into a standalone specification before creating a plan.
Stop here and wait for the user to acknowledge.
Show what you found using a list like below:
š Specifications found:
ā ļø {topic-1} - Building specification - not ready for planning
ā
{topic-2} - Complete - ready for planning
ā
{topic-3} - Complete - plan exists
Which specification would you like to create a plan for?
Important: Only completed specifications should proceed to planning. If a specification is still being built, advise the user to complete the specification phase first.
Ask: Which specification would you like to plan?
Ask: Where should this plan live?
Load output-formats.md and present the available formats to help the user choose. Then load the corresponding output adapter for that format's setup requirements.
Pass to the technical-planning skill with:
Example handoff:
Planning session for: {topic}
Specification: docs/workflow/specification/{topic}.md
Output format: {format}
Begin planning using the technical-planning skill.