# 07-Reviews — Schema

Retrospectives, audits, and periodic reviews.

## What goes here

- Weekly reviews
- Monthly check-ins
- Quarterly retrospectives
- Project post-mortems
- Any structured audit or review

## File naming

`YYYY-MM-DD-type.md`

Examples:
- `2026-01-07-weekly-review.md`
- `2026-01-31-monthly-checkin.md`
- `2026-Q1-quarterly-retro.md`
- `2026-02-15-project-x-post-mortem.md`

## Prompt to generate a weekly review

At the end of your week, ask your AI:

*"Help me write a weekly review to 07-Reviews/[today's date]-weekly-review.md. Cover:*
*1. What I accomplished this week (pull from 04-Handoffs/ notes this week)*
*2. What I didn't finish and why*
*3. What I want to prioritise next week*
*4. One thing I want to do differently"*

## Suggested weekly review format

```
---
date: YYYY-MM-DD
type: weekly-review
---

# Week of [date range]

## Done
- 

## Not done (and why)
- 

## Next week priorities
1. 
2. 
3. 

## One thing to do differently
[One specific behaviour change, not a vague intention.]
```

## Prompt for a project post-mortem

*"Write a post-mortem for [project] to 07-Reviews/[date]-[project]-post-mortem.md. Cover: what went well, what went wrong, what I'd do differently, and what I'm taking into the next project."*
