feature

A feature-planning coordinator that guides product discovery, requirements, user-experience research, design, and workstream planning.

In plain words
What is it for?
Use it to explore a new feature, quickly design workstreams, or generate plans automatically from roadmap documentation in Go projects.
Why use it?
It helps turn a feature idea or existing roadmap item into organized development work with a defined planning path.

Skill for Claude CodeCodex

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 skills/fall-out-bug/sdp/feature
Any agent
npx skills add fall-out-bug/sdp --skill feature
Clone the repo
git clone --depth 1 https://github.com/fall-out-bug/sdp

Made for: Claude Code, Codex.

Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,961 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 $0.00020 $0.01961
Opus 5 $0.00010 $0.00981
Sonnet 5 $0.00004 $0.00392
Haiku 4.5 $0.00002 $0.00196

Measured 2d ago against content hash 84591b71c700, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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 2d 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.

prompts/skills/feature/SKILL.md · 198 lines

How it starts

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

@feature

Orchestrate product discovery, requirements, UX research, and workstream design.

Phase 0: This skill targets Go projects (e.g. go build/go test in acceptance criteria). Language-agnostic expansion is planned.

Three Explicit Modes (No Auto-Detection)

Key Principle: User must explicitly choose the mode. No hidden context detection. Same input + same mode = identical output.

Mode When to use Steps Questions
--default (or no flag) New/exploratory feature. Full interactive discovery. 0, 1, 2, 2.5, 3, 3.5, 4 Interactive (3-5 questions)
--quick User knows what they want, just needs workstreams. 3 only 0 questions - goes directly to @design
--auto Feature already described in roadmap/plan. Non-interactive. 0, 3, 4 only 0 questions - reads from docs/ROADMAP.md

Mode Behavior Guarantee

Deterministic: Each mode produces identical behavior given identical input. No context sniffing, no heuristics, no "smart defaults."

  • --default: Always asks the same questions in the same order
  • --quick: Always skips to @design with zero questions
  • --auto: Always reads from roadmap/plan docs, never asks questions

For features already defined in docs/ROADMAP.md:

Step A: Extract from Roadmap (Non-Interactive)

  1. Find the feature in the roadmap: rg "F0\d\d" docs/ROADMAP.md -A 10
  2. Extract: feature ID, description, success criteria, listed deliverables
  3. Identify scope: what files/packages this touches (from deliverables and codebase)

No questions asked. Read from docs only.

Step B: Auto-Generate Workstreams

For each deliverable, create workstream files using this format:

---
ws_id: 00-FFF-SS
feature_id: FFFF
status: open
priority: P1
size: M
depends_on: []
ws_kind: leaf|aggregate
parent_ws_id: null|00-FFF-SS
dispatch_lifecycle: active
---

# 00-FFF-SS: Feature Name — Step Description

## Goal
One paragraph: what this workstream does and why.

## Scope Files
- path/to/file/or/dir (exact files or directory prefixes)
- ...

## Beads
- primary: sdplab-XXXX      # leaf only
- finding: sdplab-YYYY      # optional

## Acceptance Criteria
- [ ] Specific, testable criterion 1
- [ ] Specific, testable criterion 2
- [ ] go build ./... passes
- [ ] go test ./... passes

Read the full file on GitHub · 198 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. 2d ago First seen · 198 lines · 20 tokens per session scan A 84591b71c700

Subscribe to this mod's changes

feature is a skill published in the GitHub repository fall-out-bug/sdp (19 stars, last pushed 2mo ago), licensed MIT. It adds 20 tokens to every session and 1,961 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-30.

Related

Other skills, from other repositories