From claudio
Creates actionable phase/task structures from planning input like files or descriptions, generating .claudio/phase*/ directories with tasks.md files and claude.md contexts for execution.
npx claudepluginhub vinnie357/claude-skills --plugin 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:** **Plan Types:** - `feature`: Single feature implementation structure - `project`: Complete project implementation structure - `migration`: System/data migration structure - `refactor`: Code refactoring and improvement structure - `integration`: System integration implementation structure - `enhancement`: Improvement and optimization structure **Input Sources:** - *...
/planRestates requirements, assesses risks and blockers, creates step-by-step implementation plan with phases and estimates, and waits for user confirmation before coding.
/planBreaks project into small verifiable tasks with acceptance criteria, dependencies, checkpoints. Reads spec/codebase, presents plan for review, saves to tasks/plan.md and tasks/todo.md.
/planStarts Manus-style file-based planning: creates task_plan.md, findings.md, progress.md if missing, invokes planning skill, and guides through workflow.
/planRestates requirements, assesses risks, creates step-by-step implementation plan with phases, dependencies, complexity estimates, and waits for user confirmation.
/planInteractively builds Goal, Scope, Metric, and Verify command for an autoresearch run from provided goal description.
/planCaptures user intent via 5 structured questions, creates strategic execution plan, saves to .claude/session-plan.md and session-intent.md for review.
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.