blogkit.plan

blogkit.plan is a command for Claude Code from agentii-ai/blog-tech-kit. It costs 12 tokens per session (3,238 once invoked), scanned A, original, MIT.

A command that turns a blog strategy specification into an editorial workflow and technical implementation plan. It reads the blog type, audience, topics, publishing schedule, and success measures before documenting platform and tooling decisions.

In plain words
What is it for?
Use it to plan blog operations, choose a content platform and supporting tools, explain those choices, and organize the resulting work.
Why use it?
It connects content decisions to implementation work and stops the process when the strategy document mixes content requirements with technology details.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

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 commands/agentii-ai/blog-tech-kit/blogkit.plan
Clone the repo
git clone --depth 1 https://github.com/agentii-ai/blog-tech-kit

Made for: Claude Code.

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 blogkit.plan

README.md
[![agentmods](https://agentmods.dev/badge/commands/agentii-ai/blog-tech-kit/blogkit.plan.svg)](https://agentmods.dev/commands/agentii-ai/blog-tech-kit/blogkit.plan)
Your own site
<a href="https://agentmods.dev/commands/agentii-ai/blog-tech-kit/blogkit.plan"><img src="https://agentmods.dev/badge/commands/agentii-ai/blog-tech-kit/blogkit.plan.svg" alt="Measured on agentmods" height="20"></a>
Per session 12 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,238 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.00012 $0.03238
Opus 5 $0.00006 $0.01619
Sonnet 5 $0.00002 $0.00648
Haiku 4.5 $0.00001 $0.00324

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

Security

Grade A, and why

blogkit.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 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.blogkit/templates/commands/blogkit.plan.md · 304 lines

How it starts

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

User Input

$ARGUMENTS

You MUST consider the user input before proceeding (if not empty).

Outline

The text the user typed after /blogkit.plan in the triggering message is the technical context for the blog plan. Assume you always have it available in this conversation even if $ARGUMENTS appears literally below. Do not ask the user to repeat it unless they provided an empty command.

Given the blog strategy specification and the technical context, create a comprehensive editorial and technical plan:

  1. Load Required Specification Files:

    • Read spec.md from the current feature directory
    • Extract: Blog Type, Target Audience, Content Pillars, Publishing Cadence, Success Criteria
  2. Validate Content-First Principle:

    • Confirm spec.md contains ZERO technology mentions (no CMS, frameworks, hosting, analytics)
    • If technology found in spec: REJECT and ask user to revise spec first
    • Continue only when spec is Content-First
  3. Parse Technical Context from User Input:

    • Extract technology choices from $ARGUMENTS
    • Identify: CMS Platform, Framework, Hosting, Analytics, Newsletter, Distribution Tools
    • Document rationale for each choice
  4. Simplicity & Focus Gate:

    • If user mentions custom CMS BEFORE 10 published posts: WARN "Custom CMS before 10 posts violates Simplicity principle. Recommend using battle-tested platform first."
    • If user mentions overly-complex architecture for blog MVP: WARN "Over-engineered solution detected. Recommend simplifying to core features first."
    • Document warnings but allow override if user explicitly justifies
  5. Generate Research Phase (if needed):

    • Check if spec.md contains [NEEDS CLARIFICATION] markers
    • If > 3 markers exist: Create research.md with investigation plan
    • If markers exist but ≤ 3: Document clarifications in plan.md Assumptions section
  6. Create Editorial Workflow Section:

    • Define content production process (Research → Draft → Review → Copyedit → Publish)
    • Map to User Blog Type's recommended timeline:
      • Authority: 6-week sprint per post
      • Practitioner: 2-week sprint per post
      • Community: 1-week sprint per spotlight
      • Thought Leadership: 4-week sprint per piece
    • Define roles: Writer, SME, Copyeditor, Marketing
    • CRITICAL: Technical review by SME who didn't write post (No Self-Validation principle)

Read the full file on GitHub · 304 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. 6d ago First seen · 304 lines · 12 tokens per session scan A 99711132923c

Subscribe to this mod's changes

blogkit.plan is a command published in the GitHub repository agentii-ai/blog-tech-kit (10 stars, last pushed 9mo ago), licensed MIT. It adds 12 tokens to every session and 3,238 once invoked, about $0.0001 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.