AI Six Sigma Property OS
Ontology defines the operating world; bounded agents execute and audit; DMAIC improves rules from work-order evidence. Design the management system before software scope. Load references/property-control-model.md for the baseline ontology, CTQs, and state machine.
Usage Template
Provide: business type, stage, first workflow, current process/data, service standards, approval boundaries, failure history, and MVP budget. Optional: table schemas and sample work orders.
Workflow
Verify the operating objective and select one first workflow: classification, dispatch recommendation, quote draft, evidence audit, or quality dashboard. Map actors, current states, systems of record, customer/safety impact, and data maturity.
If service standard, accountable owner, safety boundary, or system of record is missing, return NEEDS_INPUT. Treat absent baseline data as a Measure-phase task; never invent CTQ thresholds or automation accuracy.
- Define: set customer pain, process boundary, work-order type, SLA, CTQs, and excluded scope.
- Measure: map each CTQ to formula, source field, owner, baseline, target, and data-quality check.
- Analyze: for red metrics, use process bottlenecks, fishbone categories, and 5 Why until the cause can change a rule, field, SOP, training item, or threshold.
- Improve: propose one bounded change with hypothesis, owner, rollout cohort, budget, success/guardrail metrics, and rollback trigger.
- Control: define dashboard, alert, approval, exception, audit sample, and review cadence.
- Define ontology objects and legal work-order transitions before assigning agent roles.
- Give each agent a bounded input, action, output, confidence, evidence, and human gate.
- Keep customer-facing quotes, pricing/policy changes, low-confidence dispatch, safety, compliance, privacy, payment, case closure, and disciplinary action under human approval.
Use an independent quality reviewer for closure and abnormal cases. Rollback must restore the prior rule/SOP/version without deleting work-order evidence.
Trace every agent action and dashboard metric to a field, state transition, CTQ, owner, and gate. Simulate normal, missing-data, exception, rework, and cancellation paths. Reject modules with no objective metric or safe manual fallback.
max_attempts: 2. Retry design only after changing scope, data definition, rule, or control. Stop on repeated missing baseline, unsafe transition, or NO_PROGRESS; escalate the decision to the accountable operator.
Persist {run_id, status, attempt, budget, evidence, unknowns, last_error, next_action} plus process version, ontology, state machine, CTQ dictionary, agent contracts, approval matrix, experiment cohort, exceptions, independent review, and rollback receipt.
Failure Protocol
NEEDS_INPUT: owner, service standard, safety boundary, or data source is unclear.
INSUFFICIENT_EVIDENCE: baseline cannot support threshold or automation decisions.
BLOCKED_PERMISSION: required approval/system access is absent; remain in manual mode.
VERIFY_FAILED: state, metric, or agent action is not traceable; block rollout.
NO_PROGRESS: two changed designs fail the same control. max_attempts: 2.
BUDGET_STOP: preserve the manual workflow and return the smallest measurable MVP.
Output Contract
Return status, result (DMAIC memo, ontology, states, CTQs, agent/gate matrix, dashboard, MVP), evidence, unknowns, and next_action with approval and rollback condition.
Edge Cases
- Quote automation has no reliable material-cost feed: generate an internal draft with uncertainty and require human pricing approval; do not send it.
- Worker recommendation is high-confidence but violates access/safety rules: rules override score and the case moves to exception review.
Success Metrics
- One bounded workflow is measurable end to end.
- Every automated action maps to state, evidence, CTQ, owner, and human gate.
- Red metrics produce controlled countermeasures rather than commentary.
Quality Gates
1---2name: ai-six-sigma-property-os3description: Use when property-service operations need an AI plus ontology plus DMAIC design for work orders, dispatch, quotes, evidence, CTQ metrics, and control dashboards.4---56# AI Six Sigma Property OS78<skill_contract>9 <input>Named property-service workflow, actors, evidence, CTQs, approval boundaries, and MVP constraints.</input>10 <output>A bounded ontology, DMAIC control plan, agent roles, gates, metrics, and rollback-ready MVP design.</output>11 <done>Every proposed state transition and CTQ has an owner, evidence source, verifier, approval gate, and control receipt.</done>12 <non_goals>Full ERP replacement, autonomous safety or pricing decisions, and automation of undefined processes.</non_goals>1314Ontology defines the operating world; bounded agents execute and audit; DMAIC improves rules from work-order evidence. Design the management system before software scope. Load `references/property-control-model.md` for the baseline ontology, CTQs, and state machine.1516## Usage Template1718Provide: business type, stage, first workflow, current process/data, service standards, approval boundaries, failure history, and MVP budget. Optional: table schemas and sample work orders.1920## Workflow2122<intake>2324Verify the operating objective and select one first workflow: classification, dispatch recommendation, quote draft, evidence audit, or quality dashboard. Map actors, current states, systems of record, customer/safety impact, and data maturity.2526</intake>2728<unknowns_gate>2930If service standard, accountable owner, safety boundary, or system of record is missing, return `NEEDS_INPUT`. Treat absent baseline data as a Measure-phase task; never invent CTQ thresholds or automation accuracy.3132</unknowns_gate>3334<execute>35361. **Define:** set customer pain, process boundary, work-order type, SLA, CTQs, and excluded scope.372. **Measure:** map each CTQ to formula, source field, owner, baseline, target, and data-quality check.383. **Analyze:** for red metrics, use process bottlenecks, fishbone categories, and 5 Why until the cause can change a rule, field, SOP, training item, or threshold.394. **Improve:** propose one bounded change with hypothesis, owner, rollout cohort, budget, success/guardrail metrics, and rollback trigger.405. **Control:** define dashboard, alert, approval, exception, audit sample, and review cadence.416. Define ontology objects and legal work-order transitions before assigning agent roles.427. Give each agent a bounded input, action, output, confidence, evidence, and human gate.438. Keep customer-facing quotes, pricing/policy changes, low-confidence dispatch, safety, compliance, privacy, payment, case closure, and disciplinary action under human approval.4445Use an independent quality reviewer for closure and abnormal cases. Rollback must restore the prior rule/SOP/version without deleting work-order evidence.4647</execute>4849<evaluate>5051Trace every agent action and dashboard metric to a field, state transition, CTQ, owner, and gate. Simulate normal, missing-data, exception, rework, and cancellation paths. Reject modules with no objective metric or safe manual fallback.5253</evaluate>5455<retry_policy>5657`max_attempts: 2`. Retry design only after changing scope, data definition, rule, or control. Stop on repeated missing baseline, unsafe transition, or `NO_PROGRESS`; escalate the decision to the accountable operator.5859</retry_policy>6061<state_contract>6263Persist `{run_id, status, attempt, budget, evidence, unknowns, last_error, next_action}` plus process version, ontology, state machine, CTQ dictionary, agent contracts, approval matrix, experiment cohort, exceptions, independent review, and rollback receipt.6465</state_contract>6667## Failure Protocol6869- `NEEDS_INPUT`: owner, service standard, safety boundary, or data source is unclear.70- `INSUFFICIENT_EVIDENCE`: baseline cannot support threshold or automation decisions.71- `BLOCKED_PERMISSION`: required approval/system access is absent; remain in manual mode.72- `VERIFY_FAILED`: state, metric, or agent action is not traceable; block rollout.73- `NO_PROGRESS`: two changed designs fail the same control. `max_attempts: 2`.74- `BUDGET_STOP`: preserve the manual workflow and return the smallest measurable MVP.7576## Output Contract7778Return `status`, `result` (DMAIC memo, ontology, states, CTQs, agent/gate matrix, dashboard, MVP), `evidence`, `unknowns`, and `next_action` with approval and rollback condition.7980## Edge Cases8182- Quote automation has no reliable material-cost feed: generate an internal draft with uncertainty and require human pricing approval; do not send it.83- Worker recommendation is high-confidence but violates access/safety rules: rules override score and the case moves to exception review.8485## Success Metrics8687- One bounded workflow is measurable end to end.88- Every automated action maps to state, evidence, CTQ, owner, and human gate.89- Red metrics produce controlled countermeasures rather than commentary.9091## Quality Gates9293- [ ] MVP excludes unrelated ERP/marketplace/payroll scope.94- [ ] CTQs have formulas, source fields, baselines, and owners.95- [ ] Independent review, approval, manual fallback, and rollback are explicit.96- [ ] Exception and rework paths were simulated.9798</skill_contract>