By Alton09
Claude Code plugin for structured implementation planning: plan, build, and rescue feature work
Rescue a stuck implementation phase by spawning a single stronger-model sub-agent to diagnose and fix a 3x verification failure. Use this skill whenever the user says "deep dive", "rescue this phase", "try again with a stronger model", "send in opus", invokes `/deep-dive`, or whenever the `implement-plan` skill hits its hard-stop path after three consecutive `/verify` failures on the same phase. Also trigger when the user is stuck on a specific failing phase and wants one focused, higher-capability attempt before giving up — even if they don't say "deep dive" explicitly.
Create structured implementation plans for features and bug fixes, saved for use with the implement-plan skill. Use this skill whenever the user asks to "create a plan", "make an implementation plan", "plan this feature", "plan this work", "break this into tasks", "help me plan", or any request involving planning, task decomposition, or organizing work into parallelizable steps — even if they don't say "plan" explicitly but are describing a multi-step change they want broken down first before building.
Execute a plan end-to-end with automatic quality verification and task tracking. Use this skill whenever you have a structured implementation plan (markdown file with phases and checkboxes) and want to implement it in an isolated worktree with full verification and automatic task tracking. The skill reads plans from any markdown file, implements phase-by-phase sequentially, delegates quality verification to the project's /verify skill, and automatically checks off completed tasks in the plan document. Perfect for feature implementations, refactors, and bug fixes where you need quality gates and progress visibility.
A collection of project-agnostic Claude Code plugins for structured development workflows.
Project-agnostic Claude Code plugins for the full feature lifecycle: structured planning, verified implementation, and PR review.
Skills included:
| Skill | Command | Description |
|---|---|---|
| feature-plan | /workflow-kit:feature-plan | Create structured implementation plans with phases, tasks, and acceptance criteria |
| implement-plan | /workflow-kit:implement-plan | Execute a plan end-to-end with quality verification and task tracking |
| deep-dive | /workflow-kit:deep-dive | Rescue a stuck phase with a stronger-model sub-agent when implement-plan hits 3x verify failure |
workflow-kit skills delegate to project-local skills that you supply. These must exist in
your project's .claude/skills/ before running implement-plan or feature-plan:
| Skill | Required | Contract |
|---|---|---|
/verify | Required | Run quality gates; return pass or fail with raw output verbatim on failure |
/create-worktree | Required | Create an isolated git worktree and branch; return its path |
/clean-architecture | Required | Load layer rules and naming conventions into context |
/research | Optional | Look up latest API docs for a given surface; return findings as text. Skipped gracefully if absent. |
See examples/android/ for a working reference implementation targeting
Kotlin, Gradle KTS, Jetpack Compose, Hilt, and Clean Architecture. Copy and adapt those
skills as a starting point for your own project.
Standalone dev utilities that work independently of any planning pipeline.
Skills included:
| Skill | Command | Description |
|---|---|---|
| pr-review | /dev-toolkit:pr-review | Project-aware GitHub PR review with focused, numbered findings |
| skill-sharpener | /dev-toolkit:skill-sharpener | Analyze session transcripts to find and fix skill friction |
| notify-me | /dev-toolkit:notify-me | Send macOS system notifications during long-running tasks (macOS only) |
git clone https://github.com/Alton09/q-skills.git ~/Workspace/q-skills
claude plugin marketplace add /path/to/q-skills
claude plugin install workflow-kit
claude plugin install dev-toolkit
/reload-plugins
Run /doctor to confirm no errors.
# Check your exact plugin identifier
claude plugins list
# Update using the name shown (e.g. workflow-kit@q-skills)
claude plugins update workflow-kit@<marketplace-name>
claude plugins update dev-toolkit@<marketplace-name>
Restart Claude Code after updating to apply changes.
After installation, skills are available as slash commands:
/workflow-kit:feature-plan # Plan a feature
/workflow-kit:implement-plan # Execute a plan
/workflow-kit:deep-dive # Rescue a stuck phase with a stronger model
/dev-toolkit:pr-review # Review a GitHub PR
/dev-toolkit:skill-sharpener # Improve skills from session data
/dev-toolkit:notify-me # Send macOS notification
q-skills/
.claude-plugin/
marketplace.json # Marketplace registry (lists both plugins)
plugins/
workflow-kit/
.claude-plugin/
plugin.json # Plugin manifest (v1.0.0)
skills/
feature-plan/ # Feature planning skill
implement-plan/ # Plan execution skill
deep-dive/ # Stuck-phase rescue skill
dev-toolkit/
.claude-plugin/
plugin.json # Plugin manifest (v1.0.0)
skills/
pr-review/ # GitHub PR review skill
skill-sharpener/ # Skill improvement skill
notify-me/ # macOS notification skill
See LICENSE for details.
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.
Standalone Claude Code dev utilities: macOS notifications, PR review, and skill sharpening
npx claudepluginhub alton09/q-skills --plugin workflow-kitUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.