AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Ba Requirements Analysis

skill-dungnotnull-hybrid-harness-chaos-process-prm-s01-ba-requirements · by dungnotnull

>

No reviews yet
0 installs
9 views
0.0% view→install

Install

$ agentstack add skill-dungnotnull-hybrid-harness-chaos-process-prm-s01-ba-requirements

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-dungnotnull-hybrid-harness-chaos-process-prm-s01-ba-requirements)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Ba Requirements Analysis? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

BA Requirements Analysis (s01) - BMAD Powered

Purpose

Act as a Strategic Business Analyst using the BMAD methodology to align business value with technical architecture. The goal is to produce a rigorous Product Requirements Document (PRD) and Architecture Decision Records (ADRs) that are not just technically sound, but business-justified and audited for zero-gap implementation.


Prerequisites

  • [ ] Project description or user request available
  • [ ] Stakeholder availability for interview/requirements gathering
  • [ ] Access to existing documentation (if any)
  • [ ] .commandcode/ directory initialized for artifact storage

Input Contract

| Input | Source | Required | |---|---|---| | User project description | User prompt or s00 context | Yes | | Taste preferences | .commandcode/taste/taste.md | No | | Previous PRDs (if iterating) | s25 postmortem feedback | No | | Existing codebase artifacts | Repository scan | No | | Team/stakeholder info | User or org context | Recommended |


Output Contract

| Output | Destination | Format | |---|---|---| | Product Requirements Document (PRD) | .commandcode/prd.md | Markdown | | Architecture Decision Records (ADRs) | .commandcode/adr/ | Markdown (one per decision) | | Prioritized backlog | .commandcode/backlog.md | Markdown checklist | | Structured context for s01-1 + s04 | Workflow context object | YAML | | Risk register | Included in PRD | Table |


BMAD Analysis Framework

BUSINESS MODEL (B) → ARCHITECTURE (A) → DESIGN (D) → ANALYSIS/AUDIT (A)

B: Align with value chain, OKRs, and economic impact.
A: Map business goals to technical components and trade-offs.
D: Prepare raw specs for User Flow/Detailed Design (s01-1).
A: Rigorous audit of the B-A-D chain to ensure zero contradictions.

Phase 1: Business Model Discovery (B)

Focus: The "Why" and the Value Chain.

Opening Questions (The Value Layer)

questions:
  - "What is the core business value of this project? How does it generate revenue or reduce cost?"
  - "What are the la-line OKRs (Objectives and Key Results) this project supports?"
  - "What is the 'Value Exchange'? (What does the user provide, and what exact value do they get in return?)"
  - "What is the economic impact of NOT building this (Cost of Delay)?"
  - "Who are the primary and secondary stakeholders, and what is their definition of 'Winning'?"

Domain & Context Deep-Dive

questions:
  - "Walk me through the critical user journey from a business value perspective."
  - "What are the non-negotiable regulatory or compliance constraints (SOC2, GDPR, etc.)?"
  - "What's the expected scale and the growth trajectory for the next 12 months?"
  - "What SLAs are required to maintain business trust?"

Phase 2: Architecture Mapping (A)

Focus: Translating Business Value to Technical Strategy.

Technical Discovery & Alignment

questions:
  - "What's the existing tech stack? How does it constrain or enable the Business Model?"
  - "Which components are the 'critical path' for the value exchange?"
  - "What are the top 3 failure modes that would bankrupt the business value (Critical Risks)?"
  - "What observability metrics will prove the Business Model is working (KPIs)?"

Architecture Decision Records (ADR)

For every major decision, produce an ADR that explicitly links back to the Business Model:

## ADR-: 
**Business Driver**: Which part of the Business Model (B) motivates this decision?
**Decision**: The technical choice.
**Context**: Why this over others?
**Consequences**: Trade-offs in terms of cost, speed, and reliability.
**Chaos Implications**: How this affects resilience (s14).

Phase 3: Design Specification (D)

Focus: Defining the "What" for downstream User Flow (s01-1).

Requirement Format (BMAD-Aligned)

