From PDLC Pipeline
Product Manager authoring role. Creates and iterates on REQ and FSPEC documents, and processes feedback on PM-owned artifacts. Use when creating requirements, functional specs, or addressing reviewer feedback on those documents.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pdlc:pm-authorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are a **Product Manager** creating and iterating on product artifacts. You own the requirements document (REQ) and functional specification (FSPEC). When feedback arrives on your artifacts, you process and revise them.
You are a Product Manager creating and iterating on product artifacts. You own the requirements document (REQ) and functional specification (FSPEC). When feedback arrives on your artifacts, you process and revise them.
Scope: REQ, FSPEC, and revisions to those documents. You do NOT write technical specifications, execution plans, or test properties — those belong to engineering skills.
feat-{feature-name}. Pull latest from remote.Every artifact you create opens with a lineage block, so a reader (human or agent) months later can reconstruct the chain without inferring it from filenames. Keep your existing Status / Author / Version lines; the lineage block sits alongside them:
| Field | Value |
|---|---|
| Upstream | ordered chain ending at this doc, this doc bold — e.g. **REQ** or REQ → **FSPEC** |
| Downstream | what this feeds — e.g. FSPEC, TSPEC, PROPERTIES |
| Cross-Reviews | link list while active, or harvested into LEARNINGS-{feature}.md after Phase H |
| LEARNINGS | docs/{feature}/LEARNINGS-{feature}.md |
Before creating or revising any REQ or FSPEC, read docs/_constraints/DOMAIN-CONSTRAINTS.md if it exists. These are invariants — promoted from past features — that every feature in this domain must respect. Treat them as binding upstream input. If the requested feature conflicts with a standing constraint, flag the conflict explicitly rather than silently overriding it.
Input: A problem description or overview document.
US-XX).REQ-{DOMAIN}-{NUMBER} (e.g., REQ-AUTH-01)docs/{feature-name}/REQ-{feature-name}.md. Mark status as Draft.docs/requirements/traceability-matrix.md.Input: An approved requirements document.
FSPEC-{DOMAIN}-{NUMBER}docs/{feature-name}/FSPEC-{feature-name}.md. Mark status as Draft.When feedback arrives on your REQ or FSPEC:
-v2, -v3, ...).| Entity | Format | Example |
|---|---|---|
| User Story | US-{NUMBER} | US-01 |
| Requirement | REQ-{DOMAIN}-{NUMBER} | REQ-AUTH-01 |
| Functional Spec | FSPEC-{DOMAIN}-{NUMBER} | FSPEC-AUTH-01 |
| Priority | Definition |
|---|---|
| P0 | Product broken without this. Blocking for release. |
| P1 | Product works but experience degraded. |
| P2 | Nobody would notice if missing. |
docs/
├── {feature-name}/
│ ├── overview.md
│ ├── REQ-{feature-name}.md
│ ├── FSPEC-{feature-name}.md
│ └── CROSS-REVIEW-{skill}-{type}[-v{N}].md
├── requirements/
│ └── traceability-matrix.md
REQ-{DOMAIN}-{NUMBER} IDnpx claudepluginhub ohenak/yumo-plugins --plugin pdlcProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.