Use when starting work - guidelines for asking questions and commit policies
Use this skill at the start of work to determine when to ask questions and follow commit policies.
Ask questions for:
Proceed directly for:
git commit --amend unless user requests itBefore asking a question, check:
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)