TorbatYar/docs/ai-framework/documentation-template.md
Mortezakoohjani e41ecfad4c Sync platform docs, infra, and module services with Accounting integration.
Include Loyalty/Communication/Sports Center backends and registry updates alongside production nginx and compose wiring.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-25 22:35:23 +03:30

2.6 KiB

Documentation Template

How documentation must be updated after every phase.

Principle

Code and documentation ship together. A phase that changes behavior without docs is incomplete (project-principles.md).

Update Checklist

Always

When Applicable

Never

  • Do not put future work into progress.md
  • Do not overwrite accepted ADRs
  • Do not duplicate master-prompt.md rules into phase prompts
  • Do not leave broken links or undocumented public surfaces for the phase

Every new phase doc must link at least:

  • Architecture overview or relevant architecture leaf
  • Related ADR(s)
  • Module registry entry
  • Development standards (principles / testing) as needed
  • AI framework loop/gates when the phase is AI-implemented
  • Progress / next-steps

Validation

Before completion, run Documentation + Cross Reference + Broken Link validation from quality-gates.md.