From antigravity-awesome-skills
Generates atomic checklists and structured plans for coding tasks, with approach, scope, action items, and validation. Activates on planning requests.
npx claudepluginhub absjaded/antigravity-awesome-skillsThis skill uses the workspace's default tool permissions.
Turn a user request into a **single, actionable plan** with atomic steps.
Verifies tests pass on completed feature branch, presents options to merge locally, create GitHub PR, keep as-is or discard; executes choice and cleans up worktree.
Guides root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Writes implementation plans from specs for multi-step tasks, mapping files and breaking into TDD bite-sized steps before coding.
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.