What problem does it solve? Release components sit at the store's fail-safe unverified default until their dependency graph is declared, so nothing is startable. This Skill maps the blocked-by relationships between a release's components and writes them to the shared Marshall store, turning the graph on. ## Core Features & Use Cases - Dependency Mapping: Derive blocked-by edges from issue bodies, acceptance criteria, and "depends on" references, then confirm them with the user before writing. - Graph Verification: Write edges via the Marshall MCP set_release_graph tool, which validates the graph and rejects self-edges, cross-release edges, and cycles. - Startability Reporting: Report which components are now startable (roots) versus blocked after the graph is set. - Use Case: After opening a release with several components, run this Skill to declare that the API migration blocks the frontend rollout, so the store knows which work can start immediately. ## Quick Start Ask the assistant to map the dependencies for release 1.4.0 and write the graph to the Marshall store.