with one click
workflow-common-memory
Optional memory conventions shared across commands
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Optional memory conventions shared across commands
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
DEPRECATED compatibility shim; workflow-common-core is canonical for all conventions referenced here
Interprets --just-* and --skip-* command flags for /legion:build and /legion:review, validates flag combinations against rules, and resolves the matching team template from intent-teams.yaml. Use when the user passes intent flags to build or review commands, asks about flag combinations, or needs to filter agent teams by intent.
Dev-QA loop engine with structured feedback, fix routing, and user escalation for /legion:review
Executes wave-structured plans with personality-injected agents — parallel or sequential per CLI adapter
Maps all 48 Legion agents by division, capability, and task type for intelligent team assembly
Engine for /legion:map. Analyzes an existing codebase, generates CODEBASE.md for backward-compatible architecture context, and writes .planning/codebase/ index artifacts consumed by /legion:start, /plan, /build, /review, /status, and /quick.
Based on SOC occupation classification
| name | workflow-common-memory |
| description | Optional memory conventions shared across commands |
| triggers | ["memory","outcomes","preferences","learning"] |
| token_cost | low |
| summary | Project-scoped memory behavior and integration rules used when memory-manager is activated. |
Use only when memory behavior is active.
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:
workflow-common/SKILL.md § Memory Integration Points FIRST, then implement — never write outside the registry.