FAB Intents
FAB Intents — De Findings a Ejecucion
Sección titulada «FAB Intents — De Findings a Ejecucion»GlassPlane puede generar intents FAB directamente desde el plan de remediacion y pushearlos al repo del proyecto.
Remediation Plan → Generate & Push Intents → Copy Prompt → Claude Code → FAB Ejecuta- En el tab Remediation, click “Generate & Push Intents”
- GlassPlane agrupa items por fase ADLC (ej: todos los de F08 juntos)
- Genera un
INTENT-2026-NNN.yamlpor grupo - Push directo al repo via GitHub API (
intent/INTENT-2026-001.yaml) - Muestra el prompt exacto para copiar en Claude Code
Prompt generado
Sección titulada «Prompt generado»First run: git pull origin main
Then execute intent/INTENT-2026-001.yaml in headless mode. This intentaddresses 6 Security, OWASP gaps detected by GlassPlane. Follow the FABprotocol: read the intent, validate acceptance criteria, execute phasesF08, checkpoint every 60min, create PR when done.El arquitecto copia y pega → el FAB ejecuta → re-scan para verificar.
Agrupamiento
Sección titulada «Agrupamiento»Los findings se agrupan por fase ADLC:
| Dimension finding | Fase | Intent type |
|---|---|---|
| Security, OWASP, SAST/SCA | F08 | security_fix |
| Data Governance, EU AI Act, AI Governance | F05 + F08 | security_fix |
| Spec Coverage | F05 | documentation |
| Gates (strategy, domain) | F01 + F02 | documentation |
| Code quality, AI Review | F06 + F07 | bug_fix |
| DORA, Delivery | F09 + F10 | infrastructure |