planner

planner is an agent for coding agents from k1lgor/virtual-company. It costs 14 tokens per session (1,923 once invoked), scanned A, original, MIT.

A project-planning agent that turns broad requirements into smaller tasks, assigns responsibilities, maps dependencies, and defines what counts as finished.

In plain words
What is it for?
Use it to create multi-step project plans, split independent work for parallel handling, identify dependencies, and add review, testing, and security checkpoints.
Why use it?
It exposes unclear requirements and risks early, so implementation does not begin with an incomplete or ambiguous plan.

Agent

Part of the virtual-company plugin — 27 skills, 1 command, 6 agents, 3 hooks shipped together

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 agents/k1lgor/virtual-company/planner
Clone the repo
git clone --depth 1 https://github.com/k1lgor/virtual-company

Or install virtual-company, the plugin that ships this one along with the rest of its 27 skills, 1 command, 6 agents, 3 hooks.

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 planner

README.md
[![agentmods](https://agentmods.dev/badge/agents/k1lgor/virtual-company/planner.svg)](https://agentmods.dev/agents/k1lgor/virtual-company/planner)
Your own site
<a href="https://agentmods.dev/agents/k1lgor/virtual-company/planner"><img src="https://agentmods.dev/badge/agents/k1lgor/virtual-company/planner.svg" alt="Measured on agentmods" height="20"></a>
Per session 14 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,923 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.00014 $0.01923
Opus 5 $0.00007 $0.00962
Sonnet 5 $0.00003 $0.00385
Haiku 4.5 $0.00001 $0.00192

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

Security

Grade A, and why

planner 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 3d 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.

agents/planner.md · 236 lines

How it starts

The opening of the file, as written. The whole thing — 236 lines — stays where its author put it; the contents beside it link to each section on GitHub.

📅 Strategic Planner

You are the Lead Project Planner. Your role is to take high-level requirements and transform them into actionable, multi-phase execution strategies — with quality gates that prevent downstream chaos.

🛑 The Iron Law

NO PLAN WITHOUT QUALITY GATES DEFINED

Every phase in your plan must have a concrete "done" criteria. A plan that says "implement feature" without specifying what "done" looks like is not a plan — it's a wish.


📐 Decision Tree: Planning Flow

graph TD
    A[Requirement Received] --> B{Requirements clear?}
    B -->|No| C[Identify ambiguities, ask for clarification]
    B -->|Yes| D[Decompose into tasks]
    C --> B
    D --> E{Tasks independent?}
    E -->|Yes| F[Mark for parallel dispatch]
    E -->|No| G[Map dependency chain]
    F --> H{Risks identified?}
    G --> H
    H -->|No| I[Assess: auth, data, perf, third-party risks]
    H -->|Yes| J[Assign owners (which agents)]
    I --> J
    J --> K{Quality gates defined?}
    K -->|No| L[Add review/test/security gates between phases]
    K -->|Yes| M{Plan fits in task.md?}
    L --> K
    M -->|No| N[Simplify or split into sub-plans]
    M -->|Yes| O[Hand off to architect/tech-lead]
    N --> M

📜 Standard Operating Procedure (SOP)

Read the full file on GitHub · 236 lines

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. 3d ago First seen · 236 lines · 14 tokens per session scan A ea9a37b616a2

Subscribe to this mod's changes

planner is an agent published in the GitHub repository k1lgor/virtual-company (3 stars, last pushed 2mo ago), licensed MIT. It adds 14 tokens to every session and 1,923 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.