By knwoop
Create structured implementation plans with TODOs grouped by module, requirements, references, and verification steps, copying to clipboard. Follow Clear Command Driven Development: execute one TODO per /clear session in Plan Mode, update plans iteratively with edge cases, API changes, blockers, or scope adjustments.
A development workflow methodology: plan with Plan Mode, copy the plan to clipboard, execute TODOs one at a time with /clear between each task, and update the plan when new information emerges. Use this skill when the user asks about "clear command driven development", "clear-driven workflow", "how to structure Claude Code sessions", or wants an overview of the plan-clear-execute cycle. For creating a new plan, see /create-plan. For updating an existing plan, see /update-plan.
Create a structured implementation plan in Plan Mode and copy it to the clipboard. The plan follows a five-section format: What (goal/purpose), Requirements, TODO (grouped by module/directory), References, and Verification (with decision tables). Use this skill when the user asks to "plan a feature", "create a plan", "start planning", "break down a task", "create TODO", "plan mode output", or wants to structure implementation work before coding. After generating the plan, it is automatically copied to the clipboard so the user can paste it into their preferred note-taking app.
Update an existing implementation plan based on new information discovered during development. Merges the user's current plan with new findings (edge cases, API changes, scope changes, discovered dependencies) and outputs an updated plan, then copies it to the clipboard. Use this skill when the user says "update the plan", "revise the plan", "plan changed", "found a new edge case", "the approach needs to change", "replan", "adjust TODO", or pastes an existing plan and describes what changed. Also trigger when the user reports implementation surprises, blockers, or scope adjustments that affect the plan.
The 1M token context window is irrelevant — Clear Command Driven Development
Design with Plan Mode, save to external notes, /clear before each TODO, and implement.
This repository provides that workflow as a set of Claude Code Skills.
Plan Mode ──→ Copy to clipboard ──→ Paste into your note app
│
┌─────────────────────────┘
▼
Pick a TODO item
│
▼
/clear ──→ Paste TODO + minimal context ──→ Implement
│ │
│ ┌─────────────────────────┘
│ ▼
│ Discovered something new?
│ Yes ──→ /update-plan ──→ Update notes ──→ Commit ──→ /clear
│ No ──→ Commit ──→ Mark TODO [x] ──→ /clear
│ │
└──────────────┘
The idea: Your context window is a workbench. Clear it before starting the next task.
Plans are persisted in your external notes, so /clear loses nothing.
| Skill | Description |
|---|---|
create-plan | Generate a plan in the 5-section format and copy it to the clipboard |
update-plan | Revise an existing plan based on new findings and copy it to the clipboard |
clear-command-driven-dev | Overview of the workflow philosophy and cycle |
/plugin marketplace add knwoop/clear-plan-skills
/plugin install clear-plan-skills@knwoop-clear-plan-skills
git clone https://github.com/knwoop/clear-plan-skills.git
cp -r clear-plan-skills/skills/* ~/.claude/skills/
cp -r clear-plan-skills/references ~/.claude/skills/
Discuss a feature or task in Claude Code, then invoke /create-plan.
The plan is generated and copied to your clipboard — paste it into your favorite note app.
/clear
Pick one TODO from your notes, paste it into Claude Code along with the target file paths, and implement it.
Commit when done, then mark the TODO as [x] in your notes.
When something unexpected comes up during implementation, invoke /update-plan before /clear —
the context from your current session is needed to generate the update.
The updated plan is copied to your clipboard — replace the old version in your notes, then commit and /clear.
Repeat steps 2 and 3 until every TODO is [x].
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub knwoop/clear-plan-skills --plugin clear-plan-skillsDesign fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Complete developer toolkit for Claude Code