concise-planning
SolidUse when a user asks for a plan for a coding task, to generate a clear, actionable, and atomic checklist.
AI & Automation 39,227 stars
6374 forks Updated today MIT
Install
Quality Score: 97/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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:
- **Approach**: 1-3 sentences on what and why.
- **Scope**: Bullet points for "In" and "Out".
- **Action Items**: A list of 6-10 atomic, ordered tasks (Verb-first).
- **Validation**: At least one item for testing.
## Plan Template
```markdown
# Plan
<High-level approach>
## Scope
- In:
- Out:
## Action Items
[ ] <Step 1: Discovery>
[ ] <Step 2: Implementation>
[ ] <Step 3: Implementation>
[ ] <Step 4: Validation/Testing>
[ ] <Step 5: Rollout/Commit>
## Open Questions
- <Question 1 (max 3)>
```
## Checklist Guidelines
- **Atomic**: Each step should be a single logical unit of work.
- **Verb-first**: "Add...", "Refactor...", "Verify...".
- **Concrete**: Name specific files or modules when possible.
## When to Use
This skill is applicable to execute the workflow or actions described in the overview.
Details
- Author
- sickn33
- Repository
- sickn33/antigravity-awesome-skills
- Created
- 4 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
DevOps & Infrastructure Solid
concise-planning
Use when a user asks for a plan for a coding task, to generate a clear, actionable, and atomic checklist.
27,681 Updated today
davila7 DevOps & Infrastructure Listed
concise-planning
Use when a user asks for a plan for a coding task, to generate a clear, actionable, and atomic checklist.
335 Updated today
aiskillstore AI & Automation Solid
create-plan
Create a concise plan. Use when a user explicitly asks for a plan related to a coding task.
27,681 Updated today
davila7 AI & Automation Solid
create-plan
Create a concise plan. Use when a user explicitly asks for a plan related to a coding task.
2,202 Updated 1 weeks ago
foryourhealth111-pixel AI & Automation Featured
plan-writing
Structured task planning with clear breakdowns, dependencies, and verification criteria. Use when implementing features, refactoring, or any multi-step work.
39,227 Updated today
sickn33