By Jador
Personal productivity skills for Claude Code — plan, execute, discuss, babysit PRs, and more.
Scaffold new Claude Code skills through structured conversation. Discusses the user's intent, fetches official docs, infers conventions from existing skills, and generates complete skill files — SKILL.md, assets, data directories — ready to use.
Scratch pad for ideas. Use when the user wants to jot down, list, view, or remove ideas. Stores ideas in ~/notes.md with context about the project and relevant files.
Break down an idea into a detailed execution plan with small, self-contained tasks. Reads idea documents from ~/ideas/ and writes plans to ~/plans/. Use when the user wants to plan, break down, or create tasks for an idea — even if they just say "plan <slug>" without elaborating. Also lists existing plans when called with "list".
Monitor a PR for review comments and build failures
Surface idle work from the discuss/plan/execute workflow. Scans ~/ideas/ for unplanned ideas, ~/plans/ for unexecuted plans, and ~/notes.md for notes without matching ideas, then offers to route into /plan, /execute, or /discuss.
Executes bash commands
Hook triggers when Bash tool is used
Uses power tools
Uses Bash, Write, or Edit tools
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.
Personal productivity skills for Claude Code.
| Skill | Command | Description |
|---|---|---|
| Discuss | /jador:discuss | Flesh out an idea through structured Q&A, producing a polished idea document in ~/ideas/ |
| Plan | /jador:plan | Break down an idea into a detailed execution plan with parallel task groups. Plans live in ~/plans/ |
| Execute | /jador:execute | Run a plan using parallel sub-agents with worktree isolation and auto-retry |
| Babysit | /jador:babysit | Monitor a PR for review comments and build failures, auto-fixing issues |
| Handoff | /jador:handoff | Synthesize or read an agent handoff doc — a "what happened" digest (decisions, deviations, gotchas, open threads) at .claude/agent-handoff.md. Written by execute, read by babysit |
| Critique | /jador:critique | Adversarial design review of a plan or changeset via the read-only jador:adversary agent — soundness, maintainability, alternatives at architecture altitude (not nits/bugs). Writes .claude/critique.md |
| MQ | /jador:mq | Monitor merge queue and auto-retry failed Buildkite jobs (checks every 2 min) |
| Backlog | /jador:backlog | Surface idle work — notes without ideas, ideas without plans, plans without execution |
| Notepad | /jador:notepad | Quick scratch pad for capturing, listing, and managing ideas |
| Skill Builder | /jador:skill-builder | Scaffold new Claude Code skills through guided conversation |
The core workflow chains skills together:
~/notes.md~/ideas/<slug>.md~/plans/<slug>.mdUse Backlog to see what's idle at any stage and route into the next step.
claude plugin marketplace add Jador/skills
claude plugin install jador@skills
npx claudepluginhub jador/skills --plugin jadorIterative plan review and execution workflow for Claude Code
Structured implementation planning, interactive annotation review, and autonomous plan execution
No description provided.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.