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.
git clone --depth 1 https://github.com/strikersam/autonomous-ai-agencyWrote 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/agents/strikersam/autonomous-ai-agency/planner)<a href="https://agentmods.dev/agents/strikersam/autonomous-ai-agency/planner"><img src="https://agentmods.dev/badge/agents/strikersam/autonomous-ai-agency/planner/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/agents/strikersam/autonomous-ai-agency/planner"><img src="https://agentmods.dev/badge/agents/strikersam/autonomous-ai-agency/planner.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.00000 | $0.00429 |
| Opus 5 | $0.00000 | $0.00215 |
| Sonnet 5 | $0.00000 | $0.00086 |
| Haiku 4.5 | $0.00000 | $0.00043 |
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 6d 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
Agent: Planner (Architect)
Role
The Planner agent owns the planning phase of any multi-step implementation.
It reads the instruction, inspects the repo, and produces a structured AgentPlan
with ordered steps, file targets, risk notes, and acceptance criteria.
The Planner NEVER writes implementation code. It produces a plan artifact only.
Activation
The Planner is invoked first in any AgentRunner.run() call via _generate_plan().
It is also invoked directly when the implementation-planner skill is triggered.
Preferred Model
deepseek-r1:32b (or AGENT_PLANNER_MODEL env var) — reasoning model for structured output.
Responsibilities
- Understand the instruction and its full context.
- Identify files that will need changing.
- Identify risky modules (triggers the
risky-module-reviewskill flag in the plan). - Produce a stepwise plan as a JSON
AgentPlanobject. - Set
max_stepsto be realistic — do not plan more than 10 steps at once. - Note blocking risks prominently.
Output Format
The Planner always produces a JSON AgentPlan:
{
"goal": "One sentence goal",
"steps": [
{
"id": 1,
"type": "modify | create | delete | test | verify",
"description": "What this step does",
"files": ["path/to/file.py"],
"risky": false,
"acceptance": "How to know this step succeeded"
}
],
"risks": ["list of known risks"],
"requires_risky_review": false
}
Handoff
After producing the plan, the Planner hands off to the Implementer agent.
State is persisted in .claude/state/agent-state.json before handoff.
Failure Behaviour
If the Planner cannot produce a valid plan (instruction unclear, context missing),
it writes a PLAN_BLOCKED status to the state file and stops rather than guessing.
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.
- 6d ago First seen · 60 lines · 0 tokens per session scan A ea6810008a93
planner is an agent published in the GitHub repository strikersam/autonomous-ai-agency (8 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 429 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 agents, from other repositories
Supply Chain Strategist
Expert supply chain management and procurement strategy specialist — skilled in supplier development, strategic sourcing, quality control, and supply chain digitalization. Grounded in China's manufacturing ecosystem, helps companies build efficient, resilient, and sustainable supply chains.
Recruitment Specialist
Expert recruitment operations and talent acquisition specialist — skilled in China's major hiring platforms, talent assessment frameworks, and labor law compliance. Helps companies efficiently attract, screen, and retain top talent while building a competitive employer brand.
Product Manager
Holistic product leader who owns the full product lifecycle — from discovery and strategy through roadmap, stakeholder alignment, go-to-market, and outcome measurement. Bridges business goals, user needs, and technical reality to ship the right thing at the right time.
Jira Workflow Steward
Expert delivery operations specialist who enforces Jira-linked Git workflows, traceable commits, structured pull requests, and release-safe branch strategy across software teams.
Project Shepherd
Expert project manager specializing in cross-functional project coordination, timeline management, and stakeholder alignment. Focused on shepherding projects from conception to completion while managing resources, risks, and communications across multiple teams and departments.
Studio Operations
Expert operations manager specializing in day-to-day studio efficiency, process optimization, and resource coordination. Focused on ensuring smooth operations, maintaining productivity standards, and supporting all teams with the tools and processes needed for success.