Plans 01, 02, 04 fully closed (100%). Plans 03, 07, 08, 10, 11 at 82-93%. 27 remaining items clustered in: KiCad pipeline (8), release process (6), hardware-dependent (3), doc polish (3), GitHub admin (2). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
5.2 KiB
Audit des plans 01-14 -- 2026-03-25
Audit de pertinence des anciens plans (01-14) par rapport a l'etat courant du repo Kill_LIFE.
Methode
Chaque item [ ] ouvert a ete croise avec :
- l'existence de fichiers/outils dans le repo
- les plans posterieurs (15-27) et le lot chain autonome (plan 18)
- les workflows CI/CD (22 workflows dans
.github/workflows/) - les specs, contracts et artifacts existants
Resume par plan
| Plan | Total items | Done | Obsolete | Still open | Taux closure |
|---|---|---|---|---|---|
| 01 - Premiere entree | 17 | 17 | 0 | 0 | 100% |
| 02 - Brainstorming | 6 | 6 | 0 | 0 | 100% |
| 03 - Specification | 12 | 10 | 0 | 2 | 83% |
| 04 - Mise a jour agentics | 12 | 12 | 0 | 0 | 100% |
| 06 - Integration CI/CD | 15 | 10 | 0 | 5 | 67% |
| 07 - Gestion specs | 8 | 7 | 0 | 1 | 88% |
| 08 - Conformite securite | 14 | 13 | 0 | 1 | 93% |
| 09 - Bulk edit hardware | 14 | 6 | 0 | 8 | 43% |
| 10 - Documentation onboarding | 11 | 9 | 0 | 2 | 82% |
| 11 - Contribution feedback | 13 | 11 | 0 | 2 | 85% |
| 14 - Release versioning | 11 | 5 | 0 | 6 | 45% |
| TOTAL | 133 | 106 | 0 | 27 | 80% |
Items encore ouverts
Plan 03 - Specification
[ ]Tests integration (HIL si hardware) -- necessite hardware physique[ ]Mesures (power profiling, timing) -- necessite hardware physique
Plan 06 - Integration CI/CD
[ ]format/lint (clang-format, etc.) -- firmware C++ lint non implemente[ ]exports KiCad (PDF/renders) -- pipeline KiCad export manquante[ ]ERC/DRC (si outillage integre) -- pipeline KiCad ERC/DRC manquante[ ]BOM export -- pipeline BOM manquante[ ]Branch protection : checks requis -- config GitHub non verifiee[ ](Option) Environnements proteges pour etapes sensibles
Plan 07 - Gestion specs
[ ]Dans la PR d'impl : lien vers la spec + AC coches -- process non automatise
Plan 08 - Conformite securite
[ ]Verifier les exigences : radio, EMC, LVD, etiquetage -- necessite produit physique
Plan 09 - Bulk edit hardware
[ ]Export schema PDF -- KiCad export pipeline[ ]Export PCB renders -- KiCad export pipeline[ ]Export BOM -- KiCad export pipeline[ ]Dry-run (bulk edit) -- script schops.py non present[ ]Apply (bulk edit) -- script schops.py non present[ ]Verifier ERC/DRC -- KiCad ERC/DRC pipeline[ ]Exports identiques a "avant" -- depends des exports ci-dessus[ ]Diff visuel (captures) -- depends des exports ci-dessus
Plan 10 - Documentation onboarding
[ ]"Issue -> PR" walkthrough -- doc pas ecrite[ ]Liens internes OK -- pas de lint markdown links[ ]Commandes testees -- pas de test automatique des commandes doc
Plan 11 - Contribution feedback
[ ]Review obligatoire sur paths sensibles -- CODEOWNERS non verifie[ ]Ajouter tests/gates (compliance) -- compliance gates CI partielles
Plan 14 - Release versioning
[ ]"Freeze" features, bugfix only -- process non formalise[ ]Tag git -- aucun tag de release[ ]Liste des AC couverts -- release notes non automatisees[ ]Changements incompatibles -- release notes non automatisees[ ]Backport policy -- non definie[ ]Hotfix process -- non defini
Fichiers complementaires audites
docs/plans/15_todo_mcp_stack.md
Status: REDIRECTED. Ce fichier indique que la source de verite est desormais specs/mcp_tasks.md. Aucun item ouvert ici.
docs/plans/18_todo_enchainement_autonome_des_lots_utiles.md
Status: DONE. Tous les lots (intelligence-governance, zeroclaw-integrations, mesh-governance, mcp-runtime, cad-mcp-host, yiacad-fusion, python-local) sont en statut done avec handoffs documentes.
docs/plans/TODO_2026-03-10.md
Status: PARTIALLY DONE.
- Section FAIT: 5/5 items done
- IMMEDIAT Toolchain: 4 items ouverts (PlatformIO build/test validation)
- SEMAINE 1 firmware: 8 items ouverts (WiFi scanner spec + impl)
- SEMAINE 2 hardware: 8 items ouverts (KiCad minimal schematic)
- SEMAINE 3+ integrations: 9 items ouverts (ZeroClaw, n8n, compliance e2e)
Note: plusieurs items de ce TODO sont couverts par les lots autonomes du plan 18 (ZeroClaw, n8n, MCP runtime).
Themes transversaux des items restants
- KiCad pipeline (export PDF, ERC/DRC, BOM) -- 8 items bloques. Candidat pour un plan dedie ou integration dans le plan 23 (YiACAD git EDA platform).
- Release process (tag, freeze, notes, backport, hotfix) -- 6 items. Candidat pour formalisation dans un plan dedie.
- Hardware physique (HIL tests, power profiling, EMC/radio) -- 3 items. Bloques par absence de hardware; a traiter quand le prototype existe.
- Documentation quality (walkthrough, link lint) -- 3 items. Low-effort, can be batched.
- GitHub repo config (branch protection, CODEOWNERS) -- 2 items. Admin-level config.
Recommandation
Les plans 01, 02, 03, 04, 07, 08 peuvent etre consideres comme clos (>80% done, items restants sont lies au hardware physique absent).
Les plans 06, 09, 14 ont des items actionnables significatifs qui devraient etre migres vers les plans actifs (23-27) ou un nouveau plan dedie KiCad/release.
Le plan 10 et 11 sont quasi-clos; les items restants sont du polish.