Create actionable phase/task structures from any planning input
Transforms planning inputs into organized phase/task structures for development execution.
/plugin marketplace add vinnie357/claudio/plugin install claudio@vinnie357<plan_type> <input_source> [options]commands/claudio/Create actionable implementation structures with organized phases and executable tasks from any planning input. Always generates .claudio/phase*/ directories with ready-to-execute task contexts.
Flexible Input Patterns:
/claudio:plan feature "myprd.md" # Use external PRD file
/claudio:plan feature "add auth system with JWT" # Direct feature description
/claudio:plan enhancement "improve performance, use research on caching and optimization" # Description with research references
/claudio:plan myexisting_plan.md # Update existing plan structure
/claudio:plan refactor "modernize API layer" # Refactoring plan
Plan Types:
feature: Single feature implementation structureproject: Complete project implementation structuremigration: System/data migration structurerefactor: Code refactoring and improvement structureintegration: System integration implementation structureenhancement: Improvement and optimization structureInput Sources:
.claudio/research/ documents when mentioned.claudio/phase*/ structuresOutput Structure:
.claudio/phase1/, phase2/, etc. with organized development phasestasks.md files with specific, actionable development tasksclaude.md contexts for complex tasks with detailed guidanceResearch Integration: When you reference research (e.g., "use research on caching"), the plan automatically:
.claudio/research/ documentsTask with subagent_type: "plan-agent" - pass the project_path argument to transform any planning input into organized, actionable phase/task structures ready for immediate development execution.