Install
$ agentstack add skill-baobao2333-prd-agent-kit-prd-02-business-boundary ✓ 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
PRD Business Boundary
Purpose
Compress the expanded idea into a versioned business boundary. This skill decides what belongs in the current release, what is explicitly excluded, and what requires stakeholder sign-off.
Inputs
- Intake brief.
- Any business constraints.
- Known deadlines, dependencies, or team capacity.
- Existing product context, if available.
Process
- Define the business goal of the current version.
- Identify mandatory user paths.
- Identify what must be true for the feature to be considered launched.
- Split scope into
This version,Not this version, andLater. - Identify stakeholder decisions.
- Identify historical system areas that may conflict with the feature.
Boundary rules
- If a capability is useful but not necessary for the first usable version, put it in
Later. - If a capability adds operational or technical complexity without protecting the core goal, put it in
Not this version. - If the business owner must choose between cost, risk, and user experience, propose a recommended default with rationale. Ask the user only when the trade-off cannot be responsibly decided by the agent.
- If current system behavior is unknown, do not assume it is easy to change. Mark it as
Needs history check. - Do not hand off a boundary that leaves the current version split across multiple possible scopes. Pick one first-version scope.
Output format
# 01 Business Boundary: {Feature Name}
## 1. Version goal
{What this version must achieve}
## 2. Success definition
| Dimension | Definition | Must-have? |
|---|---|---|
## 3. Scope
### This version
| Item | Reason | Owner of decision |
|---|---|---|
### Not this version
| Item | Reason for exclusion | Risk if someone re-adds it |
|---|---|---|
### Later versions
| Item | Trigger to revisit | Dependency |
|---|---|---|
## 4. Business boundaries
| Boundary | Product decision | Notes |
|---|---|---|
| User boundary | | |
| Time boundary | | |
| Resource boundary | | |
| Permission boundary | | |
| Cost boundary | | |
| Operations boundary | | |
## 5. Stakeholder sign-off points
| Decision | Options | Recommended default | Who signs off |
|---|---|---|---|
## 6. Needs history check
| Area | Possible conflict | Who should confirm |
|---|---|---|
## 7. Handoff to next stage
Recommended next skill: `prd-03-rule-modeler`
Definition of done
The boundary document is complete when a product manager can say: “This is the release I am willing to defend.”
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: baobao2333
- Source: baobao2333/prd-agent-kit
- 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.