- Add complete agent harness structure with 8 roles (leader, triager, architect, implementer, reviewer, security, qa, documenter) - Implement strict workflow with 9 stages and mandatory gates - Add comprehensive verification script and runtime status tracking - Create artifact-based evidence system with contracts and schemas - Add agent policy matrix with permissions and anti-cheat rules - Include test suite (44 tests passing) and CI-ready structure - Add documentation: README, HOWTO, CHECKPOINTS, templates - Configure model routing policies and token-aware task assignment - Add BDD/SDD specification guides and feature templates - Include starter pack for quick project onboarding All verification checks pass. Framework ready for production use.
48 lines
711 B
Markdown
48 lines
711 B
Markdown
# ADR-XXX: Título de la Decisión
|
|
|
|
## Estado
|
|
Aceptado | Propuesto | Deprecado
|
|
|
|
## Fecha
|
|
YYYY-MM-DD
|
|
|
|
## Contexto
|
|
_Descripción del problema o situación que motiva esta decisión._
|
|
|
|
## Decisión
|
|
_Qué se decidió y por qué._
|
|
|
|
## Justificación
|
|
_Razones que fundamentan la decisión._
|
|
|
|
## Consecuencias
|
|
|
|
### ✅ Positivas
|
|
- ...
|
|
|
|
### ❌ Negativas
|
|
- ...
|
|
|
|
### 🔄 Neutrales
|
|
- ...
|
|
|
|
## Alternativas Consideradas
|
|
|
|
### Opción A
|
|
- **Descripción**: ...
|
|
- **Pros**: ...
|
|
- **Contras**: ...
|
|
- **Razón de descarte**: ...
|
|
|
|
### Opción B
|
|
- **Descripción**: ...
|
|
- **Pros**: ...
|
|
- **Contras**: ...
|
|
- **Razón de descarte**: ...
|
|
|
|
## Notas
|
|
_Información adicional o follow-ups._
|
|
|
|
## Relacionado con
|
|
- ADR-YYY
|
|
- Feature F-XXX |