blogkit.clarify

blogkit.clarify is a command for Claude Code from agentii-ai/blog-tech-kit. It costs 13 tokens per session (1,382 once invoked), scanned A, original, MIT.

A command that reviews a blog content plan and finds areas where important details are missing or unclear. It asks up to three focused questions to resolve those gaps.

In plain words
What is it for?
Use it to review a spec.md file, identify unclear sections, and produce prioritized questions with answer choices and their likely consequences.
Why use it?
It helps prevent work based on vague decisions about the blog's audience, topics, goals, publishing schedule, or distribution.

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/agentii-ai/blog-tech-kit/blogkit.clarify.svg)](https://agentmods.dev/commands/agentii-ai/blog-tech-kit/blogkit.clarify)
Your own site
<a href="https://agentmods.dev/commands/agentii-ai/blog-tech-kit/blogkit.clarify"><img src="https://agentmods.dev/badge/commands/agentii-ai/blog-tech-kit/blogkit.clarify.svg" alt="Measured on agentmods" height="20"></a>
Per session 13 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,382 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.00013 $0.01382
Opus 5 $0.00006 $0.00691
Sonnet 5 $0.00003 $0.00276
Haiku 4.5 $0.00001 $0.00138

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

Security

Grade A, and why

blogkit.clarify 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.clarify.md · 148 lines

How it starts

The opening of the file, as written. The whole thing — 148 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

Given the blog content strategy specification (spec.md), identify underspecified areas and ask clarification questions:

  1. Load and Analyze spec.md:

    • Read spec.md from current feature directory
    • Scan for [NEEDS CLARIFICATION] markers and vague sections
    • Identify ambiguous areas in: Blog Type, Target Audience, Content Pillars, Success Criteria
  2. Prioritize Clarifications:

    • Priority 1 (Scope Impact): Blog type, target audience definition, content pillar focus
    • Priority 2 (Quality Impact): Publishing cadence, content length, quality standards
    • Priority 3 (Distribution Impact): Distribution channels, social strategy, engagement goals
    • LIMIT: Ask MAXIMUM 3 clarification questions across all priorities
  3. Generate Clarification Questions:

    • For each clarification need, create a focused question with 3-4 suggested answers
    • Include context from spec.md showing why clarification is needed
    • Provide implications of each answer option
    • Format as markdown table for clarity
  4. Present Questions to User:

    • Number questions Q1, Q2, Q3 (max 3)
    • Present all questions together before waiting for responses
    • Use clear markdown formatting with tables for options
    • Include context quotes from spec.md
  5. Wait for Responses:

    • Ask user to respond with format: "Q1: [Option], Q2: [Custom answer], Q3: [Option]"
    • Accept option letters (A, B, C, Custom) or full custom text
    • Wait for complete set of responses before proceeding
  6. Update spec.md:

    • Replace [NEEDS CLARIFICATION] markers with user's answers
    • Add "Clarifications" section documenting Q&A pairs
    • Maintain all existing spec content unchanged
    • Preserve formatting and structure
  7. Validate Updates:

    • Confirm spec.md no longer contains [NEEDS CLARIFICATION] markers (or max 1-2 remaining)
    • Verify clarifications are consistent with rest of spec
    • Check for any new ambiguities that clarifications introduced

Read the full file on GitHub · 148 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 · 148 lines · 13 tokens per session scan A 42f34eb75bf0

Subscribe to this mod's changes

blogkit.clarify is a command published in the GitHub repository agentii-ai/blog-tech-kit (10 stars, last pushed 9mo ago), licensed MIT. It adds 13 tokens to every session and 1,382 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.