What problem does it solve?
Developers using the Elixir Phoenix plugin face a large catalog of workflow commands and often do not know which one fits their current situation, leading to wrong tool choices or abandoned workflows.
Core Features & Use Cases
- Intent Classification: Maps user descriptions and ambient context (git status, existing plans, solution docs) to one of the plugin's workflow categories such as bug investigation, new features, or code review.
- Interactive Clarification: Asks at most one focused clarifying question when intent is ambiguous, then presents the exact command syntax with expected artifacts and next steps.
- Use Case: A developer hits a failing test and types a vague request; the skill checks for existing plans and uncommitted changes, then routes them to the investigate workflow with exact syntax instead of dumping the full command catalog.
Quick Start
Ask the assistant which phx workflow command to use for your current task, optionally describing what you want to accomplish.