Create actionable phase/task structures from any planning input
Transforms planning inputs into organized development phases and executable tasks, creating structured directories and task contexts for immediate execution.
When to use
Use this when you need to break down a feature, project, or other planning document into actionable implementation steps with clear phases and ready-to-run tasks.
How to invoke
Both manual via /claudio:plan and auto-invoked when relevant.
npx claudepluginhub vinnie357/claudio<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.
/planStart Manus-style file-based planning. Creates task_plan.md, findings.md, progress.md for complex tasks.