Install
$ agentstack add skill-drivestream-lab-prayog-skills-prd-impact-map ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
PRD impact map
Identify which repos are affected by a PRD and produce an impact map for tech lead confirmation. Do not open spec PRs in app repos — engineering opens those after tech lead confirms the map.
NON-NEGOTIABLE
- Read
config/service-catalog.yamlbefore reading the PRD. Understand what
each service owns before matching.
- Match PRD capabilities to service
descriptionandownsfields
semantically — do not rely on keyword matching alone.
- Include transitively affected repos via
depends_onchains. If repo B
depends on repo A and the PRD touches A, flag B as potentially affected.
- Explicitly list repos that are not affected and why — this is as
important as the affected list.
- Mark the impact map as requiring tech lead confirmation — do not
treat it as authoritative without LGTM.
Inputs
- PRD — (REQUIRED)
prd/INIT-{id}.mdin-meta - Service catalog — (REQUIRED)
config/service-catalog.yamlin-meta - Meta PRD PR body — (OPTIONAL) PM's description of initiative scope
Process
- T0 Gather — PRD + service-catalog.yaml
- T1 Understand — list PRD capability areas (data flows, user actions,
integrations, storage, auth, notifications, etc.)
- T2 Match — for each capability, match to service
description+owns;
include transitive via depends_on
- T3 Order — derive build/merge order from
depends_ongraph - T4 Output — produce impact map comment body
- T5 Post — add as PR comment on the open meta PRD PR
Output format
Post as a PR comment on the meta PRD PR (not committed as a file).
## Impact map — {INIT-id}
_Generated by /prd-impact-map — {date}_
### Affected services
| Service | Repo | Why | Team | Spec to create |
|---------|------|-----|------|---------------|
| {name} | {org}/{repo} | {capability matched} | @{org}/{team} | INIT-{id}-{slug}.md |
### Transitively affected (via depends_on)
| Service | Depends on | Potential impact |
|---------|-----------|-----------------|
### Not affected
| Service | Reason |
|---------|--------|
### Suggested merge/build order
{repo-A} → {repo-B} → {repo-C}
### Confidence
| Match | Confidence | Notes |
|-------|-----------|-------|
| {service} | High/Medium/Low | {rationale} |
---
**@{tech-lead}** — please confirm or correct before engineering opens spec PRs.
Review deadline: 2 business days.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: drivestream-lab
- Source: drivestream-lab/prayog-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.