# LLM Navigation Guide Template

## Current Situation

- **User Goal**: {goal}
- **Experience Level**: {beginner|intermediate|advanced}
- **Project Stage**: {planning|implementing|deploying|maintaining}

## Recommended Path

### Primary Agent

**Agent**: {recommended_agent}
**Command**: `/{agent_command}`
**Why**: {reasoning}

### Workflow Sequence

1. {step_1} → {agent_1}
2. {step_2} → {agent_2}
3. {step_3} → {agent_3}

### Quick Commands

```bash
# Start with:
/{first_command}

# Then:
/{second_command}

# Finally:
/{third_command}
```

## Alternative Approaches

### If you prefer to work independently:

- **DIY Path**: {alternative_path}
- **Resources**: {helpful_resources}

### If you need more guidance:

- **Guided Path**: Use orchestrator with `{orchestrator_command}`
- **Templates**: {available_templates}

## Next Steps

1. {immediate_action}
2. {follow_up_action}
3. {validation_action}

## Common Questions

**Q: How long will this take?**
A: {time_estimate}

**Q: What if I get stuck?**
A: {help_resources}

**Q: Do I need all agents?**
A: {agent_necessity_explanation}

## Examples

### Similar Use Case

```bash
# User wanted to: {example_goal}
# They used:
{example_commands}
# Result: {example_outcome}
```

---

Generated by LLM Development Wizard | Use `*help` to return to main menu
