pandysp/claude-plugins
πͺMarketplacepandysp/claude-plugins
Add this Marketplace
/plugin marketplace add pandysp/claude-pluginsPlugins in this Marketplace
align
workflowSurface what I think we're doing before acting on it. Produces a structured manifest exposing every silent commitment so the user can correct course before any artifact is produced.
clarify
workflowSurface and resolve underspecified decisions before designing. Asks targeted questions about scope, edge behavior, trade-offs, integration, constraints, and audience (with defaults), so design choices aren't silently locked around hidden assumptions.
design-options
workflowGenerate multiple strong design options with explicit tradeoff profiles, starting from the ideal architecture.
drive-browser
toolingDrive a browser with Playwright as a dual-mode superset. Resilient locators for debugging your own web app and a vision/coordinate loop for opaque real sites, on a fresh browser or the user's real logged-in session.
explore
workflowMap the terrain before designing: locate, trace, pattern, constrain. Used before any substantive design or planning step. Output is mostly for the agent's grounding; only surprises and hard constraints surface to the user.
handoff
workflowWrite a durable handoff for work that's about to ship: structured PR descriptions, summaries, memos, or memory notes. Tells the next reader what was built, why, what changed, and what's next, without forcing them to dig through the diff.
pre-mortem
workflowSystematically identify how a plan or design could fail before committing to it.
preflight
workflowHonest self-assessment skill that surfaces incomplete work, missing verifications, bugs, and improvement ideas before shipping.
quality-review
workflowMulti-lens quality audit for docs, code, and other artifacts. 13 quality adjectives as audit lenses with per-domain translation sheets, a workflow-backed finder/verifier pipeline, and lens-yield reporting.
reflect
workflowCapture durable lessons from a session before they fade: what surprised you, what friction repeated, what should update CLAUDE.md or notes. Output goes to memory, notes, or global instructions, not just to chat.
second-opinion
workflowGet 1-3 independent second opinions from fresh Claude reviewers to strengthen your reasoning before presenting to the user.
silent-failures
workflowAudit error handling for silent failures, inadequate feedback, and inappropriate fallbacks. Delegates to the silent-failure-hunter subagent for isolation
spec
workflowWrite the implementation spec (context, approach, files to modify, utilities to reuse, and verification) that drives execution after design is chosen.
steel-man-own-position
workflowBefore flipping a previously-stated position under pressure, restate its strongest form and the goal it served, then check whether the trigger refutes the core on the same goal, not just a decorative argument or a different axis.
understudy
workflowWrite code, comments, tests, or commit messages that read as if the project's own maintainer wrote them, so a contribution is accepted as native rather than rejected as foreign. A foreign-looking patch is a cost to the maintainer even when it's correct.
verify-claims
workflowIdentify and verify unverified claims in the agent's own responses before presenting them as conclusions.
verify-result
workflowBlack-box verification of any agent output: code, documents, presentations, reports, configs. Examine from the consumer's perspective and show evidence.
worktrunk-hook
toolingRoute Claude Code's auto-created git worktrees through worktrunk so background and --worktree sessions inherit project hooks (env symlinks, installs, port allocation).