Documentation Sync
When To Update Docs
Update docs in the same change when you modify:
- Makefile targets or command behavior.
- Test strategy, mock behavior, or CI expectations.
- Feature/module structure.
- Agent skill layout or guidance.
- User-visible flows that existing docs describe.
Places To Check
CLAUDE.mdagents.md.claude/skills/- README files near changed features
- Test or workflow docs under
tests/,scripts/, ordocs/
Sync Rules
- Keep
.agents/skillsas the BMAD location. - Keep
.claude/skillsfor non-BMAD frontend project skills. - When
make formatchanges behavior, mention that it includes Prettier andqlty fmt. - Do not copy backend-only user-service instructions into frontend docs.
Verification
make format
make lint-md
make lint
Related Guides
Before applying this skill, confirm the active task against ../AI-AGENT-GUIDE.md and ../SKILL-DECISION-GUIDE.md so every relevant skill is consulted.
Line Length Disclosure
Before presenting changes, check changed text files for lines longer than 100 characters.
If any exist, tell the user each path:line and measured character count.
Treat this as disclosure, not failure, unless a project gate fails.
Supporting Files
- reference/quality-standards.md: doc quality rules for examples, commands, and cross-references.
- reference/workflow-checklist.md: sync flow.
- update-scenarios/tooling-and-agent-skills.md: Makefile and skill-layout doc updates.
- update-scenarios/testing-and-quality.md: testing, formatting, lint, and metrics doc updates.
- update-scenarios/frontend-features.md: feature-level documentation updates.
Source: VilnaCRM-Org/crm — distributed by TomeVault.