feature-spec

feature-spec is a skill for Claude Code from davepoon/buildwithclaude. It costs 32 tokens per session (355 once invoked), scanned A, original, MIT.

A command that writes a structured product feature specification before implementation. The specification includes user stories, acceptance criteria, scope, dependencies, risks, and handoff notes.

In plain words
What is it for?
Use it to document requirements for features such as authentication or billing, research existing specifications, and create a specification file for development.
Why use it?
It turns a feature idea into an agreed plan so developers know what must be built and how success will be checked.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the agent-triforce plugin — 6 skills, 3 agents shipped together

Good fit Use it to document requirements for features such as authentication or billing…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/davepoon/buildwithclaude/feature-spec
About the project

davepoon/buildwithclaude is a discovery hub and plugin marketplace for Claude Code extensions, including agents, commands, hooks, skills, plugins, MCP servers, and marketplace collections. Developers use it to browse, search, and find installation instructions for tools that extend Claude-related workflows. Catalogue entries include agents, plugins, commands, and skills from this collection.

davepoon/buildwithclaude · 3,419 stars · on GitHub · buildwithclaude.com

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 davepoon/buildwithclaude --skill feature-spec
Clone the repo
git clone --depth 1 https://github.com/davepoon/buildwithclaude

Made for: Claude Code.

Or install agent-triforce, the plugin that ships this one along with the rest of its 6 skills, 3 agents.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/davepoon/buildwithclaude/feature-spec.svg)](https://agentmods.dev/skills/davepoon/buildwithclaude/feature-spec)
Your own site
<a href="https://agentmods.dev/skills/davepoon/buildwithclaude/feature-spec"><img src="https://agentmods.dev/badge/skills/davepoon/buildwithclaude/feature-spec.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 355 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.00032 $0.00355
Opus 5 $0.00016 $0.00178
Sonnet 5 $0.00006 $0.00071
Haiku 4.5 $0.00003 $0.00036

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

Security

Grade A, and why

feature-spec 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 7d 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.

plugins/agent-triforce/skills/feature-spec/SKILL.md · 57 lines

What it actually says

Feature Spec

Creates a complete product feature specification using the Prometeo (PM) agent.

When to Use This Skill

  • Defining a new feature or product requirement
  • Writing user stories with acceptance criteria
  • Planning product work that needs a structured spec
  • Documenting business requirements before implementation

What This Skill Does

  1. Runs the SIGN IN checklist (identity, task, memory review)
  2. Researches existing specs to avoid conflicts
  3. Creates a comprehensive spec at docs/specs/{feature-name}.md
  4. Runs the Spec Completion checklist (TIME OUT)
  5. Prepares a structured handoff to the Dev agent
  6. Runs the SIGN OUT checklist (memory update, deliverables)

How to Use

Basic Usage

/feature-spec user authentication with JWT tokens

Detailed Usage

/feature-spec multi-tenant billing system with Stripe integration

Example

User: /feature-spec webhook event system

Output: A complete spec at docs/specs/webhook-event-system.md containing:

  • Problem statement and success metrics
  • User stories with GIVEN/WHEN/THEN acceptance criteria
  • In-scope and out-of-scope items
  • Dependencies, risks, and open questions
  • Handoff notes for the Dev agent

Tips

  • Be specific about the feature scope in your description
  • The agent will ask clarifying questions rather than guess
  • Review the generated spec before passing to implementation
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. 7d ago First seen · 57 lines · 32 tokens per session scan A c433a18101c9

Subscribe to this mod's changes

feature-spec is a skill published in the GitHub repository davepoon/buildwithclaude (3,419 stars, last pushed 2d ago), licensed MIT. It adds 32 tokens to every session and 355 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.

Related

Other skills, from other repositories

01-sdlc

Autonomously orchestrates a request from framing to a draft pull request, isolating implementation, independent review, and final outcome challenge. Use when the user wants to deliver a change end to end. Not for running one development step.

ai-driven-dev/framework · 52 tokens

08-three-amigos

Assesses an Epic or Story through one product, delivery, or quality lens, then reconciles three caller-supplied reports. Use when the user wants to refine one before a backlog change. Not for spawning or writing.

ai-driven-dev/framework · 50 tokens

10-task

Produces or refines a backlog Task for bounded delivery work without independent user value. Use when the user wants to create, link, order, estimate, transition, or complete one. Not for User Stories, Spikes, Defects, or implementation.

ai-driven-dev/framework · 53 tokens

01-ticket-info

Retrieve and display a ticket from the configured ticketing tool. Use when the user wants to see, show, or look up a ticket's details. Not for creating a ticket, or commenting on, transitioning, or reassigning one.

ai-driven-dev/framework · 52 tokens

00-async-dev

Drive the async-dev pipeline from one entry point, whether setup, run, or review. Use when the user wants to install async dev, run a ready issue, or address PR review comments, or on a webhook trigger. Not for plain status checks.

ai-driven-dev/framework · 56 tokens

11-explore

Explore the current project across its tooling, context, and codebase. Use to survey what is installed, see what is available, or find which skill, agent, or rule fits a goal. Not for choosing the next step or running an item; it only points.

ai-driven-dev/framework · 58 tokens