| name | workflow-common-memory |
| description | Optional memory conventions shared across commands |
| pack_id | workflow-common-memory |
| pack_version | 1.0.0 |
| pack_status | extracted |
| triggers | ["memory","outcomes","preferences","learning"] |
| token_cost | low |
| summary | Project-scoped memory behavior and integration rules used when memory-manager is activated. |
Workflow Common Memory Extension
Use only when memory behavior is active.
Versioned Domain Pack v1.0.0
Reusable memory bundle extracted from the v8 workflow-common-memory skill.
- Memory is project-scoped by default and never cross-project for recommendation boosts.
- Memory is additive guidance and cannot override mandatory role constraints.
- Missing memory files must not block command execution.
- Record writes only at canonical integration points in
workflow-common/SKILL.md.
- All writes are append-only and project-scoped.
Rules
- Memory is project-scoped by default and never cross-project for recommendation boosts.
- Memory is additive guidance and cannot override mandatory role constraints.
- Missing memory files must not block command execution.
Recording trigger (concrete — no "when told to")
Record memory ONLY at the canonical integration points enumerated in workflow-common/SKILL.md § Memory Integration Points. That table defines the 14 write sites across /legion:build, /legion:review, /legion:plan, and /legion:status. Do NOT record at any other site.
Binding rules:
- Every memory write MUST correspond to one of the canonical integration points (by command + operation name).
- If a new memory write is needed, add it to
workflow-common/SKILL.md § Memory Integration Points FIRST, then implement — never write outside the registry.
- Recall (read) operations are unrestricted — they may be called wherever a workflow benefits from prior context.
- All writes are append-only and project-scoped; never cross-project.