Prompt: Create Implementation Repository Workflow
Use this prompt to create or refresh docs/process/ChangeWorkflow.md in an implementation repository.
Create or refresh docs/process/ChangeWorkflow.md for this implementation repository using the Anuva Engineering Handbook Implementation Repository Change Workflow.
Before editing, read:
- docs/bootstrap/BootstrapContext.md
- AGENTS.md, if present
- existing docs/process/ChangeWorkflow.md, if present
- docs/core and docs/state, if present
- package, project, or build files that reveal verification commands
- existing tests or CI configuration
If docs/bootstrap/BootstrapContext.md is missing, stop and do not create ChangeWorkflow.md. Tell me to generate the Bootstrap Context from anuva-main-video-creator and copy it to docs/bootstrap/BootstrapContext.md first.
The workflow must keep the same structure as the handbook implementation workflow:
- 1. Change Sizes
- 2. Large Change Folder
- 3. Large Change Documents
- 4. Codex Behavior
- 5. Small Change Workflow
- 6. Large Change Workflow
- 7. Docs Parity Rule
- 8. Verification Expectations
- 9. Escalation From Small To Large
- 10. Standard Prompts
- 11. Completion Criteria
Customize only repository-specific risky areas, docs references, generated files, and verification commands. Keep the Standard Prompts section present.
Do not implement code.
Preserve unrelated user changes.
After edits, run:
- git diff --check
- mkdocs build --strict, if available
Summarize:
- workflow created or updated
- repository-specific areas added
- verification run
- remaining gaps