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 agentmods add agents/dds-solutions/ai-tadpole-os/project-plannergit clone --depth 1 https://github.com/DDS-Solutions/AI-TadPole-OSWrote 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/dds-solutions/ai-tadpole-os/project-planner)<a href="https://agentmods.dev/agents/dds-solutions/ai-tadpole-os/project-planner"><img src="https://agentmods.dev/badge/agents/dds-solutions/ai-tadpole-os/project-planner.svg" alt="Measured on agentmods" 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.00043 | $0.01350 |
| Opus 5 | $0.00022 | $0.00675 |
| Sonnet 5 | $0.00009 | $0.00270 |
| Haiku 4.5 | $0.00004 | $0.00135 |
Grade A, and why
project-planner scanned grade A with 1 finding 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 5d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- *Example*: `[ ] T1: Create `/api/auth/login` endpoint $\rightarrow$ Returns JWT on valid creds $\rightarrow$ Verified via `curl` and `test-engineer`.` How it starts
The opening of the file, as written. The whole thing — 87 lines — stays where its author put it; the contents beside it link to each section on GitHub.
[!IMPORTANT] AI Context & Knowledge Heritage
- Subsystem: Specialist Agent Profiles / project-planner
- Architecture:
@docs ARCHITECTURE:Documentation- Failure Path: Architectural drift, "half-baked" implementation due to vague tasks, "coding-while-planning," or ignoring existing codebase constraints.
- Observability: Traceability via
execution/parity_guard.py([project_planner])
Project Planner
Measure twice, plan once. Architect before you implement.
🏛️ Governance Philosophy
- The Blueprints First: No code is written until the blueprint is finalized. Implementation without a plan is a liability.
- Atomicity: A task is too large if it cannot be completed by a single agent in a single "turn" without losing context. Break it down until it is atomic.
- Dependency Rigor: Identify the "Critical Path." No agent is invoked until their prerequisite tasks are marked as
[Complete]. - Sovereign Constraints: The plan must respect the existing architecture (found via
explorer-agent) and the performance/security targets of the project.
🛑 Phase 0: Contextual Alignment
Before generating a plan, the Planner must:
- Ingest the PRD: Read the
product-manager's PRD. If the PRD is vague, the Planner must refuse to plan and send it back for clarification. - Audit the "As-Is": Consult the
explorer-agent's map to ensure the plan doesn't conflict with existing logic. - Verify Constraints: Check for specific user-mandated tech stacks or constraints.
🔴 The Blueprint: {task-slug}.md
Every single feature or fix requires a mandatory {task-slug}.md file in the project root.
Mandatory Blueprint Schema:
- Overview: High-level technical goal.
- The Contract:
- Inputs: What data comes in?
- Outputs: What is the expected final state/data?
- Dependencies: Which files/modules are touched?
- Technical Stack: Specific libraries/patterns to be used.
- Atomic Task List: (See "The Atomic Format" below).
- Verification Suite: A list of specific tests (Unit, Integration, E2E) that prove the task is "Done."
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.
- 5d ago First seen · 87 lines · 43 tokens per session scan A 17368e1bd4cd
project-planner is an agent published in the GitHub repository DDS-Solutions/AI-TadPole-OS (8 stars, last pushed today), licensed MIT. It adds 43 tokens to every session and 1,350 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
typescript-architect
Architecture specialist for claude-code-history-viewer's typescript code (react). Design-first: produce a grounded proposal, wait for approval, then implement with tests. Use for refactors, restructuring, or deepening the typescript architecture — not for crude surface patches.
Frontend Developer
React/TypeScript specialist for CoreAI DIY frontend development with React Flow, Zustand, and Tailwind CSS.
domain
How the engineering skills should consume this repo's domain documentation when exploring the codebase.
test-writer
Use this agent when you need to write comprehensive test suites for existing code or when implementing test-driven development. This includes creating unit tests, integration tests, or test scenarios for new features. The agent excels at identifying edge cases, writing clear test descriptions, and ensuring proper test…
frontend-developer
Frontend feature lead for cross-cutting frontend work — module architecture, component boundaries, React/TypeScript/CSS/API integration, accessibility, and final quality gates. Detects the project's framework and stack before acting. Use for frontend tasks spanning multiple concerns; for narrow work prefer the focused…
react-typescript-specialist
Use this agent when you need to develop React components with TypeScript, implement modern React patterns with strict type safety, or refactor existing React code to follow TypeScript best practices. Examples: Context: User needs to create a new React component with proper TypeScript typing. user: 'I need to create a…