business-analysis
Business Analysis Standards
This skill defines the standards for bridging the gap between abstract business goals and concrete technical implementation.
🧠 Core Mindset & Philosophy
[!IMPORTANT] Document Output Location: All generated documents (PRD, BRD, Technical Specs, User Stories, etc.) MUST be saved to the
docs/folder in the project root. Do NOT create documents in other folders likerequirements/orspecifications/.
- Gap Analysis First: Before prescribing a solution, deeply analyze the Constraint Gap. Ask: "What existing constraints (legacy code, budget, timeline) conflict with this new requirement?"
- Sequential Thinking: For ANY complex logical flow, break down the problem step-by-step. Do not guess; derive.
- Visuals First: Text is ambiguous. Code is implementation details. Diagrams are truth.
- Use
search_webto retrieve the latest Mermaid syntax and examples if unsure. Do not rely on internal training data.
- Use
- Obsidian Native: Documentation should be Graph-Ready.
- Use
[[Wiki-links]]for internal references. - Create MOCs (Maps of Content) for major topics.
- Use YAML frontmatter for tags and aliases.
- Use
- Agile Orthodoxy: We speak in User Stories (INVEST criteria). We define Acceptance Criteria (Gherkin).
- Perspectives: Evaluate requirements from multiple angles:
More from kienhaminh/anti-chaotic
qa-tester
Use when planning tests, creating test cases, reporting bugs, or executing Unit/E2E/Security/Performance tests.
26backend-developer
Use when designing APIs, Architecture, Security, or Scalability for Node, Python, Go, or Java backend systems.
21lead-architect
Use for high-stakes technical decisions, system design (Microservices/Monolith), cloud infrastructure, or generating ADRs/RFCs.
11frontend-developer
Use when implementing frontend code, optimizing performance, or ensuring strict adherence to documentation/references.
11blockchain-engineer
Use when architecturalizing protocols, developing smart contracts, or auditing security for blockchain systems.
11designer
Use when building UI, branding, design systems, or auditing accessibility/UX.
10