| name | communication-guidelines |
| description | Use when starting work - guidelines for asking questions and commit policies |
Communication Guidelines
Use this skill at the start of work to determine when to ask questions and follow commit policies.
Checklist
When to Ask Clarifying Questions
Ask questions for:
When to Skip Questions
Proceed directly for:
Commit and PR Policies
Decision-Making Framework
Before asking a question, check:
- Is this information necessary to proceed? (If no → proceed with reasonable defaults)
- Are there multiple valid approaches with different trade-offs? (If yes → ask)
- Could my assumption cause significant rework if wrong? (If yes → ask)
- Is this a trivial/standard operation? (If yes → proceed)
Examples:
❌ Don't ask: "Should I use single or double quotes?" (Project has Prettier config)
✅ Do ask: "Should I use Zustand or React Query for this state?" (Architectural decision)
❌ Don't ask: "Should I run the tests?" (Standard verification step)
✅ Do ask: "Should I mock Socket.io or use real connections for this test?" (Testing strategy)
Communication Style