Loading...
Loading...
Interactive conversational guidance - user implements with step-by-step advice. Use when you want hands-on implementation with expert guidance while maintaining control.
npx skill4agent add taylorhuston/local-life-manager advise/advise 001 # Guide through issue 001
/advise yourbench 001 # Explicit project
/advise 001 --phase 2.1 # Start at specific phase| Aspect | /implement | /advise | /teach |
|---|---|---|---|
| Who writes code | AI | You | You |
| Speed | Fast | Medium | Slower |
| Depth | Task completion | Task guidance | Conceptual learning |
| Questions | Few | As needed | Frequent, Socratic |
AI: "First step: Initialize Next.js. The directory has some docs,
so we'll move those temporarily..."
User: "What does the --no-git flag do?"
AI: "Good question! It tells create-next-app to skip running
'git init' since you already have a repo..."
User: "Done"
AI: "Let me check... Looks good. Next, we need to clean up
the boilerplate..."Read: ideas/[project]/issues/###-*/TASK.md
Read: ideas/[project]/issues/###-*/PLAN.md
Read: ideas/[project]/specs/SPEC-###.md (if linked)
Glob: spaces/[project]/docs/project/adrs/ADR-*.md## YYYY-MM-DD HH:MM - ADVICE: Phase 1 Complete
Guided user through Next.js initialization.
Completed: ...
Next: Phase 2/issue -> /plan -> /advise -> [you implement] -> /worklog -> /commit