core-holistic-planning-and-tracking

core-holistic-planning-and-tracking is a skill for Claude Code, Codex from oodaris/autocodex. It costs 23 tokens per session (353 once invoked), scanned A, original, MIT.

A planning workflow that turns a software project into a written plan and a list of linked work items. Beads is a task-tracking system that records dependencies, meaning which tasks must come before others.

In plain words
What is it for?
Use it to plan features, document technical decisions, split work into tasks, and connect tasks that depend on one another.
Why use it?
It prevents implementation from starting without clear requirements, success criteria, or an agreed sequence of work. It also exposes missing inputs before coding begins.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions AGENTS.md.

Good fit Use it to plan features, document technical decisions, split work into tasks, and connect tasks that depend on one another.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/oodaris/autocodex/core-holistic-planning-and-tracking
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.

Any agent
npx skills add oodaris/autocodex --skill core-holistic-planning-and-tracking
Clone the repo
git clone --depth 1 https://github.com/oodaris/autocodex

Made for: Claude Code, Codex.

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 core-holistic-planning-and-tracking

README.md
[![agentmods](https://agentmods.dev/badge/skills/oodaris/autocodex/core-holistic-planning-and-tracking/github.svg)](https://agentmods.dev/skills/oodaris/autocodex/core-holistic-planning-and-tracking)
Your own site
<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.

agentmods 80×15 button for core-holistic-planning-and-tracking

Your own site · 80×15
<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>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 353 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00023 $0.00353
Opus 5 $0.00012 $0.00177
Sonnet 5 $0.00005 $0.00071
Haiku 4.5 $0.00002 $0.00035

Measured 11d ago against content hash 33a36be7f6ce, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

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.

skills/core-holistic-planning-and-tracking/SKILL.md · 51 lines

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

  1. Write or update the plan.
  2. Create Beads tasks per work package.
  3. Add dependencies.
  4. Run bd lint if required.

Failure modes and responses

  • Missing inputs: stop and request a checklist.
  • No Beads: run bd init or 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.
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. 11d ago First seen · 51 lines · 23 tokens per session scan A 33a36be7f6ce

Subscribe to this mod's changes

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.

Related

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…

stempeck/agentfactory · 117 tokens

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.

modu-ai/moai-adk · 44 tokens

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.

modu-ai/moai-adk · 41 tokens

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…

modu-ai/moai-adk · 76 tokens

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.

Owl-Listener/designer-skills · 43 tokens

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

Owl-Listener/designer-skills · 45 tokens