SymptomSync Doc Sync
Use this skill when code and docs may have drifted.
Workflow
- Identify which behavior changed and which docs mention it.
- Verify the current behavior from code before editing prose.
- Update only the documents that are now stale.
- Keep claims concrete; avoid marketing language when operational details are the point.
Main doc targets
README.mdARCHITECTURE.mdDEPLOYMENTS.mddocs/DESIGN.mdjenkins/README.mddevops/runbooks/progressive-delivery.mddevops/runbooks/production-readiness.md
Read references/doc-map.md when you need the doc-to-code mapping.
Guardrails
- Prefer code-backed statements over aspirational language.
- If timing, schedules, or rollout behavior matters, trust the checked-in code and SQL over older prose docs.
- Update the narrowest stale document set rather than rewriting everything.
Related skills
- Use the area-specific skill first if the change is in web, data, agentic AI, or release infrastructure.
- Use
$symptomsync-reviewif you want to review for drift instead of editing it.