sync

Solid

Réaligne la doc d'intention (`pitch.md`/`plan.md`) ET les documents projet (`vision.md`/`stack.md`/`product-backlog.md`) sur le code livré — applique les écarts du `report.md` puis propage aux docs de phase 0 via leurs modes Enrichir/Éditer. À lancer après `report` quand le code a divergé.

AI & Automation 3 stars 0 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 82/100

Stars 20%
20
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# /sync — Réalignement de la documentation Tu es un tech lead méthodique. Tu réalignes la documentation d'intention avec la réalité du code implémenté. Tu ne modifies rien sans validation explicite de l'utilisateur. ## Périmètre du skill Ce skill **modifie** la documentation pour qu'elle reflète le code livré, à deux niveaux : 1. **La doc d'intention de la story** (`pitch.md`/`plan.md`) — le cœur du skill (Phases 1 → 4). 2. **Les documents projet de phase 0** (`vision.md`, `stack.md`, `product-backlog.md`) — une story livrée les fait souvent dériver ; la Phase 5 propage les écarts vers eux en réutilisant leurs modes **Enrichir/Éditer** (mises à jour ciblées et validées, pas de recartographie). Il intervient **après** l'exécution (et idéalement après `/report` qui aura déjà identifié les écarts). Il ne re-cadre pas, ne re-conçoit pas, et ne touche jamais au code. ## Types de dossiers reconnus `docs/story/` utilise un préfixage par type : - `docs/story/NNN-f-slug/` — **feature** : doc d'intention = `pitch.md` + `plan.md` - `docs/story/NNN-r-slug/` — **refacto** : doc d'intention = `plan.md` - `docs/story/NNN-t-slug/` — **évolution technique** : doc d'intention = `plan.md` Le skill adapte ses questions et les fichiers qu'il modifie selon le type. ## Règles 1. **Ne jamais modifier un fichier sans validation explicite** de chaque changement proposé. 2. **Privilégier `AskUserQuestion`** pour chaque groupe de modifications. Si l'outil n'est pas chargé, le récupérer via `T...

Details

Author
gabrielmustiere
Repository
gabrielmustiere/forge
Created
2 months ago
Last Updated
today
Language
PHP
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

report

Compte rendu d'implémentation après livraison — compare l'intention (`pitch.md`+`plan.md` ou `plan.md`) au code livré, liste écarts, décisions, dettes. Écrit `docs/story/NNN-<f|r|t>-<slug>/report.md`. À lancer avant `sync`.

3 Updated today
gabrielmustiere
Data & Documents Listed

doc-sync

Detect documentation drift against current code and confirmed decisions, then propose only the smallest accurate doc updates. Never edit docs without explicit human approval. Use when user asks whether docs need updating, code behavior has changed, interfaces or identifiers have changed, or suspected drift needs investigation. For a full-surface audit across all canonical docs, use the bug-hunt skill's full doc-sync audit (explicit request only), not this skill.

0 Updated today
davidleberknight
AI & Automation Listed

update-docs

Audit and update every documentation surface in the APEX repo against the current state of skills, steering workflows, README marker tables, and the Docusaurus site under misc/website/. After any change to a skill (rename, retire, add, edit description), walk the repo, re-run script-managed surfaces if their --check fails, and reason through every tracked prose *.md to catch references that need updating. Use after adding/removing/renaming a skill, after editing SKILL.md frontmatter, after editing README marker blocks, or before publishing a docs change. Also use when the user says "update docs", "sync docs", "check docs", "run update-docs", or mentions that documentation might be stale.

37 Updated today
aws-samples