Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,13 +4,24 @@ emoji: 🤖
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 5.23.1
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
# Agentic BA
|
| 13 |
|
| 14 |
-
|
| 15 |
- a structured BRD
|
| 16 |
- BDD-style user stories
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
|
|
|
| 7 |
app_file: app.py
|
| 8 |
pinned: false
|
| 9 |
---
|
| 10 |
|
| 11 |
# Agentic BA
|
| 12 |
|
| 13 |
+
Agentic BA is a portfolio demo that converts messy stakeholder notes into:
|
| 14 |
- a structured BRD
|
| 15 |
- BDD-style user stories
|
| 16 |
+
|
| 17 |
+
## Why I built this
|
| 18 |
+
Business Requirement Documents and user stories are often time-consuming and inconsistent when written manually. This project explores how AI-style workflow thinking can improve BA documentation.
|
| 19 |
+
|
| 20 |
+
## What this demo shows
|
| 21 |
+
- Raw stakeholder notes as input
|
| 22 |
+
- Clean BRD output
|
| 23 |
+
- BDD-style user stories
|
| 24 |
+
- A clear before-and-after transformation
|
| 25 |
+
|
| 26 |
+
## Next step
|
| 27 |
+
The next version will replace template logic with live AI generation.
|