receive-brief

Decompose multi-feature product briefs into testable feature specifications.

Updated Jun 29, 2026
One-click install
npx skills add https://github.com/phanijapps/engram --skill receive-brief-phanijapps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receive-brief
Source: https://github.com/phanijapps/engram/tree/main/.claude/skills/receive-brief
Command: npx skills add https://github.com/phanijapps/engram --skill receive-brief-phanijapps

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill solves the friction of receiving unstructured, multi-feature product briefs by systematically decomposing them into independently shippable, testable feature specs.

Core Features & Use Cases

  • Intelligent Decomposition: Breaks down complex PRDs or solution handoffs into granular, shippable slices based on shippability rather than arbitrary layers.
  • Automated Traceability: Maintains a live, auto-rolled-up Spec map that tracks delivery status without manual maintenance.
  • Use Case: When product management hands over a 30-page requirements packet, use this skill to elicit missing load-bearing fields, cut the work into feature-sized slices, and scaffold the necessary spec and plan files for each.

Quick Start

Invoke the receive-brief skill to process the attached product brief and decompose it into individual shippable specs.

Frequently Asked Questions about receive-brief

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I decompose a multi-feature PRD into shippable specs?

To decompose a PRD into shippable specs, this skill breaks down unstructured product briefs into granular, independently testable feature slices based on shippability criteria. It elicits missing load-bearing fields and scaffolds the necessary spec files for development intake.

What is automated traceability for product briefs?

Automated traceability for product briefs is a mechanism that maintains a live, auto-rolled-up spec map tracking delivery status. It establishes bidirectional traceability between brief-level outcomes and spec-level acceptance criteria without requiring manual maintenance.

How to break down a 30-page product requirements packet for engineering intake?

To break down a 30-page product requirements packet, invoke this skill to cut the work into feature-sized slices. It processes the attached product brief, elicits missing requirements, and scaffolds spec and plan files for each shippable feature.

Does automated coverage linting work with bidirectional spec traceability?

Automated coverage linting works with bidirectional spec traceability by validating that every brief-level outcome maps directly to spec-level acceptance criteria. This ensures the decomposed feature specifications remain independently testable throughout the intake workflow.

Can I use this to split complex product briefs by shippability rather than layers?

Yes, you can split complex product briefs by shippability rather than arbitrary architectural layers. The intelligent decomposition evaluates requirements and cuts the work into granular, independently shippable slices tailored for engineering delivery.

What are the limitations of automated PRD decomposition for sprint planning?

A limitation of automated PRD decomposition is that it requires structured product briefs to elicit missing load-bearing fields effectively. If the initial requirements packet lacks clear outcomes, the generated spec slices may need manual refinement before sprint planning.