| name | concise-planning |
| description | Use when a user asks for a plan for a coding task, to generate a clear, actionable, and atomic checklist. |
| category | AI & Agents |
| source | antigravity |
| tags | ["markdown","ai","workflow","template"] |
| url | https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/concise-planning |
Concise Planning
Goal
Turn a user request into a single, actionable plan with atomic steps.
Workflow
1. Scan Context
- Read
README.md, docs, and relevant code files.
- Identify constraints (language, frameworks, tests).
2. Minimal Interaction
- Ask at most 1–2 questions and only if truly blocking.
- Make reasonable assumptions for non-blocking unknowns.
3. Generate Plan
Use the following structure:
- : 1-3 sentences on what and why.