wikispec-plan

wikispec-plan is a skill for Claude Code, Codex from christianb93/WikiSpec. It costs 29 tokens per session (341 once invoked), scanned A, original, MIT.

A workflow step that creates an implementation task list for a Wikispec change. Wikispec is a system for describing and managing planned code changes.

In plain words
What is it for?
Use it to check a change's status and generate or complete its plan of implementation tasks.
Why use it?
It breaks a planned change into concrete work before coding starts, making the implementation scope easier to follow.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to check a change's status and generate or complete its…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/christianb93/wikispec/wikispec-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 christianb93/WikiSpec --skill wikispec-plan
Clone the repo
git clone --depth 1 https://github.com/christianb93/WikiSpec

Made for: Claude Code, 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 wikispec-plan

README.md
[![agentmods](https://agentmods.dev/badge/skills/christianb93/wikispec/wikispec-plan.svg)](https://agentmods.dev/skills/christianb93/wikispec/wikispec-plan)
Your own site
<a href="https://agentmods.dev/skills/christianb93/wikispec/wikispec-plan"><img src="https://agentmods.dev/badge/skills/christianb93/wikispec/wikispec-plan.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 341 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.00029 $0.00341
Opus 5 $0.00015 $0.00170
Sonnet 5 $0.00006 $0.00068
Haiku 4.5 $0.00003 $0.00034

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

Security

Grade A, and why

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

skills/wikispec-plan/SKILL.md · 29 lines

What it actually says

Skill: wikispec-plan

Drive the agent through the full plan step for a wikispec change. You will use the wikispec tool which is a binary in the path, no need to install anything.

Steps

  1. Determine the change name.

    • If the user provided a change name, use it exactly.
    • If no name is provided use wikispec list to list all active changes. If there is only one active change, assume that we will be working on this one, otherwise ask the user to pick a change from the list
  2. Check whether plan step is runnable

    • Use wikispec status --change <change name> to get the status of the current change
    • Look at the output to validate that the plan step is runnable#
    • If not, use the waitingOn field to determine the steps on which plan is waiting and ask the user to run the corresponding wikispec skill first
  3. Follow instructions in a loop. Repeat until the step is complete:

    wikispec instructions --change <name> --step plan
    
    • If the output contains instructions, follow them, then call the command again.
    • If the output signals that the step is already complete, stop looping, inform the user that the plan step is done and suggest to run /wikispec-apply next
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 · 29 lines · 29 tokens per session scan A 1c5276f5bad5

Subscribe to this mod's changes

wikispec-plan is a skill published in the GitHub repository christianb93/WikiSpec (4 stars, last pushed 3mo ago), licensed MIT. It adds 29 tokens to every session and 341 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.

Related

Other skills, from other repositories

run-agent

Launch and supervise Claude Code or Codex through the CCAM Run API. Use when the user wants to start a monitored agent, select a model, approval policy, sandbox, or working directory, send a follow-up, inspect live output, resume a native session, or stop a dashboard-launched run.

hoangsonww/Claude-Code-Agent-Monitor · 64 tokens

sprint-summary

Summarize a sprint's worth of Claude Code activity — sessions grouped by project (cwd), per-model cost breakdown, token efficiency (cache hit rate, compaction baselines), subagent effectiveness from workflow API, velocity metrics (turncount, turndurationms), and tool diversity across the sprint.

hoangsonww/Claude-Code-Agent-Monitor · 64 tokens

cwd-rollup

Roll up Claude Code sessions by working directory (project) from Agent Monitor data — session count, total cost, total tokens, and last-active timestamp per cwd — so per-project activity can be compared at a glance. Use when summarizing where effort and spend went across projects.

hoangsonww/Claude-Code-Agent-Monitor · 59 tokens

daily-standup

Generate a daily standup summary from recent Claude Code sessions — completed work grouped by project (cwd), session costs from the pricing engine, tool invocations, error/compaction/APIError events, and turn velocity metrics from session metadata (turncount, totalturndurationms).

hoangsonww/Claude-Code-Agent-Monitor · 60 tokens

run-history

Inspect CCAM dashboard-run history and relate live run handles to persisted Claude Code or Codex sessions. Use when finding a prior launched task, checking whether a run is still attached, reviewing start/end status, or deciding whether to resume, view, or relaunch work.

hoangsonww/Claude-Code-Agent-Monitor · 57 tokens

refine-ticket

Refine a development ticket — or brainstorm a raw idea — into a validated, self-contained REQUIREMENTS document — the "what", verified against the codebase. Invoke manually only.

eai-org/agent-toolkit · 40 tokens