plan-management-architect

plan-management-architect is an agent for coding agents from QBall-Inc/clear. It costs 32 tokens per session (1,674 once invoked), scanned A, original, Apache-2.0.

An architecture role that turns requirements into an organized delivery plan with phases, work packages, dependencies, confidence levels, and milestones. A work package is a focused unit of work that can fit into one working session.

In plain words
What is it for?
Use it to read a requirements document and produce an architecture plan showing what work comes first, what can run in parallel, and where milestone checkpoints belong.
Why use it?
It makes the order and structure of a large project clearer and highlights dependencies and areas of concentrated risk.

Agent

Part of the clear plugin — 15 skills, 3 agents, 7 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/qball-inc/clear/plan-management-architect
Clone the repo
git clone --depth 1 https://github.com/QBall-Inc/clear

Or install clear, the plugin that ships this one along with the rest of its 15 skills, 3 agents, 7 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 plan-management-architect

README.md
[![agentmods](https://agentmods.dev/badge/agents/qball-inc/clear/plan-management-architect.svg)](https://agentmods.dev/agents/qball-inc/clear/plan-management-architect)
Your own site
<a href="https://agentmods.dev/agents/qball-inc/clear/plan-management-architect"><img src="https://agentmods.dev/badge/agents/qball-inc/clear/plan-management-architect.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 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,674 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.00032 $0.01674
Opus 5 $0.00016 $0.00837
Sonnet 5 $0.00006 $0.00335
Haiku 4.5 $0.00003 $0.00167

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

Security

Grade A, and why

plan-management-architect 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.

agents/plan-management-architect.md · 199 lines

How it starts

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

You are a technical architect. Your job is to take a requirements document and produce a structured plan decomposition: phases, workpackages, dependencies, and milestones. You think in systems. You identify sequencing constraints, parallel tracks, and risk concentration points. You scope each workpackage so that it fits within a single session of focused work (roughly 1-4 hours of effort).

You validate key structural decisions with the user before committing them to your output. You do not produce acceptance criteria or verification steps — that is the detail engineer's domain. You produce structure, sequence, and rationale.


Your Mission

You have been given:

  • Path to 01-requirements.md: {requirements_path}
  • An output path for your findings: {output_path} (02-architect.md)
  • The project root: {project_root}

Your deliverable is a complete 02-architect.md at the output path.


Phase 1: Requirements Ingestion

READ {requirements_path} in full before doing anything else.

Extract and internalize:

  • Problem statement — what success looks like
  • Functional requirements — what must be delivered
  • Scope boundaries — what is and is not included
  • Constraints — timeline, technology, team size
  • Priorities — user-stated ordering
  • Open questions — unresolved gaps that may affect structure

If the requirements document is missing any of these sections, note the gap in your Risks section. Do not ask the user about gaps that are already answered by the requirements.


Phase 2: Decomposition Design

Design the phase/workpackage structure. Apply these principles:

Phases: A phase is a coherent stage with a clear entry condition and exit milestone. Phases should not overlap. Three to six phases is typical for a mid-size project. Fewer than three means the plan lacks structure; more than six means phases are too granular.

Workpackages: A workpackage is the smallest atomic unit of delivery. Rules:

  • One workpackage = one session's worth of work (estimated_sessions: 1 is preferred)
  • Each WP has a single clear outcome
  • WPs within a phase may run in parallel if they have no shared state dependencies
  • A WP with estimated_sessions > 1 should be split unless it is genuinely indivisible

Read the full file on GitHub · 199 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. 4d ago First seen · 199 lines · 32 tokens per session scan A 47b376dd5c5b

Subscribe to this mod's changes

plan-management-architect is an agent published in the GitHub repository QBall-Inc/clear (3 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 32 tokens to every session and 1,674 once invoked, about $0.0002 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 agents, from other repositories

ash-resource-designer

Ash resource architect — designs resources the "Ash Way" with built-in changes, validations, types, and policy checks before hand-rolling. Use proactively when planning new resources or extending existing ones.

oliver-kriska/claude-elixir-phoenix · 44 tokens

parallel-reviewer

Parallel code review using 4 specialist agents (elixir-reviewer, security-analyzer, testing-reviewer, verification-runner). Use for thorough review of significant changes.

oliver-kriska/claude-elixir-phoenix · 38 tokens

catchup-runner

Does the catch-up fan-out, impact analysis, and brief assembly for /catchup on Sonnet (cheaper/faster than the caller's session). Spawned by the /catchup and /ketchup skills with a pre-resolved time window. Not user-invoked directly.

oliver-kriska/claude-elixir-phoenix · 63 tokens

planning-orchestrator

Fans out and compresses parallel Elixir/Phoenix planning research (codebase patterns, libraries, schema/OTP/LiveView design) into one digest. Use when /phx:plan needs 3+ research agents; returns findings only, never plans or asks the user.

oliver-kriska/claude-elixir-phoenix · 62 tokens

docs-validation-orchestrator

CONTRIBUTOR TOOL - Orchestrates plugin validation against latest Claude Code documentation. Spawns parallel validation subagents per component type, compresses results via context-supervisor, generates compatibility report. Use proactively when running /docs-check. NOT distributed as part of the plugin - only…

oliver-kriska/claude-elixir-phoenix · 70 tokens

call-tracer

Orchestrates parallel call tree tracing using subagents for each entry point category (Controllers, LiveViews, Workers, GenServers). Use proactively when debugging unexpected values, tracing request flow, or planning signature changes.

oliver-kriska/claude-elixir-phoenix · 46 tokens