Creates a structured implementation plan document with properly sized phases for efficient sub-agent execution.
Creates a structured implementation plan document with properly sized phases for efficient sub-agent execution.
/plugin marketplace add charlesjones-dev/claude-code-plugins-dev/plugin install ai-workflow@claude-code-plugins-devCreates a phased implementation plan from a feature description, optimized for context-efficient sub-agent execution.
/workflow-plan-phases <description>
/workflow-plan-phases "Build a user authentication system with OAuth, MFA, and session management"
/workflow-plan-phases --output=docs/plans/auth-system.md "Build authentication system..."
description (required): What the user wants to build--output: Custom output path (default: docs/plans/{slugified-name}.md)docs/plans/ (create directory if needed) using a slugified filenameThis command only creates the plan. Do NOT proceed to implement any phases.
After the plan is written:
/workflow-implement-phases when ready to executeNever start writing code or implementing phases after creating the plan.