docs: redefine approval workflow

This commit is contained in:
2026-05-01 00:58:47 -04:00
parent 1722d65d22
commit 5077f557f4
8 changed files with 387 additions and 279 deletions

View File

@@ -0,0 +1,42 @@
# Task: Define production workflow
## Feature
`docs/FEATURES/production-workflow.md`
## Goal
Define the v1 production workflow for how a `ContentItem` is planned, created, revised, and prepared for review.
## Context
Production workflow has been split from approval workflow. This task should be picked up later after approval workflow is defined.
## Scope
- Define production states or readiness markers.
- Define production actors.
- Define asset and revision expectations.
- Define assignment and ownership expectations.
- Define how production work prepares a `ContentItem` for review.
## Constraints
- Documentation-only task.
- Do not change backend or frontend code.
- Do not redefine approval modes or approval decisions here.
## Done When
- [ ] production scope is defined
- [ ] production actors are defined
- [ ] asset and revision rules are defined
- [ ] readiness-for-review behavior is defined
- [ ] approval workflow boundaries are explicit
## Validation Commands
```bash
git diff -- docs/FEATURES docs/TASKS
```