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/spumer/i-m-senior-developer/plan-do-workflowgit clone --depth 1 https://github.com/spumer/i-m-senior-developerWhat 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.00017 | $0.01565 |
| Opus 5 | $0.00009 | $0.00783 |
| Sonnet 5 | $0.00003 | $0.00313 |
| Haiku 4.5 | $0.00002 | $0.00156 |
Grade A, and why
plan-do-workflow 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 — 144 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Экспериментальный запуск
Запусти экспериментальный workflow-вариант выполнения плана для $ARGUMENTS.
Обычную команду /planner:plan-do этот режим не заменяет.
До успешной предварительной проверки не вызывай Workflow, агентов или другую
команду выполнения. При любом отказе не переключайся на /planner:plan-do.
Полная форма вызова во всех отказах по аргументу или пути:
/planner:plan-do-workflow <каталог-фичи>
1. Проверь каталог и план
-
Если
$ARGUMENTSпуст, сообщи, что экспериментальному режиму нужен каталог фичи, покажи полную форму вызова и закончи работу. -
Считай весь
$ARGUMENTSодним путём. Только read-only вызовомpython3разверни~, разреши путь строго черезPath.resolve(strict=True)и проверь: это существующий каталог, у процесса есть права чтения и прохода в него. Сохрани полученный канонический абсолютный путь какfeature_directory. Если путь не существует, недоступен или является файлом либо другим узлом, назови исходный путь и причину, покажи полную форму вызова и закончи работу. -
Внутри
feature_directoryпроверь обычный читаемый файлPLANNER_EXECUTION.md. Его канонический абсолютный путь —execution_path. Если файла нет или он недоступен, не запускай workflow. Сообщи, что нужен текущий план выполнения, и укажи точную команду его построения:/planner:plan <feature_directory>/ARCHITECTURE.md -
Прочитай
execution_pathцеликом. В YAML-заголовке найди непустоеarchitecture.path. Разреши относительный путь от каталогаPLANNER_EXECUTION.md, а абсолютный оставь абсолютным. Получившийсяarchitecture_pathобязан быть читаемым обычным файлом и не совпадать сexecution_pathпосле канонического разрешения. Иначе назови нарушенное условие, покажи полную форму вызова и закончи работу. -
В текущем корне проекта проверь читаемый файл
.claude/planner-context.md; его канонический абсолютный путь —planner_context_path. Отдельно черезCLAUDE_PLUGIN_ROOTполучи канонический абсолютный путь кskills/planner/assets/plan_state.py; этоhelper_path, и он должен быть читаемым обычным файлом. Если любой из этих файлов отсутствует или недоступен, назови его, покажи полную форму вызова и закончи работу.
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 · 144 lines · 17 tokens per session scan A 63229d68035d
plan-do-workflow is a command published in the GitHub repository spumer/i-m-senior-developer (11 stars, last pushed 11d ago), licensed MIT. It adds 17 tokens to every session and 1,565 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-31.
Other commands, from other repositories
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
constitution
Create or update the project constitution from interactive or provided principle inputs.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.