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 skills add oodaris/autocodex --skill core-holistic-planning-and-trackinggit clone --depth 1 https://github.com/oodaris/autocodexWrote 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/skills/oodaris/autocodex/core-holistic-planning-and-tracking)<a href="https://agentmods.dev/skills/oodaris/autocodex/core-holistic-planning-and-tracking"><img src="https://agentmods.dev/badge/skills/oodaris/autocodex/core-holistic-planning-and-tracking/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/oodaris/autocodex/core-holistic-planning-and-tracking"><img src="https://agentmods.dev/badge/skills/oodaris/autocodex/core-holistic-planning-and-tracking.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00023 | $0.00353 |
| Opus 5 | $0.00012 | $0.00177 |
| Sonnet 5 | $0.00005 | $0.00071 |
| Haiku 4.5 | $0.00002 | $0.00035 |
Grade A, and why
core-holistic-planning-and-tracking 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 11d 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.
What it actually says
Holistic Planning + Beads Tracking
Repo anchors (autocodex)
- DOCS_PATH:
docs/ - PLANS_PATH:
docs/plans/ - BEADS_PATH:
.beads/
When to use
- A plan and task breakdown are required before implementation.
Preconditions
.beads/exists.- If required inputs (schemas, env vars, sample payloads) are missing, STOP and ask.
Inputs to confirm
- Problem statement + success criteria
- Scope and constraints
- Required contracts (config, OpenAPI, protocols)
Required artifacts
- Plan file in
docs/plans/ - Beads tasks with dependencies and acceptance criteria
Quick path
- Draft plan in
docs/plans/. - Create Beads tasks using the template in
docs/AGENTS.md. - Add dependencies with
bd dep add.
Steps
- Write or update the plan.
- Create Beads tasks per work package.
- Add dependencies.
- Run
bd lintif required.
Failure modes and responses
- Missing inputs: stop and request a checklist.
- No Beads: run
bd initor ask the user to initialize.
Definition of done
- Plan exists and Beads tasks are created with dependencies.
Example (minimal)
- Plan:
docs/plans/autocodex-v1-plan.md - Tasks: Contracts → CLI → Plugins → API → UI.
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.
- 11d ago First seen · 51 lines · 23 tokens per session scan A 33a36be7f6ce
core-holistic-planning-and-tracking is a skill published in the GitHub repository oodaris/autocodex (16 stars, last pushed 6mo ago), licensed MIT. It adds 23 tokens to every session and 353 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 skills, from other repositories
github-issue
Creates well-documented GitHub issues (or comments on existing ones) from problems discussed in conversation. Investigates the codebase to map affected layers, files, and data flow, then writes up findings with acceptance criteria — without prescribing fixes. Use when a conversation has identified a problem that needs…
moai-workflow-spec
SPEC workflow orchestration with EARS format requirements, acceptance criteria, and Plan-Run-Sync integration for MoAI-ADK development. Use when creating SPEC documents or defining acceptance criteria.
moai-workflow-worktree
Git worktree management for parallel SPEC development with isolated workspaces, automatic branch registration, and seamless MoAI-ADK integration. Use when setting up parallel development environments.
moai-kanban-foreman
One unattended kanban foreman iteration: watch the backlog queue, dispatch the next operator-picked card to an isolated worker, collect completion evidence on read (not on claims), and report. This is the body the project's loop.md driver invokes each iteration of a bare /loop; it can also be invoked directly to test…
team-workflow
Design the team's operating rhythm — task management, collaboration rituals, and tooling. Use when the day-to-day cadence needs structure. For a time-boxed sprint, use design-sprint-plan.
stakeholder-alignment
Build alignment artifacts — responsibility matrices, decision rights, and communication plans. Use when unclear ownership stalls decisions. For persuading in the moment, use design-negotiation (designer-toolkit).