Reflexion skill that distills successful manual executions into repeatable standard operating procedures (SOPs).
Extract successful work procedures and templates from repeated successful executions.
Reflexion skill that standardizes work patterns:
| Tier | Operation | Condition | Content |
|---|---|---|---|
| Tier 2 (SQLite) | Read successful procedures | Always | Query task_logs (namespace: crew-GENERAL) for repeated successful patterns of same procedure type |
| Tier 2 (SQLite) | Write promotion log | On each promotion | procedure_name, parameter_schema, confidence, promoted_at → promotion_log table |
| Tier 3 (JSON) | Write standard procedure | When pattern ≥5 occurrences | Write parameterized procedure template to .crews/crew-GENERAL/memory.json under standard_procedures key |
This implements the Reflexion loop: Tier 2 episodic memory → Tier 3 reusable procedure promotion.