-
Notifications
You must be signed in to change notification settings - Fork 1
Docs Manager
This page is auto-generated from the plugin's README. Do not edit directly — changes will be overwritten on the next sync.
Documentation lifecycle management: detects changes, queues tasks silently, surfaces them for batch review at session boundaries.
docs-manager manages the full lifecycle of personal and technical documentation across development, sysadmin, and homelab domains. It solves two intertwined problems: fragmentation (documentation scattered across projects with no central index) and drift (documentation that was accurate when written but has gone stale). The plugin monitors file changes via hooks, accumulates documentation tasks into a persistent queue without interrupting active work, and surfaces the queue for batch review at session end.
[P1] Domain Libraries, Not a Global Web: Every document belongs to a named library. Discovery is guaranteed at the library level.
[P2] Detection is Automatic; Resolution is Deferred and Batched: Hooks observe file writes silently and append to a persistent queue. Resolution happens at session boundaries.
[P3] Staleness is Surfaced at the Point of Use and at Session Close: Freshness is checked when a project becomes active and enforced when a session ends.
[P4] Templates are Inferred, Not Imposed: The tool infers the appropriate document structure from context, directory, and user-established patterns.
[P5] Human-First in Survival Contexts: Any document a human may need to follow without AI assistance requires explanatory prose alongside structured data.
[P6] Lighter Than the Problem: Any workflow the plugin imposes must cost less effort than the documentation problem it solves.
[P7] Anchor to Upstream Truth: Documentation describing third-party tools must be periodically verified against its upstream authoritative source.
- Claude Code
jqgit- Python 3 stdlib
/plugin marketplace add L3DigitalNet/Claude-Code-Plugins
/plugin install docs-manager@l3digitalnet-plugins
For local development:
claude --plugin-dir ./plugins/docs-manager
Last synced: 2026-02-20 · View source