planning-decision-tree

planning-decision-tree is a skill for Claude Code, Codex from MatrixFounder/Agentic-development. It costs 16 tokens per session (426 once invoked), scanned A, original, Apache-2.0.

A planning method that breaks coding work into smaller tasks and separates creating placeholders from implementing real behavior. It also orders tasks so prerequisites come before dependent work.

In plain words
What is it for?
Use it to divide features into concrete tasks, plan end-to-end checks, create stubs before full logic, and identify dependencies between models, databases, and services.
Why use it?
It reduces vague plans and makes large changes easier to build and verify step by step.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/matrixfounder/agentic-development/planning-decision-tree
Any agent
npx skills add MatrixFounder/Agentic-development --skill planning-decision-tree
Clone the repo
git clone --depth 1 https://github.com/MatrixFounder/Agentic-development

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 planning-decision-tree

README.md
[![agentmods](https://agentmods.dev/badge/skills/matrixfounder/agentic-development/planning-decision-tree.svg)](https://agentmods.dev/skills/matrixfounder/agentic-development/planning-decision-tree)
Your own site
<a href="https://agentmods.dev/skills/matrixfounder/agentic-development/planning-decision-tree"><img src="https://agentmods.dev/badge/skills/matrixfounder/agentic-development/planning-decision-tree.svg" alt="Measured on agentmods" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 426 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00016 $0.00426
Opus 5 $0.00008 $0.00213
Sonnet 5 $0.00003 $0.00085
Haiku 4.5 $0.00002 $0.00043

Measured 4d ago against content hash 279052257036, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

planning-decision-tree 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 4d 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.

.agent/skills/planning-decision-tree/SKILL.md · 43 lines

What it actually says

Planning Decision Tree

1. Task Breakdown Strategy

Core Logic: Stub-First & E2E

CRITICALLY IMPORTANT: You must split every functional requirement into two distinct task types:

  1. Phase 1: Structure & Stubs

    • Goal: Create file structure, class definitions, method signatures, and STUBS.
    • Action: return None or hardcoded values.
    • Verification: Write E2E test that passes on these stubs (asserting hardcoded values).
    • Task Tag: [STUB CREATION]
  2. Phase 2: Logic Implementation

    • Goal: Replace stubs with real logic.
    • Action: Implement algorithms, DB queries, API calls.
    • Verification: Update E2E test to assert real values. Add Unit Tests.
    • Task Tag: [LOGIC IMPLEMENTATION]

Decision Rule:

  • IF task involves writing code -> Split into Stub + Impl.
  • IF task is configuration/setup -> Single task.

2. Decomposition Levels

  • Too Complex? (e.g., "Implement Auth") -> Break into "User Model", "Registration Service", "Login Service".
  • Too Simple? (e.g., "Add one field") -> Combine with related tasks if safe.
  • Dependency? -> Plan dependencies (Models, DB) BEFORE dependent services.

3. Concreteness Rules

  • For New Projects: Define directory structure, class names, method signatures.
  • For Modifications: Specify exact file paths and methods to change.

4. Prioritization

  1. Critical: Core Architecture, Blockers, Database Schemas.
  2. High: Main Business Logic (Stub -> Impl).
  3. Medium: Edge cases, Error handling.
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. 4d ago First seen · 43 lines · 16 tokens per session scan A 279052257036

Subscribe to this mod's changes

planning-decision-tree is a skill published in the GitHub repository MatrixFounder/Agentic-development (5 stars, last pushed yesterday), licensed Apache-2.0. It adds 16 tokens to every session and 426 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.

Related

Other skills, from other repositories

Learn what defines effective BDD scenarios

Interactive guidance on writing complete, effective BDD scenarios for story-flow.

Intai/story-flow · 22 tokens

add-tests

Generates tests for existing code. Analyzes the target function, method, or class to identify the happy path, error cases, and edge cases, then writes test cases following the project's testing framework and naming conventions. Invoked when the user asks to add tests, write tests, cover code, or increase coverage.

soulcodex/agentic · 67 tokens

tdd-implementation

Use when implementing any code change for a task – new behavior, a bugfix, or a revision after review – before writing the production code. Defines the failing-test-first cycle, public-seam testing, vertical slices, scaffold and infra handling, and counters to common excuses for tests-after-code.

bartoszarendt/agenticloop · 64 tokens

test-writer

Writes tests that fail before a fix and pass after it.

rysh-ai/rysh-cli-code · 16 tokens

test-generation

Generate and run unit/integration tests TDD-style across Python, Node, and .NET. Use when adding tests to untested code, implementing a feature test-first, or finding coverage gaps.

jnotsknab/mux-swarm · 42 tokens

argent-tv-interact

Control and inspect TV apps via argent — Apple TV (tvOS), Android TV (leanback), and Amazon Fire TV (Vega). Boot the target, read focus, navigate with the D-pad remote, type, screenshot, and on Vega debug the JS runtime (evaluate, console logs, network inspector). Use when a task targets a TV (runtimeKind "tv", or…

software-mansion/argent · 107 tokens