Nudges Claude to document decisions, todos, sprints, and handovers into a planning/ tree by default. Ships an installer command and a scaffold command.
A snippet (and thin plugin wrapper) that nudges Claude to document decisions, todos, sprints, and handovers as we work — without being asked each time.
In planning-phase conversations, useful context (chosen stack, rejected alternatives, rationale) often only lives in chat. It's lost across sessions, and Claude re-explores the same ground. This snippet sets the default behaviour: when we compare options or make a choice, the artefact gets written to a structured planning/ tree in the repo.
Drops a <documentation_nudge> block into your home-level ~/.claude/CLAUDE.md that:
planning/ folder structure.planning/
decisions/ # one numbered file per decision
todo/ # active task lists
sprints/
active/
deferred/
done/
handovers/ # session handover notes
Open snippet.md, copy the block between the BEGIN / END markers into ~/.claude/CLAUDE.md.
Install the plugin (e.g. via your Claude-Controller marketplace), then:
/nudge-install # injects/updates the snippet in ~/.claude/CLAUDE.md
/nudge-scaffold # seeds the planning/ tree in the current repo
/nudge-scaffold path # …or in a specific repo
/nudge-install is idempotent — re-running updates the existing block in place.
./scaffold.sh # seeds planning/ in cwd
./scaffold.sh /some/repo
Claude-Document-Nudge/
├── README.md
├── .claude-plugin/plugin.json
├── snippet.md # the CLAUDE.md snippet (between BEGIN/END markers)
├── scaffold.sh # standalone folder-tree seeder
└── commands/
├── nudge-install.md
└── nudge-scaffold.md
The repo root is the plugin root — ${CLAUDE_PLUGIN_ROOT} resolves here post-install, so all assets stay self-contained (no parent-directory traversal, no hard-coded paths). Works identically for public-marketplace consumers and Daniel's networked plugin store.
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.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin claude-document-nudgeComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Automated code review for pull requests using multiple specialized agents with confidence-based scoring
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
Claude Code plugin for image editing, batch operations, format conversion, and filesystem organisation of image libraries — bucket by resolution, aspect ratio, orientation, format, EXIF capture time, camera, and dedupe duplicates / near-duplicates.
First-pass data analysis toolkit: correlations, PII flagging, anomalies, hypothesis tests, data dictionaries, and trend analysis on a dataset in a folder.
Manage a Proxmox VE host via SSH and the Proxmox API — guided first-run onboarding, VM/CT lifecycle, storage and ZFS inspection, log review, and update workflows. Per-host config is stored outside the plugin so the same install works across multiple Proxmox environments.
Claude Code plugin: ideation and planning workflow — capture, evaluate, rank, simulate, and plan ideas, with ideation/single-idea-eval/multi-idea-ranking/feature-ideas/simulation/idea-capture variants.
Personal budgeting workflow primitives — transaction logging, categorization, budget creation, spending analysis, goal tracking, and forecasting — plus a provisioning skill for a fresh budgeting workspace.