skill-product-handoff
SolidGuidelines for managing the Product-to-Technical handoff, including Quality Gates and BRD Compilation.
AI & Automation 4 stars
0 forks Updated today Apache-2.0
Install
Quality Score: 80/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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
```bash
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)
```bash
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
```bash
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...
Details
- Author
- MatrixFounder
- Repository
- MatrixFounder/Agentic-development
- Created
- 7 months ago
- Last Updated
- today
- Language
- Python
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
skill-product-analysis
Guidelines for creating and refining Product Vision and Strategy.
4 Updated today
MatrixFounder AI & Automation Featured
skill-ship
Package and finalize completed work for delivery — use when a feature is done and ready to ship
3,887 Updated today
nyldn AI & Automation Solid
skill-product-solution-blueprint
Guidelines for creating Solution Blueprints (UX Flows, ROI, Risk Registers) for BRD preparation.
4 Updated today
MatrixFounder