pm-feature-design

pm-feature-design is a skill for Claude Code from ljucask/pureinn-product-development. It costs 99 tokens per session (7,845 once invoked), scanned A, original, MIT.

A just-in-time technical design tool for one software feature immediately before development. It updates shared design records, adds conditions and finalized rules, creates a Mermaid sequence diagram, and writes acceptance criteria.

In plain words
What is it for?
Use it to finish the design of a feature before coding, document how its parts interact, and define the conditions that determine whether it is accepted.
Why use it?
It keeps detailed design close to the feature being built instead of requiring a complete design for the whole product upfront. It also leaves design commitments ready for user review.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions CLAUDE.md; mentions subagents; names the AskUserQuestion tool.

Part of the pureinn-product-development plugin — 51 skills, 1 command shipped together

Good fit Use it to finish the design of a feature before coding, document how its parts interact, and define the conditions that determine whether it is accepted.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ljucask/pureinn-product-development/pm-feature-design
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 ljucask/pureinn-product-development --skill pm-feature-design
Clone the repo
git clone --depth 1 https://github.com/ljucask/pureinn-product-development

Made for: Claude Code.

Or install pureinn-product-development, the plugin that ships this one along with the rest of its 51 skills, 1 command.

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 pm-feature-design

README.md
[![agentmods](https://agentmods.dev/badge/skills/ljucask/pureinn-product-development/pm-feature-design/github.svg)](https://agentmods.dev/skills/ljucask/pureinn-product-development/pm-feature-design)
Your own site
<a href="https://agentmods.dev/skills/ljucask/pureinn-product-development/pm-feature-design"><img src="https://agentmods.dev/badge/skills/ljucask/pureinn-product-development/pm-feature-design/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for pm-feature-design

Your own site · 80×15
<a href="https://agentmods.dev/skills/ljucask/pureinn-product-development/pm-feature-design"><img src="https://agentmods.dev/badge/skills/ljucask/pureinn-product-development/pm-feature-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 99 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,845 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.00099 $0.07845
Opus 5 $0.00049 $0.03922
Sonnet 5 $0.00020 $0.01569
Haiku 4.5 $0.00010 $0.00784

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

Security

Grade A, and why

pm-feature-design 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 12d 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/pm-feature-design/SKILL.md · 645 lines

How it starts

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

PM - Feature Design (JIT)

Agent mode (--agent)

Supports --agent: runs autonomously in a subagent, drafts the artifact from existing inputs, and returns a short summary + coverage note.

  • No flag → interactive (default); if inputs are heavy, offer agent mode.
  • --agent → obey. First check inputs are complete. Anything missing: do NOT invent it - mark [ASSUMED - what/why] in the output and summary. Never hallucinate to fill a gap.
  • Review required: the artifact contains commitments - after drafting, require the user's review before finalizing; do not close decisions autonomously.

What this skill does

Produces the Just-In-Time technical design for a single feature immediately before it enters build. This is the FDD Phase 4 (Design by Feature) executed in SDD mode.

JIT vs. upfront design:

Upfront approach (not used) This skill (JIT)
Feature-Set-level design, written upfront Feature-level design, written just-in-time
Standalone design document Register updates + sequence diagram embedded in Feature Card
Written for an entire Feature Set before the Stripe Written for one Feature just before build

What this skill does in one run:

  1. Reads the Feature Card (Section 1 is stub at this point)
  2. Discovery Interrogation (Step 1.5) - actively interrogates to surface unknowns and reach precision, calibrated to feature criticality; sorts findings into rules / ACs / subtasks
  3. Enriches entities.md - adds exact guard conditions to state transitions relevant to this feature
  4. Enriches business_rules.md and decision_models.md - finalizes rules this feature enforces (Draft → Final); adds brand-new rules surfaced in discovery via the single-rule helpers
  5. Populates Feature Card Section 1 (Biznis Mantinely) - links entities, BR-IDs, TBL-IDs
  6. Writes Feature Card Section 2 (Acceptance Criteria) - derived from register state + business rules
  7. Writes Feature Card Subtasks - lightweight nuance helpers captured in discovery
  8. Generates Mermaid.js sequence diagram + files to modify - writes to Feature Card Section 3
  9. Pushes description + Sections 1-3 + Subtasks to Notion; sets Feature Card status to 2_Spec_Done (or 2b_In_Design if it is a frontend feature whose Figma design still has to be produced - see Step 4d)

Read the full file on GitHub · 645 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. 12d ago First seen · 645 lines · 99 tokens per session scan A 912aaaece9db

Subscribe to this mod's changes

pm-feature-design is a skill published in the GitHub repository ljucask/pureinn-product-development (2 stars, last pushed 2d ago), licensed MIT. It adds 99 tokens to every session and 7,845 once invoked, about $0.0005 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

backend-development

A set of instructions for building server-side code such as APIs and database-backed applications. It uses API contracts, data models, the chosen technology stack, and tests as the project’s reference points.

dhslegen/digital-delivery-team · 72 tokens

api-contract-first

A set of rules for designing and changing OpenAPI 3.0 interface contracts. These contracts describe how a frontend and backend communicate, including URLs, fields, errors, and status codes.

dhslegen/digital-delivery-team · 62 tokens

api-design

Designs interfaces that survive their consumers — resource modeling, errors, versioning, pagination, and compatibility. Use this to design a new API, review one before it ships, decide how to version or deprecate, fix an interface consumers keep misusing, or work out whether a change is breaking.

cbrock84/headcount · 64 tokens

api-design

API contract design for REST and GraphQL, covering resource shape, URL and header versioning with deprecation windows, RFC 9457 Problem Details error handling, and OpenAPI specs. Use when specifying the wire contract an endpoint exposes, choosing a versioning scheme, or standardizing error response bodies across…

yonatangross/orchestkit · 76 tokens

async-jobs

Async job processing patterns for background tasks, Celery workflows, task scheduling, retry strategies, and distributed task execution. Use when implementing background job processing, task queues, or scheduled task systems.

yonatangross/orchestkit · 42 tokens

python-backend

Production Python async patterns including asyncio TaskGroup, FastAPI dependency injection and middleware, SQLAlchemy 2.0 async sessions, and database connection pool tuning. Python 3.11+ runtime concerns such as ExceptionGroup, cancellation semantics, and session rollback. Use when building async services, wiring…

yonatangross/orchestkit · 82 tokens