Migrate all repos into monorepo context folders

Bahn: aisupport, Analyse-O2C-C2S, awesome-bahn-mcp-servers, beam-mcp,
      Confluence_Bot, db-planet-mcp-server, O2C-Harness, project-audit,
      Projekt-KIQ-HP, teamlandkarte-mcp
Dhive: Jury-Voting
Privat: CV, NoteGraph (NOTE: NoteGraph needs complete redo after consolidation)
Shared: AI-Orchestrator, OrgMyLife, power_skills_and_more
Shared/references: symphony (read-only)

Bahn repos remain available as independent remotes - this monorepo
pulls them in via subtree, the originals are untouched.
This commit is contained in:
2026-06-30 20:39:52 +02:00
parent 2f2b295531
commit a5f8fb49ab
1717 changed files with 447332 additions and 0 deletions
+42
View File
@@ -0,0 +1,42 @@
# Analyse: Skills & Powers aus power_skills_and_more
Quelle: https://git.tech.rz.db.de/einfachbahn-lab/kiro_tools/power_skills_and_more
## Bewertung der vorhandenen Bausteine
### Übernommen (direkt nützlich)
| Baustein | Typ | Begründung |
|----------|-----|------------|
| `einfachbahn-naming.md` | Steering | Team-Konvention — gilt für alle unsere Repos |
| `db-scm-info-compliance` | Power | Wir haben selbst eine `scm-info.yaml`; hilft bei Validierung und Compliance |
| `db-openshift-deploy` | Power | AI-Orchestrator wird per Docker/OpenShift deployed — direkt relevant |
| `db-pipeship-onboarding` | Power | Nächster Schritt: Migration auf pipeship CI/CD |
| `db-dxp-platform` | Power | Generelles DXP-Plattformwissen für alle Deployment-Fragen |
### Nicht übernommen
| Baustein | Typ | Begründung |
|----------|-----|------------|
| `skills/` (leer) | Skills | Noch keine Skills im Quell-Repo vorhanden |
| `hooks/` (leer) | Hooks | Noch keine Hooks im Quell-Repo vorhanden |
| `mcp/` (Linksammlung) | MCP | Ist eine Linksammlung; unsere MCP-Config liegt bereits in `.kiro/settings/mcp.json` |
## Vorschlag: Weitere nützliche Skills für unser Repo
Basierend auf unserem Technologie-Stack (Python, pytest, Docker, OpenShift) und Workflow
wären folgende **zusätzliche Skills** sinnvoll:
| Skill-Idee | Zweck | Priorität |
|-------------|-------|-----------|
| `python-testing` | pytest + hypothesis Best Practices, Coverage-Ziele, Fixture-Patterns | Hoch |
| `docker-build-db` | Dockerfile-Erstellung mit DB-spezifischen Besonderheiten (Artifactory-Mirror, linux/amd64, non-root) | Hoch |
| `pat-rotation` | Anleitung zur PAT-Rotation und -Verwaltung (passend zum PAT-Manager im AI-Orchestrator) | Mittel |
| `python-packaging` | pyproject.toml, Hatch, Dependency-Management nach DB-Standards | Mittel |
| `mermaid-diagrams` | Architektur-Diagramme in Mermaid für Dokumentation (ergänzt codebase-summary SOP) | Niedrig |
## Empfehlung
1. Die übernommenen Powers sofort in Kiro installieren (über Powers-UI → Local Directory)
2. Das Steering `einfachbahn-naming.md` wird automatisch aktiv (inclusion: always)
3. Skills aus der Vorschlagsliste schrittweise erstellen, wenn der Bedarf konkret wird