docs: update all documentation and add AI tooling configs

- Rewrite README.md with current architecture, features and stack
- Update docs/API.md with all current endpoints (corporate, BI, client 360)
- Update docs/ARCHITECTURE.md with cache, modular queries, services, ETL
- Update docs/GUIA-USUARIO.md for all roles (admin, corporate, agente)
- Add docs/INDEX.md documentation index
- Add PROJETO.md comprehensive project reference
- Add BI-CCC-Implementation-Guide.md
- Include AI agent configs (.claude, .agents, .gemini, _bmad)
- Add netbird VPN configuration
- Add status report

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-19 13:29:03 -04:00
parent c5b377e788
commit 647cbec54f
3246 changed files with 479789 additions and 983 deletions

View File

@@ -0,0 +1,70 @@
# Question 1: What Feature Delivers the Most Value?
**Connect Trigger Map to the first thing you should design**
---
## The Question
```
Agent: "Looking at your Trigger Map and prioritized feature list,
what's the core feature that delivers value to your
primary target group?
This is what we should sketch first."
```
---
## Why This Matters
Your Trigger Map already identified:
- Primary target group
- What triggers their need
- What outcome they want
**This question connects that to a specific feature to design.**
---
## Example: Dog Week
**From Trigger Map:**
- Target: Parents
- Trigger: Family conflict over dog care
- Outcome: Accountability without nagging
**Feature Selection:**
```
Designer: "The family dog walk calendar - it solves the accountability
problem that causes conflict."
```
**Why this feature first:**
- Directly addresses the trigger (conflict)
- Serves the primary target group (parents)
- Delivers the desired outcome (accountability)
---
## What Agent Captures
```
CORE FEATURE: Family dog walk calendar
WHY: Solves accountability problem that causes family conflict
TARGET: Parents (primary decision makers)
```
---
## Next Question
[Where does the user first encounter this?](02-entry-point.md)
---
[← Back to Guide](00-SCENARIO-INIT-GUIDE.md)