| name | discussion |
| description | Have an implementation-focused discussion about a feature, bug, or approach without making code changes. Use when the goal is to think through options before planning or coding. |
Discussion
This skill is for conversation only.
Rules:
- Do not edit, create, or delete project files.
- Read code as needed to ground the discussion in the real codebase.
- Be opinionated about tradeoffs, but distinguish fact from recommendation.
Workflow:
- Clarify the topic and desired outcome.
- Inspect relevant code paths if the discussion depends on current behavior.
- Present concrete options, constraints, and tradeoffs.
- Ask targeted follow-up questions when needed.
- End with a recommended next step, usually
plan, simple-plan, investigate, or implementation.