handoff
πPluginjasonm4130/claude-skills
Context-fill-triggered handoff skill β writes a structured resume doc when context fills, auto-loads it on next session.
Part of
jasonm4130/claude-skills
Installation
/plugin marketplace add jasonm4130/claude-skills/plugin install handoff@jasonm4130-claude-skillsMore from this repository10
Personal Claude Code plugin marketplace: 9 plugins for orchestration guards (workflow-model-guard), tiered deep research (deep-dive), subagent-driven development, ADRs, session retros, handoffs, and adversarial review.
Turns an intent into a grounded, cited, build-ready ADR with load-bearing decisions surfaced to the human, then hands it to the subagent-driven-development loop. Front-end for adr β sdd.
Model-tiered, adversarially-verified multi-source research via parallel sub-agents and synthesis with citations. Cheaper alternative to the built-in all-Opus deep-research.
Configurable adversarial panel review for any artefact β plans, code, design docs, prose, model outputs.
Deterministic workflow-driven subagent development loop β plan/confirm in the controller, then a background Workflow enforces per-task implement/review/fix with tiered models and codified ponytail discipline.
Stop-hook gate against trail-off: detects unpushed commits at turn end and injects an agent-directed nudge to review and finish the branch.
Interactive session retrospectives β deterministic Stop/PreCompact triggers, diff-driven interview, native memory entries. No external services.
PreToolUse hooks that keep sub-model choices deliberate β denies high-fan-out Workflow scripts with no per-agent model: override, asks before all-Opus built-in named workflows (e.g. deep-research), and denies ad-hoc Agent dispatches that omit model unless the agent type pins one in frontmatter.
Writes a durable, committed Markdown ADR/plan as the source-of-truth record, and β only when the content needs visuals markdown can't express (wireframes, annotated split-diffs, before/after columns) β also emits a self-contained rich plan.html to /tmp. Markdown canonical, HTML disposable; no backend.
PreToolUse git-commit gate against docs drift β denies a commit that changes code without staging its covering docs: per-plugin README/CLAUDE.md pairs in plugins/ monorepos, and a generic nearest-covering-doc rule (README.md/CLAUDE.md/AGENTS.md walking up from each changed file) in any repo. Tests, version bumps, markdown, and lockfiles never trigger it; add docs-sync:ack to the commit message for deliberate no-doc-impact changes.