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,51 @@
# Freya's Workflows — What I Can Do
**Instructions:** Present the workflow list. Let the user pick one or ask questions.
After selection, run project analysis then start the chosen workflow.
---
## My Workflows
### 1. UX Design
**When to use:** You need scenarios, page specs, and prototypes.
**What it does:** Creates complete user journey specifications with interactive prototypes.
**Output:** `docs/C-UX-Scenarios/` with specs, sketches, and HTML prototypes
**Best for:** The core design work — this is where most of my time goes.
### 2. Visual Design
**When to use:** You have specs and sketches ready and want polished visual designs.
**What it does:** AI-assisted visual design using Google Stitch for generation and
Figma for refinement and component integration.
**Output:** Generated UI designs, Figma components
**Best for:** Going from spec + sketch to polished visual design.
### 3. Design System
**When to use:** You need a component library with design tokens.
**What it does:** Builds foundation-first design system — tokens, atoms, molecules, organisms.
**Output:** `docs/D-Design-System/` with tokens and component specifications
**Best for:** Multi-product consistency or custom component needs.
### 4. Agentic Development
**When to use:** You want to build features iteratively with AI assistance.
**What it does:** Guided implementation using design log — prototypes, code, bug fixes.
**Output:** Working implementations, prototype iterations
**Best for:** When you're ready to go from spec to code with AI support.
### 5. Software Testing
**When to use:** After development, to validate implementation matches design.
**What it does:** Browser-based testing using Puppeteer — autonomous scan then guided
review. Compares live product against specs and sketches, reports deviations.
**Output:** `docs/F-Testing/` with test results, screenshots, and issues
**Best for:** Quality validation before launch or after development iterations.
### 6. Design Delivery
**When to use:** Design is complete and needs to be packaged for development handoff.
**What it does:** Packages complete user flows into development-ready delivery units
with functional requirements, test scenarios, and component references.
**Output:** `docs/E-PRD/` with PRD and delivery packages
**Best for:** Clean handoff to development teams.
---
**Which workflow do you want to start? Or tell me what you need and I'll recommend one.**