## REQ--: 
**Business Value**: How does this requirement support the Business Model?
**Priority**: P0 (must) | P1 (should) | P2 (could) | P3 (won't-now)
**Acceptance Criteria**: 
- [ ] Given , when , then 
**Test Strategy**: How will we verify this?
**Chaos Relevance**: Does this need resilience testing? (YES/NO)

Phase 4: Analysis & Audit (A)

Focus: The Quality Gate. No PRD is "Approved" without this audit.

Perform a BMAD Cross-Audit and document it in the PRD:

1. Vertical Alignment Audit

  • [ ] B $\rightarrow$ A: Does every business goal have a corresponding architectural component?
  • [ ] A $\rightarrow$ D: Does every architectural decision translate into a set of requirements?
  • [ ] D $\rightarrow$ B: Does every requirement actually contribute to the original business value?

2. Conflict & Gap Analysis

  • [ ] Contradiction Check: Do any ADRs conflict with the SLAs or Constraints?
  • [ ] Edge Case Probe: Have we identified the "Worst Case" for the business (e.g., data loss, total downtime)?
  • [ ] Complexity Audit: Is the architecture over-engineered for the stated business value?

Phase 5: Final Delivery (PRD & Backlog)

PRD Template (BMAD Edition)

# Product Requirements Document — 

## 1. Business Model (The 'B')
- **Value Proposition**: The economic/operational "Why".
- **Value Exchange Map**: User $\rightarrow$ System $\rightarrow$ Business Value.
- **Success Metrics (KPIs)**: Measurable business outcomes.
- **Cost of Delay**: Impact of not delivering.

## 2. Architecture Overview (The 'A')
- **System Map**: Component inventory and value flow.
- **ADR Summary Table**: Mapping decisions to business drivers.
- **Infrastructure & Tiers**: SLAs and Chaos budgets per tier.

## 3. Design Specifications (The 'D')
- **Functional Requirements**: (B-linked REQs).
- **Non-Functional Requirements**: (Performance, Security, Reliability).
- **Constraints & Risks**.
- **User Stories & Epics**.

## 4. BMAD Audit Report (The 'A')
- **Alignment Verdict**: (e.g., "Architecture fully supports Business Model").
- **Resolved Conflicts**: List of gaps found and fixed during audit.
- **Residual Risks**: What we are consciously accepting.

## 5. Implementation Roadmap
- **Prioritized Backlog**: P0 $\rightarrow$ P3.
- **Timeline & Milestones**.
- **Open Questions**.

Context Handoff to Downstream Skills

ba_output:
  business_model:
    value_proposition: string
    kpis: [string]
    value_exchange: string
  
  architecture:
    components: [{name, value_role, criticality}]
    adrs: [{id, decision, business_driver}]
    
  requirements:
    functional: [{id, business_value, acceptance_criteria}]
    chaos: [{id, hypothesis, business_impact}]

  audit_status:
    alignment_verified: boolean
    critical_gaps_resolved: boolean
    
  for_s01_1_user_flow:
    primary_personas: [string]
    critical_value_paths: [string]
    failure_modes_to_map: [string]

AI Agent Integration

Autonomy Level

| Aspect | Level | Description | |---|---|---| | Current | L2 | AI drafts the full BMAD chain, Human audits and signs off | | Target | L3 | AI runs complete BMAD analysis autonomously, human approves final PRD |

Harness AI Agent

Agent: Harness AI DevOps Agent

Capabilities:

  • Full BMAD methodology execution (Business Model -> Architecture -> Design -> Analysis/Audit)
  • Requirements gathering and stakeholder analysis
  • ADR generation with business driver linkage
  • PRD generation with vertical alignment audit
  • Risk register creation and gap analysis

Human Gates

  • Final PRD approval and sign-off required before handoff to s01-1
  • Architecture Decision Records require human review for business alignment
  • Stakeholder validation required for Business Model (B) phase
  • Backlog prioritization requires product owner confirmation

Success Criteria

  • [ ] Business Model (B) explicitly defines the "Value Exchange".
  • [ ] Every ADR explicitly references a Business Driver.
  • [ ] PRD contains a formal BMAD Audit Report section.
  • [ ] Vertical alignment (B $\rightarrow$ A $\rightarrow$ D) is verified and documented.
  • [ ] Context handoff provides specific "Critical Value Paths" for s01-1.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.