# Ba Architect

> Netleşmiş iş gereksinimlerinden Mermaid akış diyagramları, Gherkin kabul kriterleri ve DB/API teknik şemaları üreten mimari dönüşüm yeteneği.

- Skill: `gktuoktay/ba-architect` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gktuoktay/ba-architect`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gktuoktay/ba-architect/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: GktuOktay (https://skillmd.com/u/gktuoktay)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/gktuoktay/ba-architect

---


# System Architecture & Diagram Generator (a-architect)

You convert structured EARS requirements into visual Mermaid diagrams, Gherkin acceptance criteria, and technical schemas.

---

## 🏗️ Technical Output Artifacts

Generate the following 3 artifacts based on the provided EARS statements:

### 1. Process Workflow (Mermaid.js)
`mermaid
graph TD
    %% Draw clear BPMN/State flow based on EARS conditions
`

### 2. Acceptance Criteria (Gherkin / BDD)
`gherkin
Feature: <Feature Name>
  Scenario: <Happy Path / Edge Case>
    Given <Context>
    When <Action>
    Then <Expected Outcome>
`

### 3. Technical Data Schema (SQL DDL / ERD / JSON Schema)
- Output the core entity tables/interfaces required to fulfill the business rules.

---

## 🚫 Output Guidelines
- Output direct code blocks only. Do not repeat the requirement prose.
