configure

configure is a command for coding agents from vladm3105/aidoc-flow-framework. It costs 36 tokens per session (1,135 once invoked), scanned A, original, MIT.

A guided editor for a project's optional YAML configuration file, which stores settings in a structured text format. It can show the effective settings or restore the defaults.

In plain words
What is it for?
It helps configure documentation workflows, inspect current settings, and reset the project configuration after confirmation.
Why use it?
It gives you one place to review or change several settings while following the project's documented configuration rules.

Command

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the aidoc-flow plugin — 52 skills, 12 commands, 11 agents, 1 hook shipped together

Install

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.

agentmods
npx agentmods add commands/vladm3105/aidoc-flow-framework/configure
Clone the repo
git clone --depth 1 https://github.com/vladm3105/aidoc-flow-framework

Or install aidoc-flow, the plugin that ships this one along with the rest of its 52 skills, 12 commands, 11 agents, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for configure

README.md
[![agentmods](https://agentmods.dev/badge/commands/vladm3105/aidoc-flow-framework/configure.svg)](https://agentmods.dev/commands/vladm3105/aidoc-flow-framework/configure)
Your own site
<a href="https://agentmods.dev/commands/vladm3105/aidoc-flow-framework/configure"><img src="https://agentmods.dev/badge/commands/vladm3105/aidoc-flow-framework/configure.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,135 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What 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.

ModelPer sessionOnce invoked
Fable 5 $0.00036 $0.01135
Opus 5 $0.00018 $0.00567
Sonnet 5 $0.00007 $0.00227
Haiku 4.5 $0.00004 $0.00113

Measured 4d ago against content hash 4d21fb75227e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

configure 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 4d 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.

platforms/claude-code-plugin/commands/configure.md · 103 lines

How it starts

The opening of the file, as written. The whole thing — 103 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Configure

Bulk editor for the optional project-local config file at .claude/aidoc-flow.config.yaml. For focused single-concern editing, prefer /aidoc-flow:budget (effort knob) or /aidoc-flow:model (recommended model per layer). All three commands edit the same file.

The schema, defaults, and enums are documented in ${CLAUDE_PLUGIN_ROOT}/docs/CONFIG.md — that doc is the contract. This command reads and writes the file according to it.

Invocations

Form Action
/aidoc-flow:configure Guided bulk editor — prompt per setting
/aidoc-flow:configure show Print the current effective config (file ∪ defaults), no prompts
/aidoc-flow:configure reset After confirmation, delete .claude/aidoc-flow.config.yaml (back to defaults)

Instructions

  1. Detect intent — look at the user's command for the optional subcommand (show / reset); default to the guided editor.

  2. show path:

    • If .claude/aidoc-flow.config.yaml exists and parses, print it verbatim with a header Current config (from file):.
    • If it does not exist, print the documented defaults under the header No config file — these are the defaults that apply:. Source the defaults from ${CLAUDE_PLUGIN_ROOT}/docs/CONFIG.md (the YAML fenced block).
    • Stop.
  3. reset path:

    • Confirm intent: "Delete .claude/aidoc-flow.config.yaml? This reverts every key to the default documented in ${CLAUDE_PLUGIN_ROOT}/docs/CONFIG.md."
    • On yes: delete the file; print "Config reset. Defaults now apply."
    • On no: print "Leaving config in place." and stop.
  4. Guided editor path (default):

    a. Read current state — if the file exists, load it. Otherwise start from the defaults documented in ${CLAUDE_PLUGIN_ROOT}/docs/CONFIG.md.

    b. Prompt per setting using AskUserQuestion. One question per top-level concern, in this order:

    1. docs_root (free text; default docs/)
    2. work_plans_dir (free text; default work_plans/)
    3. skip_layers (multi-select from BRD | PRD | EARS | BDD | ADR | SPEC | TDD | IPLAN; default none)
    4. output_language (free text; ISO 639-1; default en)
    5. review_hook (single-select: on | off | verbose; default on)
    6. budget.profile (single-select: max | standard | min; default standard)
    7. model.default (free text; default claude-sonnet-4-6)
    8. model.precheck (single-select: warn | silent | block; default warn)

Read the full file on GitHub · 103 lines

Changes

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.

  1. 4d ago First seen · 103 lines · 36 tokens per session scan A 4d21fb75227e

Subscribe to this mod's changes

configure is a command published in the GitHub repository vladm3105/aidoc-flow-framework (17 stars, last pushed yesterday), licensed MIT. It adds 36 tokens to every session and 1,135 once invoked, about $0.0002 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-31.