- Introduced PM Agent and QA Agent with detailed plans and objectives. - Created prompts for generating intake, specifications, plans, and tasks. - Developed templates for architect, doc, firmware, and hardware schematic agents. - Added installation and coordination plans to streamline multi-agent workflows. - Established a comprehensive mapping and recommendations for the Kill_LIFE project. - Included a flow diagram and technical analysis for better understanding of the project structure.
33 lines
866 B
Markdown
33 lines
866 B
Markdown
# Patterns d’extension Kill_LIFE
|
||
|
||
## Ajouter un agent
|
||
- Créer un prompt agent (agents/)
|
||
- Définir un plan (agents/<agent>_agent.md)
|
||
- Intégrer dans BMAD/gates
|
||
- Ajouter dans orchestration cockpit
|
||
|
||
## Ajouter un profil compliance
|
||
- Définir dans compliance/active_profile.yaml
|
||
- Enrichir compliance/standards_catalog.yaml
|
||
- Adapter compliance/plan.yaml
|
||
- Ajouter evidence pack spécifique
|
||
|
||
## Ajouter un block hardware
|
||
- Ajouter dans hardware/blocks/
|
||
- Documenter dans REGISTRY.md
|
||
- Définir metadata .json
|
||
- Intégrer dans bulk edits
|
||
|
||
## Ajouter un gate
|
||
- Définir checklist dans bmad/gates/
|
||
- Intégrer dans orchestration agents
|
||
- Adapter evidence pack
|
||
|
||
## Ajouter un test
|
||
- Ajouter dans firmware/test/ ou hardware
|
||
- Intégrer dans CI/CD
|
||
- Documenter dans docs/
|
||
|
||
---
|
||
|
||
Ces patterns facilitent l’industrialisation, l’extension, et la maintenance du template. |