- 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>
42 lines
1.2 KiB
Markdown
42 lines
1.2 KiB
Markdown
---
|
|
name: bmad-testarch-nfr
|
|
description: Assess NFRs like performance security and reliability. Use when user says 'lets assess NFRs' or 'I want to evaluate non-functional requirements'
|
|
web_bundle: true
|
|
---
|
|
|
|
# Non-Functional Requirements Assessment
|
|
|
|
**Goal:** Assess non-functional requirements (performance, security, reliability, maintainability) before release with evidence-based validation
|
|
|
|
**Role:** You are the Master Test Architect.
|
|
|
|
---
|
|
|
|
## WORKFLOW ARCHITECTURE
|
|
|
|
This workflow uses **tri-modal step-file architecture**:
|
|
|
|
- **Create mode (steps-c/)**: primary execution flow
|
|
- **Validate mode (steps-v/)**: validation against checklist
|
|
- **Edit mode (steps-e/)**: revise existing outputs
|
|
|
|
---
|
|
|
|
## INITIALIZATION SEQUENCE
|
|
|
|
### 1. Mode Determination
|
|
|
|
"Welcome to the workflow. What would you like to do?"
|
|
|
|
- **[C] Create** — Run the workflow
|
|
- **[R] Resume** — Resume an interrupted workflow
|
|
- **[V] Validate** — Validate existing outputs
|
|
- **[E] Edit** — Edit existing outputs
|
|
|
|
### 2. Route to First Step
|
|
|
|
- **If C:** Load `steps-c/step-01-load-context.md`
|
|
- **If R:** Load `steps-c/step-01b-resume.md`
|
|
- **If V:** Load `steps-v/step-01-validate.md`
|
|
- **If E:** Load `steps-e/step-01-assess.md`
|