From agentic-bundle-essentials
Generates a clear, actionable, and atomic checklist plan for coding tasks using a structured template. Use when a user asks for a plan.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentic-bundle-essentials:concise-planningThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Turn a user request into a **single, actionable plan** with atomic steps.
Turn a user request into a single, actionable plan with atomic steps.
README.md, docs, and relevant code files.Use the following structure:
# 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)>
This skill is applicable to execute the workflow or actions described in the overview.
npx claudepluginhub sickn33/agentic-awesome-skills --plugin agentic-bundle-essentials144plugins reuse this skill
First indexed Jun 3, 2026
Showing the 6 earliest of 144 plugins
Generates a clear, actionable, and atomic checklist plan for coding tasks using a structured template. Use when a user asks for a plan.
Creates detailed, step-by-step implementation plans from specs or requirements before coding. Each step is a single 2-5 minute action with file paths, test commands, and commit instructions.
Creates detailed implementation plans with bite-sized tasks, exact file paths, and TDD steps. Use when you have a spec before coding.