You've already forked generic-industrial-process
Import UAPF package
This commit is contained in:
9
levels/L3-operational-intelligence-loop/README.md
Normal file
9
levels/L3-operational-intelligence-loop/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# L3 — Operational Intelligence Loop
|
||||
|
||||
The reusable intelligence loop:
|
||||
|
||||
```text
|
||||
Observe → Contextualise → Infer → Check → Recommend → Approve → Act → Record → Learn
|
||||
```
|
||||
|
||||
This is the central reusable process pattern of the library.
|
||||
18
levels/L3-operational-intelligence-loop/process.yaml
Normal file
18
levels/L3-operational-intelligence-loop/process.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
process:
|
||||
id: "oipf.l3.operational-intelligence-loop"
|
||||
level: "L3"
|
||||
name: "Operational Intelligence Loop"
|
||||
purpose: "Convert contextualised production data into governed recommendations and learning feedback."
|
||||
pattern:
|
||||
- observe
|
||||
- contextualise
|
||||
- infer
|
||||
- check
|
||||
- recommend
|
||||
- approve
|
||||
- act
|
||||
- record
|
||||
- learn
|
||||
parent: "oipf.l2.production-line-operations"
|
||||
children:
|
||||
- "oipf.l4.recommend-act-record-learn"
|
||||
Reference in New Issue
Block a user