Set up doc-everything in a Cursor project — install the docs-sync stop hook, scaffold the docs/features/ directory with an index, and (only if the defaults don't fit) write a doc-everything.json config so the hook watches the right paths. Apply once per repo when adopting doc-everything in Cursor, or when the stop…
How to write/update the PRODUCT documentation for a feature — the user-facing view (what it is + who it's for, why it exists, the user journey, states/edge cases, copy). Apply when you finish or change a feature, or when the docs-sync stop hook asks you to document what changed. Produces docs/features/ /product.md AND…
How to write/update the TECHNICAL documentation for a feature — the engineering view (architecture & data flow, the files involved, data model, auth/validation, key decisions, tests). Apply when you finish or change a feature implementation, or when the docs-sync stop hook asks you to document what changed. Produces…