blogkit.tasks

blogkit.tasks is a command for Claude Code from agentii-ai/growth-hacking-kit. It costs 9 tokens per session (2,866 once invoked), scanned A, a copy of blogkit.tasks, MIT.

A command that turns an editorial plan into a detailed list of content-production tasks. It reads a plan.md file, checks that required planning sections are complete, and uses the blog structure and team roles described there.

In plain words
What is it for?
Use it to break a blog’s publishing plan into tasks for setup, writing, subject-matter review, editing, and marketing. It also helps organize the first five posts and their expected sprint timelines.
Why use it?
It prevents content work from starting with missing decisions, unclear responsibilities, or unfinished planning. If the plan is incomplete, it stops and asks for the planning step to be finished.

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/growth-hacking-kit/blogkit.tasks
Clone the repo
git clone --depth 1 https://github.com/agentii-ai/growth-hacking-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.tasks

README.md
[![agentmods](https://agentmods.dev/badge/commands/agentii-ai/growth-hacking-kit/blogkit.tasks.svg)](https://agentmods.dev/commands/agentii-ai/growth-hacking-kit/blogkit.tasks)
Your own site
<a href="https://agentmods.dev/commands/agentii-ai/growth-hacking-kit/blogkit.tasks"><img src="https://agentmods.dev/badge/commands/agentii-ai/growth-hacking-kit/blogkit.tasks.svg" alt="Measured on agentmods" height="20"></a>
Per session 9 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,866 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod 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.00009 $0.02866
Opus 5 $0.00005 $0.01433
Sonnet 5 $0.00002 $0.00573
Haiku 4.5 $0.00001 $0.00287

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

Security

Grade A, and why

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

This is a copy

100% identical to blogkit.tasks — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.blogkit/templates/commands/blogkit.tasks.md · 307 lines

How it starts

The opening of the file, as written. The whole thing — 307 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 editorial plan (plan.md) and any technical context from the user, generate a comprehensive task breakdown for content production:

  1. Load Required Plan File:

    • Read plan.md from the current feature directory
    • Extract: Editorial Workflow, Content Calendar, First 5 Posts structure, Technical Stack
  2. Validate Plan Completeness:

    • Confirm plan.md contains all required sections
    • Verify Constitution Check passed (all 8 Blog Principles validated)
    • Verify no [NEEDS CLARIFICATION] markers remain
    • If validation fails: STOP and ask user to complete plan using /blogkit.plan
  3. Parse Blog Structure from Plan:

    • Extract: Blog Type, Target Audience, Content Pillars, Publishing Cadence
    • Identify: First 5 post titles (or post types if titles not yet defined)
    • Extract: Expected timeline for each sprint (from Editorial Workflow section)
    • Identify: Team structure (Writer, SME, Copyeditor, Marketing roles)
  4. Load Sprint 0 Template:

    • Use .blogkit/templates/tasks-template.md Sprint 0: Platform Setup
    • Customize timing based on plan.md (1-2 weeks for platform setup)
    • Customize platform choices from Technical Stack section
    • Customize team roles from Editorial Workflow section
  5. Generate Content Sprint Tasks (Sprints 1-5):

    For each of the first 5 posts defined in plan.md:

    a. Determine Post Type and Timeline:

    • Post 1 (Foundation): Authority-establishing post on core concept
      • Timeline: 6-week cycle (Authority blogs) or 2-week cycle (Practitioner blogs)
    • Post 2 (Deep Dive): Advanced exploration building on Post 1
      • Timeline: Same as Post 1
    • Post 3 (Anti-Pattern): Credibility through failure documentation
      • Timeline: Same as Post 1
    • Post 4 (Ecosystem): Positioning in broader context
      • Timeline: Same as Post 1
    • Post 5 (Benchmark/Data): Original research establishing authority
      • Timeline: Same as Post 1 + 1 week for research

Read the full file on GitHub · 307 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 · 307 lines · 9 tokens per session scan A 3863ca4c7b11

Subscribe to this mod's changes

blogkit.tasks is a command published in the GitHub repository agentii-ai/growth-hacking-kit (5 stars, last pushed 8mo ago), licensed MIT. It adds 9 tokens to every session and 2,866 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to blogkit.tasks, differing in 0 lines, and is treated as a copy.