| name | woos-workflow-memory |
| description | Capture and reuse failure/rework patterns from workflow runs to improve unattended reliability over time. |
| version | 1.1.0 |
| author | Hermes Profile |
| license | MIT |
Woos Workflow Memory
Purpose
Create a persistent learning loop so the workflow gets more reliable across runs.
Capture Schema
run_id
feature_scope
failures (type, gate, root cause)
rework_events
effective_fixes
preventive_rules
handoff_events
review_coverage_gaps
repeated_findings
Required Behavior
- Record every
REQUEST_CHANGES and BLOCKED event.
- Distill reusable guidance into short, actionable rules.
- Feed preventive guidance into the next requirement/design/review cycle.
- Capture repeated findings that escaped first-pass review.
- Feed reviewer coverage gaps into
woos-review-context for future gates.
Output Contract
status: PASS | REQUEST_CHANGES | BLOCKED
memory_entries_written
preventive_guidance
followup_actions