From claude-rudder
Append a known blocker to `<repo>/planning/blockers.md` (auto-scaffolds if missing). Use when something is preventing progress and shouldn't be lost — waiting on a code review, an external decision, an upstream bug, a credential not yet provisioned, a flaky test that needs investigation. Triggers on "log a blocker", "we're blocked on X", "note this blocker", "add to blockers".
npx claudepluginhub danielrosehill/claude-code-plugins --plugin claude-rudderThis skill uses the workspace's default tool permissions.
Capture an obstacle to progress. Lighter-weight than a leftover task: blockers are things you can't move past without external action, not things you chose to defer.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Capture an obstacle to progress. Lighter-weight than a leftover task: blockers are things you can't move past without external action, not things you chose to defer.
capture-leftoverIf the user says "let's circle back to that," it's a leftover. If they say "we're stuck on that until X happens," it's a blocker.
repo_root=$(git rev-parse --show-toplevel 2>/dev/null) || repo_root="$PWD"
target="$repo_root/planning/blockers.md"
Auto-run scaffold-planning if missing.
Ask (or infer):
critical (blocks shipping), high (blocks today's work), normal (blocks this sprint), low (annoyance, not urgent)self (waiting on something only the user can do), external (waiting on someone else — name them if known)Default urgency = normal if not specified.
## high — Vercel build failing on edge runtime since dependency bump
- **Logged at:** 2026-04-27 18:55
- **Affects:** new-blog-post deploy pipeline; can't ship until resolved
- **Owner:** self (need to investigate the @vercel/edge change)
- **Notes:** suspect bumping @vercel/og from 0.5 → 0.6 broke edge import. Tried pinning back, didn't help. Next: check Vercel changelog, open issue if confirmed bug.
- **Status:** open
Append after the <!-- new entries appended below --> marker. Group by urgency only as a presentation concern when reading; the file stays in append order.
✓ Logged blocker: "Vercel build failing on edge runtime..." (high) → planning/blockers.md (2 open total)
When a blocker is resolved, change **Status:** open → **Status:** resolved and append:
- **Resolved:** 2026-04-28 10:15 — Vercel pushed a fix in @vercel/og 0.6.1
This skill writes new blockers; resolution is typically a manual edit or done by whichever skill confirms the unblock.
normal rather than guessing critical.scaffold-planning — creates blockers.mdcapture-leftover — for deferred-by-choice follow-ups (different concept)