Builder Standards
Operational principles guiding builder execution, system reliability, and disciplined delivery across Oprioni Builder Lab.
Completion Law
Work is not considered complete until the system is functional, documented, traceable, and transferable to another operator.
- Implementation must be verified.
- Documentation must exist.
- Trace must record the change.
- Completion package must be generated.
Replaceability Principle
Any builder’s work must be understandable and maintainable by another builder without direct explanation.
- Clear documentation required.
- Structured system logic.
- No hidden dependencies.
- Readable workflows and naming.
Root Cause Rule
Problems must be diagnosed to their true cause before implementing corrective actions.
- Symptom fixes are discouraged.
- Trace investigation required.
- Root cause documented.
- Corrective action recorded.
Blocker Reporting Rule
Builders must immediately log blockers that prevent progress instead of delaying work silently.
- Incident must be logged.
- Linked task must be referenced.
- Impact should be described.
- Next action recorded.
Builder Workflow Principles
Define system objective and constraints.
Implement controlled system changes.
Record system evolution.
Ensure system knowledge persists.
Deliver verified, transferable output.