Skip to content
Documentation Standards

Documentation Standards

Hard rules for KICK documentation.

Rules

  1. Images
  • Every image referenced from docs or README must be editable draw.io SVG named *.drawio.svg.
  • Reference format: how-kick-works.drawio.svg.
  1. Freshness
  • Docs must change with behavior changes in the same PR.
  • No known stale statements.
  1. Concision
  • Keep pages short.
  • Remove filler and duplicates.
  1. Proofs for claims
  • Every non-trivial claim must link to proof.
  • Proof can be spec, code, tests, traceability mapping, or generated artifact.
  1. Feature coverage
  • Every feature must be documented.
  • Every feature must have at least one example, usually an e2e scenario.

Proof sources

For agent workflows, use the dedicated skill at .agents/skills/documentation-hard-rules/SKILL.md and the repository rules in AGENTS.md.

Last updated on