- Introduced new documentation for design reviews (DR0/DR1) and release rituals. - Created templates for Architecture Decision Records (ADR), Design Reviews, Playtest Reports, and Validation Plans. - Established workflows for consulting, creative processes, systems engineering, R&D spikes, and compliance/QA. - Implemented GitHub Actions workflows for firmware and hardware CI with required checks strategy. - Added setup script for repository configuration, including label creation and branch protection. - Developed installation script for Kill_LIFE with system updates and environment setup.
32 lines
870 B
Markdown
32 lines
870 B
Markdown
# Workflow — Créatif / narration / contenu
|
||
|
||
## But
|
||
Produire une expérience (narration, scripts, audio/texte, triggers) **versionnée** et intégrable dans le firmware/hardware.
|
||
|
||
## Phases
|
||
|
||
### 1) Bible / règles
|
||
- Ton, univers, règles, contraintes de production
|
||
- Label : `ai:spec`
|
||
|
||
### 2) Scénarisation
|
||
- Structure : scènes, progression, graph (triggers → actions)
|
||
- Label : `ai:plan`
|
||
|
||
### 3) Production assets
|
||
- Scripts + manifests + placeholders
|
||
- Formats : mp3 mono/stéréo, durées, langues, voix
|
||
- Label : `ai:impl` (contenu) + `ai:docs` (guide d’intégration)
|
||
|
||
### 4) Playtest & itération
|
||
- Notes, corrections, versioning
|
||
- Label : `ai:qa` (si tu ajoutes tests/validateurs sur manifests)
|
||
|
||
## Gates
|
||
- Manifests valides
|
||
- Assets référencés existent
|
||
- Evidence pack (liste assets + checksums)
|
||
|
||
## Evidence pack
|
||
Voir `docs/evidence/creative_pack.md`.
|