plan-feature

plan-feature is a skill for Claude Code, Codex from andrewvaughan/agent-council. It costs 47 tokens per session (9,505 once invoked), scanned A, original, MIT.

A planning workflow for taking a feature idea to an approved implementation plan. It uses product and technical review groups and records the resulting decision and task breakdown.

In plain words
What is it for?
Evaluating new feature concepts, documenting the decision, creating GitHub issues, and adding work to a product roadmap. It does not write code, modify schemas, run tests, or create implementation branches.
Why use it?
It exposes assumptions and unresolved questions before coding begins. This helps establish scope and priorities without changing the application itself.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions CLAUDE.md; mentions Claude Code; mentions AGENTS.md.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is **Model Selection**: See the [Model Selection](../../README.md#model-selection) section in README.md for mapping agent model specs to Task tool parameters..

Good fit Evaluating new feature concepts, documenting the decision, creating GitHub issues, and adding work to a product roadmap. It does not write code, modify schemas, run tests, or create implementation branches.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/andrewvaughan/agent-council
agentmods
npx agentmods add skills/andrewvaughan/agent-council/plan-feature

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/andrewvaughan/agent-council/plan-feature.svg)](https://agentmods.dev/skills/andrewvaughan/agent-council/plan-feature)
Your own site
<a href="https://agentmods.dev/skills/andrewvaughan/agent-council/plan-feature"><img src="https://agentmods.dev/badge/skills/andrewvaughan/agent-council/plan-feature.svg" alt="Measured on agentmods" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 9,505 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.00047 $0.09505
Opus 5 $0.00023 $0.04752
Sonnet 5 $0.00009 $0.01901
Haiku 4.5 $0.00005 $0.00950

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

Security

Grade A, and why

plan-feature 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 8d 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.

canonical/skills/plan-feature/SKILL.md · 742 lines

How it starts

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

Feature Planning Workflow

Take a feature idea from concept to an approved implementation plan with lean scope, council consensus, and a documented decision record. This skill challenges assumptions, asks hard questions, and pushes back at every stage — before councils review, after councils vote, and before final approval. The goal is to arrive at the strongest possible plan, not to rubber-stamp the first idea.

[!CAUTION] Scope boundary: This skill produces a plan, a decision record, GitHub issue(s), and integrates them into the Product Roadmap project with correct phase assignments. It does NOT write application code, create components, modify database schemas, run tests, create branches for implementation, or perform any build work. If the user asks to start building after the plan is approved, direct them to run /build-feature <issue-number> — do not begin implementation yourself.

Step 1: Gather Feature Context

Ask the user to describe:

  • What the feature does (user-facing behavior)
  • Who it is for (target users)
  • Why it matters (business or product value)
  • Constraints (time, technical, budget, dependencies)

If the user provides a GitHub issue number, fetch the issue details:

gh issue view <number> --json title,body,labels,state,number

Track the source issue number — if planning was initiated from a GitHub issue, store the issue number for later updates in Steps 3, 5, and 7.

Already-Planned Check

If the issue has the build-ready label, it has already been through /plan-feature and was deemed sufficiently planned. Warn the user before proceeding:

[!WARNING] Issue #<number> already has the build-ready label, which means /plan-feature has been run on it before. Re-running will create a new decision record and may create duplicate implementation issues.

Ask the user whether to:

  • (a) Continue anyway (re-plan from scratch, e.g., if requirements changed significantly)
  • (b) Stop and use the existing plan (run /build-feature <number> instead)

Read the full file on GitHub · 742 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. 8d ago First seen · 742 lines · 47 tokens per session scan A f76876374c39

Subscribe to this mod's changes

plan-feature is a skill published in the GitHub repository andrewvaughan/agent-council (13 stars, last pushed 6mo ago), licensed MIT. It adds 47 tokens to every session and 9,505 once invoked, about $0.0002 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-30.