grill-planlisted
Install: claude install-skill stark-ai-de/agent-skills
# Grill Plan
## Goal
Pressure-test a plan before execution so hidden assumptions, risky branches, missing approvals, and validation gaps become explicit decisions.
## When to use
- The user asks to be grilled, challenged, or questioned before implementation.
- A migration, release, architecture change, or repo maintenance plan has unclear constraints.
- The user wants decision branches clarified before work starts.
## When not to use
- Do not use when the user has already asked for implementation and the plan is clear.
- Do not use for passive code review; use the relevant review skill.
- Do not use to delay an urgent fix when the blocking decision is already known.
## Inputs to inspect
- Inspect the plan, issue, PR, design doc, repo constraints, validation commands, and approval boundaries.
- Explore code or docs directly when a question can be answered from local evidence.
## Inputs
- The proposed plan, design, checklist, issue, PR, or release notes.
- Repo constraints, workflow docs, validation commands, and known risks.
- User goals, deadlines, approval boundaries, and rollback expectations.
## Process
1. Restate the objective and the riskiest assumption.
2. Ask focused questions that change the plan if answered differently.
3. Group questions by decision branch, not by curiosity.
4. Identify missing evidence, approvals, rollback plans, and validation.
5. Convert answers into a tightened plan or explicit blockers.
6. Stop when the next action is clear enough t