skill-product-handoff

skill-product-handoff is a skill for Claude Code, Codex from MatrixFounder/Agentic-development. It costs 25 tokens per session (582 once invoked), scanned A, original, Apache-2.0.

A release-readiness process for checking product documents, approvals, financial assumptions, and a prioritized work list before technical work starts.

In plain words
What is it for?
Use it to check quality gates, confirm director approval, and compile product strategy, vision, and solution documents into a single BRD.
Why use it?
It prevents engineering from starting with incomplete or unapproved product decisions. It also gathers scattered product documents into one business requirements document.

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/matrixfounder/agentic-development/skill-product-handoff
Any agent
npx skills add MatrixFounder/Agentic-development --skill skill-product-handoff
Clone the repo
git clone --depth 1 https://github.com/MatrixFounder/Agentic-development

Made for: Claude Code, Codex.

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 skill-product-handoff

README.md
[![agentmods](https://agentmods.dev/badge/skills/matrixfounder/agentic-development/skill-product-handoff.svg)](https://agentmods.dev/skills/matrixfounder/agentic-development/skill-product-handoff)
Your own site
<a href="https://agentmods.dev/skills/matrixfounder/agentic-development/skill-product-handoff"><img src="https://agentmods.dev/badge/skills/matrixfounder/agentic-development/skill-product-handoff.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 582 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.00025 $0.00582
Opus 5 $0.00013 $0.00291
Sonnet 5 $0.00005 $0.00116
Haiku 4.5 $0.00003 $0.00058

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

Security

Grade A, and why

skill-product-handoff 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.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/compile_brd.py, scripts/sign_off.py, scripts/trigger_technical.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.agent/skills/skill-product-handoff/SKILL.md · 61 lines

How it starts

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

Product Handoff Protocol

1. Objective

To ensure that NO technical work begins until the Product Artifacts are Verified, Approved, and Compiled.

2. The Quality Gate

You MUST verify that the Product Director (p03) has signed off.

Gate Prerequisites

Before requesting sign-off, verify:

  1. Product Score: > 70/100 (from skill-product-analysis).
  2. Financials: Positive NPV & ROI > 2.0x (from skill-product-solution-blueprint).
  3. Backlog: Prioritized with WSJF.

Verification Command

python3 [skill_path]/scripts/verify_gate.py --file docs/product/APPROVED_BACKLOG.md

Note: [skill_path] is the path to this skill (e.g. .agent/skills/skill-product-handoff).

  • Exit Code 0: GATE OPEN. Proceed.
  • Exit Code 1: GATE CLOSED. Stop immediately.

Signing Command (For p03)

python3 [skill_path]/scripts/sign_off.py --file docs/product/APPROVED_BACKLOG.md

3. BRD Compilation

Once the gate is open, you MUST compile the scattered artifacts into a single BRD.md.

Compilation Command

python3 [skill_path]/scripts/compile_brd.py --market-file docs/product/MARKET_STRATEGY.md --vision-file docs/product/PRODUCT_VISION.md --blueprint-file docs/product/SOLUTION_BLUEPRINT.md --output-file docs/BRD.md
  • Inputs: MARKET_STRATEGY.md, PRODUCT_VISION.md, SOLUTION_BLUEPRINT.md.
  • Output: docs/BRD.md.

4. Triggering Technical Phase

After the BRD is compiled, you initiate the Technical Phase.

Trigger Command

python3 [skill_path]/scripts/trigger_technical.py docs/BRD.md docs/TASK.md
  • Effect: Creates the root TASK.md for the Architect/Developer agents.

5. Workflow Integration

This skill is primarily used by the Orchestrator (p00) or the Handoff Workflow to accept the final output from p04.

6. Examples

  • BRD: examples/example_brd.md (Typical output structure).
  • Gate: examples/example_approved_backlog.md (Showing valid Hash format).

Read the full file on GitHub · 61 lines

Files

What ships with it

8 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 61 lines · 25 tokens per session scan A 52e2da59c317

Subscribe to this mod's changes

skill-product-handoff is a skill published in the GitHub repository MatrixFounder/Agentic-development (5 stars, last pushed 2d ago), licensed Apache-2.0. It adds 25 tokens to every session and 582 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 skills, from other repositories

waitlist-page

【模板: 等候名单页 / Waitlist】 【意图】为新产品 / 早鸟内测做一张极简等候页。 【布局】.

nexu-io/html-anything · 25 tokens

deck-course-module

暖纸背景 + Playfair, 左侧学习目标常驻, 含 MCQ 自测页.

nexu-io/html-anything · 25 tokens

argent-tv-interact

Control and inspect TV apps via argent — Apple TV (tvOS), Android TV (leanback), and Amazon Fire TV (Vega). Boot the target, read focus, navigate with the D-pad remote, type, screenshot, and on Vega debug the JS runtime (evaluate, console logs, network inspector). Use when a task targets a TV (runtimeKind "tv", or…

software-mansion/argent · 107 tokens

review-offered-task

Review a task that has been offered to you and decide whether to accept or reject it.

desplega-ai/agent-swarm · 22 tokens

Swift Performance Optimization Skill

Use when investigating measured Swift or Apple-platform regressions in CPU, memory, launch, scrolling, animation hitches, image processing, energy, networking, or concurrency, or when designing performance tests and Instruments experiments. Do not use for speculative micro-optimization, ordinary refactoring, or a…

termio-sh/termio · 68 tokens

aidd-dev:08:for-sure

Iterative agent loop that tracks attempts and retries until a success condition is met. Use when the user says "for sure", "make sure", "keep trying until", "loop until done", "don't stop until", or needs guaranteed completion of a task with explicit success criteria.

ai-driven-dev/framework · 66 tokens