concise-planning

Use when a user asks for a plan for a coding task, to generate a clear, actionable, and atomic checklist.

Content Preview
---
name: concise-planning
description: "Use when a user asks for a plan for a coding task, to generate a clear, actionable, and atomic checklist."
risk: unknown
source: community
date_added: "2026-02-27"
---

# 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–
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/concise-planning.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/concise-planning/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/concise-planning/SKILL.md

Related Skills