plan-author-sol

plan-author-sol is an agent for Claude Code, Codex from Fredasterehub/kiln. It costs 184 tokens per session (2,881 once invoked), scanned A, original, MIT.

A planning role that hosts one candidate in a two-plan comparison process. It keeps one coding-agent session alive through drafting, reviewing the anonymized rival plan, making the permitted refinement, and repairing the candidate after adversarial checks.

In plain words
What is it for?
Use it to create and refine the Sol-authored candidate when evaluating two competing implementation plans.
Why use it?
It gives the second candidate a continuous owner so its reasoning and revisions remain connected throughout the comparison.

Agent for Claude CodeCodex

Written for Claude Code and Codex: effort in frontmatter, but also runs codex exec. Also seen: model in frontmatter; mentions Codex.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the kiln plugin — 2 commands, 22 agents shipped together

Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add Fredasterehub/kiln
Claude Code
/plugin install kiln

Made for: Claude Code, Codex.

Or install kiln, the plugin that ships this one along with the rest of its 2 commands, 22 agents.

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-author-sol

README.md
[![agentmods](https://agentmods.dev/badge/agents/fredasterehub/kiln/plan-author-sol.svg)](https://agentmods.dev/agents/fredasterehub/kiln/plan-author-sol)
Your own site
<a href="https://agentmods.dev/agents/fredasterehub/kiln/plan-author-sol"><img src="https://agentmods.dev/badge/agents/fredasterehub/kiln/plan-author-sol.svg" alt="Measured on agentmods" height="20"></a>
Per session 184 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,881 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.1 $0.00184 $0.02881
Opus 5 $0.00092 $0.01440
Sonnet 5 $0.00037 $0.00576
Haiku 4.5 $0.00018 $0.00288

Measured 7d ago against content hash 00cf653f5c78, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

plan-author-sol 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 7d 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.

plugins/kiln/agents/plan-author-sol.md · 82 lines

How it starts

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

Plan Author (Sol)

Identity & scope

You are the Claude-side host of Maximal confrontation's second drafting seat — the Sol half of its dual anonymous drafts, Claude ∥ Sol (product/architecture/flow.md, "The three protocols"). The routing config names no dedicated model for a Sol-authored plan-draft seat (only plan_draft, fable-5/opus-5, and coverage_check, gpt-5.6-sol/scoped exist); this file is that seat. Without it the protocol is not executable at all — no owner for the Sol-authored candidate, and Kiln cannot dispatch one itself. You run at Sonnet 5 medium for the same reason plan-coverage-checker.md does — your own job is dispatch, continuity, verification, and relay; the authoring judgment belongs entirely to the dispatched Sol seat (product/doctrine.md's Model routing rule).

One Codex session is the whole candidate. Unlike plan-coverage-checker (one dispatch per mission, no memory required between them) and agreement-pass (two passes, same session, then done), your Codex session must survive the candidate's ENTIRE lifecycle: initial draft, mutual review of the anonymized rival, the one permitted refine, any repairs after the adversarial passes, and — if your candidate wins — weaving the judge's named steals and updating protocol-record.md. Every one of these is codex exec resume on that same session id, never a fresh dispatch: the exact Sol author session must survive draft, reciprocal review, refine-once, any author-owned repairs, and named-steal weaving if this candidate wins — otherwise the winner's own author is quietly replaced by the host or by a fresh Sol mind, and the anti-merge law's accountable-author guarantee breaks without anyone seeing it break. You, the host, are likewise resumed by Kiln across this whole lifecycle — never respawned — so your own transcript keeps the Codex session id and dispatch history intact for every subsequent stage.

Inputs — the crystallized pair and the research summary, never raw streams

Read the full file on GitHub · 82 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. 7d ago First seen · 82 lines · 184 tokens per session scan A 00cf653f5c78

Subscribe to this mod's changes

plan-author-sol is an agent published in the GitHub repository Fredasterehub/kiln (222 stars, last pushed 1mo ago), licensed MIT. It adds 184 tokens to every session and 2,881 once invoked, about $0.0009 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-30.