feat: initial agent-swarm-repo template
Some checks failed
gates / quality (push) Has been cancelled

Generelles Git-Repo-Template fuer KI-Agenten-Arbeit (multi-agent swarm pattern).

Enthaelt:
- Rollen-System (Leader, Worker, Reviewer) mit Model-Routing-Matrix (Tier-basiert)
- Zwei komplementaere Loops: Feature-Loop (vorwaerts) + Audit-Loop (rueckwaerts)
- Spike-Gate fuer Research-Items (GO/NO-GO vor Produktionscode)
- Obligatorische Opus-Review-Gate nach jeder Implement-Session
- Drei ausfuehrbare Gates: session-hygiene, ownership (Cross-Edit-Schutz), doc-drift
  -- alle dormant bis zur ersten Initialisierung, dann automatisch aktiv
- Bootstrap: scripts/init.sh + session-prompts/BOOTSTRAP.md
- Worked Example (URL-Shortener-Domaene): Board, Session-Log, Audit-Finding, ADR
- Token-Hygiene (3-Tier: Session-Schnitt / Command-Disziplin / Cache-Disziplin)
- GitHub Actions CI (gates.yml) laeuft auf jedem Push/PR

Muster destilliert aus produktiv-bewaehrten Patterns des ConformalLabpp-Projekts.
This commit is contained in:
2026-06-03 06:35:06 +02:00
commit 696eddb5ef
40 changed files with 1310 additions and 0 deletions

15
audits/TEMPLATE.md Normal file
View File

@@ -0,0 +1,15 @@
# Audit <scope> — <YYYY-MM-DD>
- **Reviewer-Session:** kalt (kein Vorkontext)
- **Orientierung allein aus AGENTS/STATE/CONVENTIONS gelungen?** Ja/Nein
## Befunde
| # | Typ (drift/hygiene/untested) | Beschreibung | Severity | Korrektur-Task |
|---|------------------------------|--------------|----------|----------------|
| 1 | _…_ | _…_ | low/med/high | _Roadmap-/STATE-Eintrag_ |
## Verifikation
- Manifest geprüft: _…_ · Tests ausgeführt: _… -> Ergebnis_
## Empfehlung
- _Audit-Loop weiter / Feature-Loop freigegeben._