Change Proposal¶
Overview¶
Every system change must go through a structured Change Proposal process. It ensures:
- Documented reason for the change
- Impact analysis
- Approval before implementation
- Traceability of changes
graph TD
A[Change request] --> B[Create proposal]
B --> C[Impact Analysis]
C --> D[Review]
D --> E{Approved?}
E -->|Yes| F[Implementation]
E -->|No| G[Rejected/Updated]
G --> B
F --> H[Testing]
H --> I[Archive]
Section contents¶
| Chapter | Description |
|---|---|
| Structure | Directory structure and files |
| Proposal.md | Proposal document format |
| Tasks.md | Task list format |
| Design.md | Technical design (optional) |
| Delta specification | Delta change format |
| CLI and workflow | Commands and AI agent workflow |
➡️ Continue to Structure.