Install
$ agentstack add skill-bananasjim-openplan-skill-openplan-garden ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
OpenPlan Garden
Use this after $openplan-core for document quality, periodic documentation maintenance, and semantic drift inspection. Garden is about preserving the clarity of human goal/intent over time.
Core Rule
Garden first reports. It does not rewrite durable docs or memory unless the user explicitly asks for a cleanup/edit pass.
What Garden Checks
- Goal/intent clarity: can a future human or agent tell why this exists?
- Authority clarity: is this source of truth, draft, handoff, review, or temporary brief?
- Layer clarity: does it mix goal/intent, design, spec, implementation, and review without labels?
- Rationale: are decisions explained, not just stated?
- Staleness: are time-sensitive or superseded claims marked?
- Duplication: is content copied where a reference would work?
- Traceability: are important claims tied to sources or evidence?
- Zero-context readability: can a competent reader understand it without the chat?
- Human-decision boundary: does it record human decisions separately from agent suggestions?
- Next-action clarity: does it say what should happen next, if anything?
Periodic Garden Pass
Use garden as the periodic documentation cleanup workflow. A periodic pass checks:
- stale or superseded documents;
- duplicated rationale that should become references;
- missing or unclear authority labels;
- memory/docs conflicts;
- abandoned TODOs or unresolved questions;
- research/review/handoff artifacts that should be archived, promoted, or left alone;
- docs that no longer pass zero-context comprehension.
Garden first reports proposed cleanup. It may edit only when the user explicitly asks for a cleanup pass, and durable goal/intent changes still require $openplan-record and human confirmation through the human-facing coordinator.
Workflow
- Identify document type: memory, design, decision, spec, handoff, review, tutorial, temporary brief.
- Identify the docs root when a whole documentation surface is being reviewed.
- Load only the document and directly referenced context needed to judge it.
- Run optional deterministic checks if available and safe.
- Apply
references/checklist.md. - Report findings using
references/report-contract.md. - If the user requests cleanup, use
$openplan-recordbefore editing durable memory/docs. - For periodic maintenance, separate safe mechanical cleanup from human-owned meaning changes.
Docs Root
Garden can operate on any docs root: .openplan/, docs/, repo root, a separate docs repo, or a path supplied by the user. Treat document-map paths as relative to the selected root. If the root is ambiguous, report the ambiguity before scanning broadly.
Severity
G0: misleading human goal/intent, wrong source of truth, or future agent likely to act incorrectly.G1: missing rationale, stale unmarked claim, authority/layer confusion, or broken decision boundary.G2: duplicated content, weak traceability, incomplete next action, or zero-context readability gap.G3: wording, formatting, title, or navigation improvement.
Optional Checks
Use deterministic tools only when available:
- markdown link check;
- local docs linter;
- grep for TODO/stale/duplicate markers;
- template section checks.
If not available, continue with semantic review and state checks not run.
Claude Code
Use assets/claude-code-command.md as a slash command or prompt seed.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: BANANASJIM
- Source: BANANASJIM/openplan-skill
- License: MIT
- Homepage: https://github.com/BANANASJIM/openplan-skill
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.