Get implementation guidance for a phase without automated code generation - user implements manually
/plugin marketplace add TaylorHuston/ai-toolkit/plugin install ai-toolkit@ai-workflow-marketplaceTASK-### PHASE | TASK-### --next | --nextclaude-sonnet-4-5WHAT: Provide structured implementation guidance for a phase WITHOUT writing code - user implements manually following advice.
WHY: Collaborative mode enables hands-on learning, full control over implementation, and balance between automation and manual coding.
HOW: See pm-guide.md for phase requirements and completion protocol. See task-workflow.md for collaborative implementation mode. See agent-coordination.md for advisory mode patterns.
/advise TASK-001 1.2 # Get guidance for Phase 1.2
/advise TASK-001 --next # Smart: find and advise on next uncompleted phase
/advise --next # Auto-detect current task, advise next phase
Before you start: Read pm-guide.md for phase requirements and completion protocol. Read task-workflow.md for collaborative implementation mode. Read agent-coordination.md for advisory mode patterns.
Parse & Locate
Analyze Context
Invoke Advisory Agents
Compile Guidance Document
Create WORKLOG Entry
Present to User
See task-workflow.md "Collaborative Implementation Mode" for complete workflow and examples.
/implement (Automated): AI writes code, fast, best for boilerplate/standard patterns
/advise (Collaborative): User writes code with AI guidance, hands-on learning, best for complex logic
Hybrid approach (recommended): /implement for boilerplate → /advise for complex logic → /implement for tests
See task-workflow.md for complete workflow patterns and examples.