What problem does it solve? Older aweb projects contain legacy agents/ directories created by the retired aw agents command family, and teams need a safe way to recognize, recover, and migrate those layouts without losing signing keys or team certificates. ## Core Features & Use Cases - Legacy Layout Recognition: Identifies bootstrap-era structures such as agents/team.yaml, agents/roles/, agents/home/<responsibility>/AGENTS.md, and agents/worktrees/. - Safe Recovery Policy: Inspects .aw/ identity state, backs up signing keys and team certificates, and avoids running retired aw agents commands. - Migration Guidance: Recreates workspaces with current primitives like aw team invite, aw team join, aw init, aw workspace connect, and git worktree add, moving reusable roles and instructions into team blueprints or resource packs. - Use Case: You clone an old repository containing an agents/ directory with per-agent homes and worktrees; this skill walks you through inventorying identity state, backing it up, and rebuilding the setup with current aweb primitives. ## Quick Start Ask the assistant to inspect the legacy agents directory in this repository and plan a safe migration to current aweb team and workspace primitives.