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/mrvladd-d/memobank/autopilotgit clone --depth 1 https://github.com/mrvladd-d/memobankWrote 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.
[](https://agentmods.dev/commands/mrvladd-d/memobank/autopilot)<a href="https://agentmods.dev/commands/mrvladd-d/memobank/autopilot"><img src="https://agentmods.dev/badge/commands/mrvladd-d/memobank/autopilot.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00024 | $0.02694 |
| Opus 5 | $0.00012 | $0.01347 |
| Sonnet 5 | $0.00005 | $0.00539 |
| Haiku 4.5 | $0.00002 | $0.00269 |
Grade A, and why
autopilot 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 5d 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 — 157 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/autopilot — Run JSON task queue autonomously
Важно
- Это executor JSON task queue, а не полный
PRD → doneorchestrator. - Для полного unattended flow используй
/autonomous. - Запуск разрешён только если JSON task records уже декомпозированы и последний
/reviewдалAPPROVE. - По умолчанию выполняй строго последовательно. Параллель — только для независимых задач без общих файлов.
/autopilotне запускает/prd-to-tasksи не создает task queue; он только исполняет уже готовые JSON task records.
Preconditions
.memory-bank/tasks/index.jsonexists and lists task record files..memory-bank/schemas/task.schema.jsonexists.- Each indexed
.memory-bank/tasks/*.task.jsonhas at minimum:idstatus: planned|ready|in_progress|blocked|done|failedwavefeaturedepends_ontouched_filestier: T0|T1|T2|T3
- Every task
featurepoints to a.memory-bank/features/FT-<NNN>-*.mdfile that is not explicitly markedclarification_status: pending|blocked. - Every
T2/T3task has relevant SDD spec links insource_artifacts,normative_inputs,constraints,invariants, orverification_targets. .memory-bank/spec-index.mdrecords mandatory/spec-designstatuscomplete, orminimalwith explicitnot_applicableareas.- Authoritative routing is only
task.tier; the oldrisk/risk.levelmodel is invalid and must not be used. - Нет unresolved blocking questions в
.protocols/AUTONOMOUS-RUN/status.mdили equivalent run protocol. /mb-doctor --strictpasses before the run starts.
If there are no JSON task records, stop with an explicit error:
HALT_DEPENDENCY_DEADLOCK: no schema-backed task records found in .memory-bank/tasks/index.json.
If any indexed task record is missing tier, stop with HALT_POLICY_VIOLATION.
If any indexed task record is missing feature, references a missing feature file, or references a feature explicitly marked clarification_status: pending|blocked, stop with HALT_CLARIFICATION_REQUIRED.
If backbone status is missing/blocked, or any indexed T2 / T3 task lacks linked SDD specs, stop with HALT_QUALITY_GATES and route back to /spec-design, then /spec-improve FT-<NNN> or /spec-auto --all.
Read the task queue and task metadata only from JSON task records.
Before task selection and before progression after a task closes, run /mb-doctor --strict using the repository's documented command or node scripts/mb-doctor.mjs --strict. Treat a missing doctor command/script, non-zero exit, or readiness error as HALT_QUALITY_GATES. Explicit pending/blocked feature clarification and tasks linked to those features are readiness errors. mb-doctor runs mb-lint as its first gate; do not fall back to plain mb-lint for autonomous readiness.
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.
- 5d ago First seen · 157 lines · 24 tokens per session scan A b7691630b109
autopilot is a command published in the GitHub repository mrvladd-d/memobank (55 stars, last pushed 3mo ago), licensed MIT. It adds 24 tokens to every session and 2,694 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
cancel-ralph
Cancel active Ralph Loop.
obsidian-recap
Summarize a time period from the vault - today, week, or month.
setup-pm-skills
Onboard a new user — find out what they do, recommend the right bundles & top skills, and set up a project CONTEXT.md so every skill is tailored to them.
release
Perform a full release: generate release notes, bump version, commit, tag, and push.
statusbar-style
Switch the status-bar style (classic / capsule / hairline).
engage.actions
Execute Phase 7 - Actions on Objectives and Goal Achievement.