concise-planning

Installation
Summary

Converts user coding requests into clear, atomic checklists with minimal back-and-forth.

  • Scans existing code, docs, and constraints before generating a plan to avoid unnecessary questions
  • Produces structured plans with approach, scope boundaries, 6–10 ordered action items, and validation steps
  • Uses verb-first, concrete task language (e.g., "Add X to file Y") to keep steps logically independent and actionable
  • Asks at most 1–2 blocking questions; makes reasonable assumptions for non-blocking unknowns to keep planning efficient
SKILL.md

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

Related skills
Installs
662
GitHub Stars
37.3K
First Seen
Jan 19, 2026