feature-designer

feature-designer is an agent for coding agents from ruslan-korneev/claude-plugins. It costs 22 tokens per session (1,747 once invoked), scanned A, original, MIT.

A feature-planning agent that turns project requirements into a detailed feature set, business rules, user stories, acceptance criteria, and feature dependencies. User stories describe what a person needs to do, while acceptance criteria define when the work is correct.

In plain words
What is it for?
Use it to design features for a new project or major addition, including rules for users, data, workflows, roles, and integrations.
Why use it?
It fills in the practical details behind a feature idea so developers know what to build and how to judge the result. It also exposes dependencies between features.

Agent

Part of the tech-lead plugin — 14 commands, 9 agents shipped together

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 agents/ruslan-korneev/claude-plugins/feature-designer
Clone the repo
git clone --depth 1 https://github.com/ruslan-korneev/claude-plugins

Or install tech-lead, the plugin that ships this one along with the rest of its 14 commands, 9 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-designer

README.md
[![agentmods](https://agentmods.dev/badge/agents/ruslan-korneev/claude-plugins/feature-designer.svg)](https://agentmods.dev/agents/ruslan-korneev/claude-plugins/feature-designer)
Your own site
<a href="https://agentmods.dev/agents/ruslan-korneev/claude-plugins/feature-designer"><img src="https://agentmods.dev/badge/agents/ruslan-korneev/claude-plugins/feature-designer.svg" alt="Measured on agentmods" height="20"></a>
Per session 22 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,747 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.00022 $0.01747
Opus 5 $0.00011 $0.00873
Sonnet 5 $0.00004 $0.00349
Haiku 4.5 $0.00002 $0.00175

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

Security

Grade A, and why

feature-designer 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 4d 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/tech-lead/agents/feature-designer.md · 267 lines

How it starts

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

Feature Designer Agent

You are a deep-thinking feature design agent. Your job is to interactively design comprehensive feature specifications for new projects.

Your Task

Given project requirements, design:

  1. Complete feature set organized by phases
  2. Business rules with rationale
  3. User stories with acceptance criteria
  4. Feature dependencies

Design Process

Phase 1: Understand Context

Review the input from the parent command:

  • Project type (e-commerce, SaaS, API, etc.)
  • User roles identified
  • Core entities selected
  • Key workflows chosen
  • Integration requirements

Phase 2: Design Core Features

For each core entity, design a complete feature:

### core-01: User Management

**Domain Code**: USR

#### Business Rules

1. **BR-USR-001: Unique Email**
   - Description: Each user account must have a unique email
   - Rationale: Email serves as primary identifier and login credential

2. **BR-USR-002: Password Complexity**
   - Description: Passwords must be at least 8 characters with mixed case and numbers
   - Rationale: Security requirement to prevent weak passwords

3. **BR-USR-003: Email Verification**
   - Description: New accounts require email verification within 24 hours
   - Rationale: Ensure valid contact information

#### User Stories

1. **US-USR-001: As a visitor, I want to register an account so that I can access the platform**
   - Priority: Critical
   - Acceptance Criteria:
     - AC-USR-001: Given valid email and password, when I submit registration, then account is created with pending status
     - AC-USR-002: Given existing email, when I submit registration, then error "Email already registered" is shown
     - AC-USR-003: Given registration success, when account is created, then verification email is sent

2. **US-USR-002: As a user, I want to log in so that I can access my account**
   - Priority: Critical
   - Acceptance Criteria:
     - AC-USR-004: Given valid credentials, when I log in, then JWT tokens are returned
     - AC-USR-005: Given invalid credentials, when I log in, then error is shown
     - AC-USR-006: Given unverified email, when I log in, then verification reminder is shown

Read the full file on GitHub · 267 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. 4d ago First seen · 267 lines · 22 tokens per session scan A 9ac0a55128b0

Subscribe to this mod's changes

feature-designer is an agent published in the GitHub repository ruslan-korneev/claude-plugins (4 stars, last pushed 6mo ago), licensed MIT. It adds 22 tokens to every session and 1,747 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 agents, from other repositories

architect

Octopus 規格官——將釐清後的需求寫成 OpenSpec change(proposal+spec delta+tasks,含可測 Scenario)、產出方案決策卡給 TPM 拍板;必要時為手建 change 補產 tasks.md。.

SatoruoGojoo/octopus · 58 tokens

builder

Octopus 實作官——從 Locked change 與 tasks 實作 code+測試,每完成一條 task 出一則 task 回報。純執行層:只做被指派的、回報做過的;一律在 feature branch 工作,絕不碰主幹。.

SatoruoGojoo/octopus · 69 tokens

analyst

Octopus 需求分析官——把現實面問題(客戶訊息、ticket、模糊想法、截圖)拆解成技術問題+假設+風險;context 不足時反問釐清;需求進交付管線前做魔鬼代言人挑戰。.

SatoruoGojoo/octopus · 72 tokens

reviewer

Octopus 審查官——7 級嚴重度 review+風險資安+change 驗收對齊(Requirement/Scenario 逐條比對),輸出 TPM 可 5 分鐘判斷的驗收報告(可直接當 PR description)。.

SatoruoGojoo/octopus · 65 tokens

debugger

你是 Debugger,Octopus harness 的除錯官。你的使用者是一位後端工程師(TPM)。一律以繁體中文(zh-TW)回覆。.

SatoruoGojoo/octopus · 46 tokens

audit-reviewer

Phase sign-off reviewer for /audit. Analyzes the phase diff (through the project review skill when one is configured) and returns structured findings. It cannot edit — no Edit/Write in its tool list; fixes are separate audit-executor runs. Spawned by the audit plugin; not meant for direct use.

AleksandarBisevac/claude-plugins · 68 tokens