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/markmhendrickson/neotoma/migrate_plansgit clone --depth 1 https://github.com/markmhendrickson/neotomaWrote 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/markmhendrickson/neotoma/migrate_plans)<a href="https://agentmods.dev/commands/markmhendrickson/neotoma/migrate_plans"><img src="https://agentmods.dev/badge/commands/markmhendrickson/neotoma/migrate_plans.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.00000 | $0.03615 |
| Opus 5 | $0.00000 | $0.01808 |
| Sonnet 5 | $0.00000 | $0.00723 |
| Haiku 4.5 | $0.00000 | $0.00362 |
Grade A, and why
migrate_plans 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 yesterday.
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 — 500 lines — stays where its author put it; the contents beside it link to each section on GitHub.
migrate_plans
Automatically review all plans in .cursor/plans/, determine relevance, and migrate relevant ones to docs/proposals/ for future consideration.
Purpose
This command:
- Reviews all plan files in
.cursor/plans/ - Determines which plans are still relevant (pending work, architecture aligned)
- Migrates relevant plans to
docs/proposals/with appropriate format - Archives completed plans to
docs/proposals/archived/ - Generates a migration report
Usage
Standalone execution:
/migrate_plans
Automatic execution:
- Runs automatically during
/commitworkflow (after security audit, before staging) - Can be disabled in
foundation-config.yaml
Configuration
Enable/disable in foundation-config.yaml:
development:
commit:
migrate_plans: true # Enable automatic plan migration during commit
migrate_plans_config:
proposals_dir: "docs/proposals"
archive_completed: true
auto_remove_obsolete: false
relevance_check:
check_architecture: true
check_completion: true
check_duplicates: true
Relevance Criteria
The migration command analyzes plan content (not just todos) to determine implementation status:
Implementation Analysis
For each plan, the command:
-
Extracts implementation items from plan content:
- File paths (
src/services/...,**/migrations/...) - Function names (
createDeletionObservation,generateRecordSummary) - API endpoints (
/gdpr_delete,/store_record) - Database tables/columns (
CREATE TABLE,ALTER TABLE) - Services (
src/services/deletion.ts)
- File paths (
-
Checks if items exist in the codebase:
- Files: Checks if file exists
- Functions: Searches codebase for function definitions
- Migrations: Finds migration files matching patterns
- Endpoints: Searches
actions.tsandserver.ts - Tables/Columns: Checks
schema.sql
-
Calculates completion percentage:
found_items / total_items * 100- Example: 18/31 items found = 58% complete
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.
- yesterday First seen · 500 lines · 0 tokens per session scan A 3f20370bb8b0
migrate_plans is a command published in the GitHub repository markmhendrickson/neotoma (31 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 3,615 tokens. 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-09-03.
Other commands, from other repositories
org-succession
Succession planning with real readiness — not paper. Per critical role: identified successor, readiness gap, 6-12-month development plan, tested partial in-role, named timeline, transparent communication. Refuses paper-only succession plans. Surfaces single-points-of-failure, unprepared successors, and undisclosed…
perf-review-redesign
Replace a broken annual performance ritual with a research-backed continuous + quarterly + annual-comp architecture. Produces redesigned cadence, manager scripts, employee-prep guide, calibration protocol, and a transition plan from old to new. Heavy disclaimer on legal/HRIS implications because changing comp linkage…
talent-burnout-detect
Run a burnout detection protocol on a person or team. Maslach 3-dimensional assessment (emotional exhaustion + cynicism + reduced personal accomplishment) plus root-cause hypothesis plus intervention plan plus reassessment cadence. Cynicism is the diagnostic. Hard clinical-boundary escalation when signals cross into…
talent-psych-safety
Measure psychological safety on a team using Edmondson's 7-question scale (anonymous, longitudinal, team-by-team) plus interpretation rubric and intervention design. Cites Project Aristotle. Refuses "psychological safety training" as primary intervention without leader behavior change. Refuses single-snapshot scoring.…
talent-retention
Retention architecture for a high-performer cohort. Stay-interview script (the practitioner's voice), per-person leverage analysis (1-2 changes that would make this person 5x more likely to stay another 24 months), aggregate pattern across the cohort, system redesign recommendations. Cites stay-interview research…
talent-team-dynamics
Audit a team's dynamics. Hackman criteria check (real team or co-acting group?), Tuckman stage, status-hierarchy map, interdependence map, communication-pattern analysis. Refuses generic "team-building exercises" without diagnostic first. Names which Hackman criterion fails when one does — clarify…