product-manager

Community

Decompose features into deployable DAG phases.

AuthorMatiasComercio
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps product teams translate vague feature ideas into a concrete, executable plan by decomposing them into self-contained phases with clear inputs, outputs, and dependencies, all driven by a DAG.

Core Features & Use Cases

  • Phase decomposition: Break large features or fixes into self-contained, testable phases that can be implemented independently.
  • DAG dependencies: Represent phase relationships with a directed acyclic graph to enable parallel work where possible.
  • Output manifest: Produce a YAML manifest that details phases, acceptance criteria, and artifacts.

Quick Start

Provide a feature prompt, for example: "Add multi-item checkout with discount codes." The skill will generate a DAG of phases with explicit inputs, outputs, and acceptance criteria, and output a YAML manifest.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: product-manager
Download link: https://github.com/MatiasComercio/agentic-config/archive/main.zip#product-manager

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository