Files
Clément SAILLANT 17c3ad6c78 feat: Add new agent templates and prompts for project management, QA, documentation, firmware, and hardware schematic workflows
- 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.
2026-02-19 02:26:17 +01:00

598 B

Diagramme de flux Kill_LIFE

graph TD
    A[Issue] --> B[Label ai:*]
    B --> C[Agent orchestration]
    C --> D[Spec/Plan/Tasks]
    D --> E[Gates S0/S1]
    E --> F[Firmware/Hardware]
    F --> G[Tests/Build]
    G --> H[Evidence Pack]
    H --> I[Compliance Validation]
    I --> J[CI/CD]
    J --> K[Release]
    B --> L[Scope Guard]
    L --> J
    C --> M[Bulk Edits Hardware]
    M --> F
    F --> N[Blocks KiCad]
    N --> G

Ce diagramme illustre le pipeline complet, de l'issue à la release, en passant par les agents, gates, evidence, compliance, CI/CD, et sécurité.