Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/medadembha/docflow/feature-plangit clone --depth 1 https://github.com/MedAdemBHA/docflowWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00015 | $0.00722 |
| Opus 5 | $0.00008 | $0.00361 |
| Sonnet 5 | $0.00003 | $0.00144 |
| Haiku 4.5 | $0.00002 | $0.00072 |
Grade A, and why
feature-plan scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 93 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Follow this prompt spec to create a docflow feature plan from this request:
$ARGUMENTS
Rules
- If the request is empty, ask for one short feature description and stop.
- Treat the request as the source brief, not as final truth. Infer sensible defaults, and mark unknowns as
TBD. - Create or update one plan file under
<DOCS_ROOT>/plans/features/. - Do not overwrite an existing feature plan blindly. If the target file exists, merge the new request into the existing
In flight,Feature log, andNextsections. - Keep output lean: tables and bullets, no filler.
Steps
- Find the docs root:
- Read
docflow.jsonfrom$CLAUDE_PROJECT_DIRif present and usedocsRoot. - Otherwise use
docs.
- Read
- Read:
<DOCS_ROOT>/README.md<DOCS_ROOT>/NAMING.md${CLAUDE_PLUGIN_ROOT}/templates/plans/features/(mmm-yy)-feature-name.md
- Derive:
- feature name from
$ARGUMENTS - kebab-case slug
- month prefix from the current date:
(mmm-yy) - target path:
<DOCS_ROOT>/plans/features/(mmm-yy)-<slug>.md
- feature name from
- Write the plan using this shape:
# Feature — <Name> > **Status (<YYYY-MM-DD>):** proposed > **Owner:** TBD > **Surface:** `<code path or TBD>` <2-3 lines: scope, users, current goal.> Reference docs: - Product: TBD - Spec: TBD Decisions: - TBD ## In flight | Item | Status | |------|--------| | <item> | proposed | ## Feature log | Date | Change | Ref | |------|--------|-----| | <YYYY-MM-DD> | Created feature plan from request: `<short request>` | `/docflow:feature-plan` | ## Next 1. <next step> - If the request changes product behavior, note that
product-spec/should be updated. - If the request implies implementation architecture, note that
specs/should be updated. - Regenerate the docs map:
If the target repo does not havebash "$CLAUDE_PROJECT_DIR/scripts/docflow-map.sh" "$CLAUDE_PROJECT_DIR/$DOCS_ROOT"scripts/docflow-map.sh, use:bash "${CLAUDE_PLUGIN_ROOT}/scripts/docflow-map.sh" "$CLAUDE_PROJECT_DIR/$DOCS_ROOT" - Run link check if available:
bash "$CLAUDE_PROJECT_DIR/scripts/check-links.sh" "$CLAUDE_PROJECT_DIR/$DOCS_ROOT" - Run validation if available:
bash "$CLAUDE_PROJECT_DIR/scripts/docflow-validate.sh" --target "$CLAUDE_PROJECT_DIR"
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 93 lines · 15 tokens per session scan A 3366525a1155
feature-plan is a command published in the GitHub repository MedAdemBHA/docflow (41 stars, last pushed 18d ago), licensed MIT. It adds 15 tokens to every session and 722 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
search
Search OpenDocu local versioned official docs using explicit library keywords.
review-renovate
Review and merge renovate PRs with automerge configuration updates.
monitor-ci
Monitors pull request CI checks until they are resolved (pass or fail).
ado-pull
Pull latest changes from Azure DevOps (like git pull). Supports increment, project, or full living docs sync.
github-push
Push local progress to GitHub Issues (like git push). Updates issue with task completion checklist.
export
Export the wiki (or architecture model) to markdown, HTML, JSON, or Structurizr DSL.