product

product is a skill for Claude Code from skillmds/skillmd. It costs 13 tokens per session (11,747 once invoked), scanned A, original, MIT.

A product-work framework bundle containing seven standard operating procedures for planning and running product work. It defines modes for normal builds, incidents, and experiments, including required documents and test-driven development (TDD), where tests guide implementation.

In plain words
What is it for?
Use it to structure product tasks, prepare requirements and architecture documents, route work through an issue tracker, and apply different rules to builds, incidents, and experiments.
Why use it?
It gives an agent a fixed process instead of letting it make untracked decisions or begin coding from an unclear request. It also separates routine development from urgent fixes and short-lived experiments.

Skill for Claude Code

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

Part of the create-agent-skills plugin — 10 skills shipped together

Good fit Use it to structure product tasks, prepare requirements and architecture documents, route work through an issue tracker, and apply different rules to builds, incidents, and experiments.

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

Made for: Claude Code.

Or install create-agent-skills, the plugin that ships this one along with the rest of its 10 skills.

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 product

README.md
[![agentmods](https://agentmods.dev/badge/skills/skillmds/skillmd/product/github.svg)](https://agentmods.dev/skills/skillmds/skillmd/product)
Your own site
<a href="https://agentmods.dev/skills/skillmds/skillmd/product"><img src="https://agentmods.dev/badge/skills/skillmds/skillmd/product/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 product

Your own site · 80×15
<a href="https://agentmods.dev/skills/skillmds/skillmd/product"><img src="https://agentmods.dev/badge/skills/skillmds/skillmd/product.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 13 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 11,747 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.00013 $0.11747
Opus 5.5 $0.00005 $0.04699
Sonnet 5 $0.00003 $0.02349
Haiku 4.5 $0.00001 $0.01175

Measured 4d ago against content hash 89960f42ac1d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-23, from the pricing page.

Security

Grade A, and why

product 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/create-agent-skills/skills/product/SKILL.md · 1,065 lines

How it starts

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

GALYARDER PRODUCT BUNDLE

This bundle contains 7 high-integrity SOPs for the Product department.


SKILL: company-creator

THE Agentic Company Framework GLOBAL PROTOCOLS (MANDATORY)

1. Operational Modes & Traceability

No cognitive labor occurs outside of a defined mode. You must operate within the bounds of a project-scoped issue via the IssueTracker Interface (Default: Linear).

  • BUILD Mode (Default): Heavy ceremony. Requires PRD, Architecture Blueprint, and full TDD gating.
  • INCIDENT Mode: Bypass planning for hotfixes. Requires post-mortem ticket and patch release note.
  • EXPERIMENT Mode: Timeboxed, throwaway code for validation. No tests required, but code must be quarantined.

2. Cognitive & Technical Integrity (The industry experts Principles)

Combat slop through rigid adherence to deterministic execution:

  • Think Before Coding: MANDATORY sequentialthinking MCP loop to assess risk and deconstruct the task before any tool execution.
  • Neural Link Lookup (Lazy): Use docs/graph.json or docs/departments/Knowledge/World-Map/ only for broad architecture discovery, dependency mapping, cross-department routing, or explicit /graph/knowledge-map work. Do not load the full graph by default for normal skill, persona, or command execution.
  • Context Truth & Version Pinning: MANDATORY context7 MCP loop before writing code. You must verify the framework/library version metadata (e.g., via package.json) before trusting documentation. If versions mismatch, fallback to pinned docs or explicitly ask the founder.
  • Simplicity First: Implement the minimum code required. Zero speculative abstractions. If 200 lines could be 50, rewrite it.
  • Surgical Changes: Touch ONLY what is necessary. Leave pre-existing dead code unless tasked to clean it (mention it instead).

3. The Iron Law of Execution (TDD & Test Oracles)

You do not trust LLM probability; you trust mathematical determinism.

  • Gating Ladder: Code must pass through Unit -> Contract -> E2E/Smoke gates.
  • Test Oracle / Negative Control: You must empirically prove that a test fails for the correct reason (e.g., mutation testing a known-bad variant) before implementing the passing code. "Green" tests that never failed are considered fraudulent.
  • Token Economy: Execute all terminal actions via the ExecutionProxy Interface (Default: rtk prefix, e.g., rtk npm test) to minimize computational overhead.

Read the full file on GitHub · 1,065 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 · 1,065 lines · 13 tokens per session scan A 89960f42ac1d

Subscribe to this mod's changes

product is a skill published in the GitHub repository skillmds/skillmd (1 stars, last pushed yesterday), licensed MIT. It adds 13 tokens to every session and 11,747 once invoked, about $0.0001 per session on Opus 5.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-09-19.

Related

Other skills, from other repositories

compose:tdd

Use when implementing any feature or bugfix, before writing implementation code.

XiaomiMiMo/MiMo-Code · 17 tokens

skillshare-implement-feature

Implement a feature from a spec file or description using TDD workflow. Use this skill whenever the user asks to: add a new CLI command, implement a feature from a spec, build new functionality, add a flag, create a new internal package, or write Go code for skillshare. This skill enforces test-first development…

runkids/skillshare · 114 tokens

gh-issue

Size-audit, write, and split BanyanDB issues that somebody else or an automated TDD workflow can implement. Use whenever the user asks to file or revise an issue, decide whether an issue is too large, make an issue TDD-ready, turn a design into tickets, or split an umbrella into executable leaves. Do not draft or file…

apache/skywalking-banyandb · 91 tokens

implement-feature

Implement an approved feature plan with fresh-context slices, TDD, evidence, and PR-ready output.

HoangNguyen0403/agent-skills-standard · 23 tokens

conductor-implement

Execute tasks from a track's implementation plan following TDD workflow.

rmyndharis/antigravity-skills · 17 tokens

ring:implementing-tasks

Implementing a single planned task (Task N.M.T) end-to-end: selects the right backend agent by language and service type, drives one TDD RED->GREEN turn, then verifies coverage, lint, license headers, runtime, and delivery before handoff. Runs as Gate 0 before ring:reviewing-code. Use to drive ONE task inside an…

LerianStudio/ring · 103 tokens