publish-plan

publish-plan is a skill for Codex from Johnnybyzhang/post-plan. It costs 86 tokens per session (643 once invoked), scanned A, original, MIT.

A skill that turns implementation, architecture, migration, project, or roadmap plans into self-contained HTML pages published online.

In plain words
What is it for?
It helps create, revise, and publish plans for software changes, projects, system designs, migrations, and roadmaps, with a link back to the original coding task.
Why use it?
It gives the plan a shareable document format with phases, milestones, acceptance criteria, risks, and open questions instead of leaving it only in the coding conversation.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Good fit It helps create, revise, and publish plans for software changes, projects, system designs, migrations, and roadmaps, with a link back to the original coding task.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/johnnybyzhang/post-plan/publish-plan
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.

Any agent
npx skills add Johnnybyzhang/post-plan --skill publish-plan
Clone the repo
git clone --depth 1 https://github.com/Johnnybyzhang/post-plan

Made for: Codex.

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 publish-plan

README.md
[![agentmods](https://agentmods.dev/badge/skills/johnnybyzhang/post-plan/publish-plan/github.svg)](https://agentmods.dev/skills/johnnybyzhang/post-plan/publish-plan)
Your own site
<a href="https://agentmods.dev/skills/johnnybyzhang/post-plan/publish-plan"><img src="https://agentmods.dev/badge/skills/johnnybyzhang/post-plan/publish-plan/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.

agentmods 80×15 button for publish-plan

Your own site · 80×15
<a href="https://agentmods.dev/skills/johnnybyzhang/post-plan/publish-plan"><img src="https://agentmods.dev/badge/skills/johnnybyzhang/post-plan/publish-plan.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 643 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00086 $0.00643
Opus 5 $0.00043 $0.00321
Sonnet 5 $0.00017 $0.00129
Haiku 4.5 $0.00009 $0.00064

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

Security

Grade A, and why

publish-plan 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 10d 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/post-plan/skills/publish-plan/SKILL.md · 37 lines

How it starts

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

Publish Plan

Treat the online plan as the planning deliverable. Keep Codex in Default mode; the plugin hook blocks built-in Plan mode because its write restrictions prevent publishing.

Workflow

  1. Inspect the repository, files, and external facts needed to ground the plan. Do not make implementation changes unless the user also requests them.
  2. Ask only questions whose answers would materially change the plan and cannot be discovered. Otherwise state reasonable assumptions in the plan.
  3. Build a complete, polished HTML document beginning with <!doctype html>. The plan itself is the visual artifact: use semantic HTML, responsive inline CSS, clear hierarchy, phased tasks, acceptance criteria, risks, and open questions when applicable. Make checklists and status legible without relying on the outer Post Plan viewer.
    • Keep it self-contained. Do not load external scripts, stylesheets, fonts, or application assets.
    • Inline CSS is supported. Small inline scripts for presentation controls are supported inside the sandbox, but network requests and storage access are not.
    • Include an accurate <title>, accessible landmarks, visible focus styles, and mobile behavior.
  4. Check the draft for secrets, credentials, private keys, personal data, and internal URLs. Never publish them.
  5. Call the Post Plan publish_plan MCP tool only when the draft is ready. Pass:
    • title, the complete document as html, a concise summary, and an appropriate status.
    • The hook-provided Codex session UUID as codex_session_id. If it is unavailable, read CODEX_THREAD_ID from the shell environment. Omit the field if neither is available.
    • Repository and branch metadata when known.
  6. Return the published HTTPS URL and the codex://threads/... backlink. If publishing fails, return the complete plan in chat and say clearly that it is not live.

Revisions

Keep the returned planId and revision in conversation context. To change the same plan, send the complete revised HTML document with plan_id and expected_revision; do not create a second URL. Resolve a revision conflict by fetching or reconstructing the latest plan before retrying.

Read the full file on GitHub · 37 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 37 lines · 86 tokens per session scan A b3d74a9abba0

Subscribe to this mod's changes

publish-plan is a skill published in the GitHub repository Johnnybyzhang/post-plan (0 stars, last pushed 2mo ago), licensed MIT. It adds 86 tokens to every session and 643 once invoked, about $0.0004 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 skills, from other repositories

moemail

Use when an AI agent needs a temporary/disposable email address — for receiving verification emails, testing email integrations, or any task requiring a temporary inbox via the moemail CLI.

beilunyang/moemail · 37 tokens

prepare-cloudflare-production-deployment

Source-of-truth runbook for preparing this Vinext Cloudflare Workers SaaS template for production deployment. Use when setting up or auditing Cloudflare MCP resources, wrangler.jsonc bindings, Worker secrets, Turnstile, Email Sending, GitHub Actions secrets/variables, or GitHub CLI deployment wiring for this…

LubomirGeorgiev/cloudflare-workers-nextjs-saas-template · 72 tokens

pnpm

Fast, disk-efficient package manager for this pnpm + Turborepo monorepo. pnpm owns the dependency graph, lockfile, and supply-chain policy; Turborepo owns task orchestration (build, lint, dev, --affected).

louisbrulenaudet/monorepo-template · 96 tokens

front-vitest

Depth for Vitest tests of front- React 19 SPAs when DOM, RTL, TanStack Query hooks, or TanStack Router route-tree tests are needed. USE WHEN: adding jsdom or testing-library, writing tsx render or renderHook tests, testing createMemoryHistory plus RouterProvider, Suspense UI, or React 19 act fixtures. DO NOT USE WHEN…

louisbrulenaudet/monorepo-template · 102 tokens

ui-ux-design-best-practices

UI/UX polish, component design, animation decisions, and Tailwind v4 patterns for making interfaces feel right. Use when reviewing, writing, or refactoring UI code involving animations, transitions, CSS transforms, gestures, Tailwind utility classes, or interactive component behavior. Triggers on tasks involving…

louisbrulenaudet/monorepo-template · 96 tokens

skills-update

USE WHEN: updating locked agent skills from skills-lock.json, refreshing upstream skill content, or running npx skills update for project skills. DO NOT USE WHEN: adding new skills (use npx skills add with explicit approval), running bare npx skills update without skill names, or updating project-local skills that are…

louisbrulenaudet/monorepo-template · 72 tokens