What problem does it solve? Teams need a way to bootstrap a new project and release in the shared Marshall store without importing from an external tracker first, while avoiding duplicate projects, duplicate releases, and broken tracker links. ## Core Features & Use Cases - Born-in-the-store creation: Calls project_create and release_create directly so the release exists in Marshall immediately, with no import step. - Idempotent resume: Probes with release_get before creating, so re-running against an existing release resumes instead of duplicating it. - Optional tracker linking: Attaches a repo and tracker_kind (GitHub, Linear, or Jira label) to the project; on a resolving tracker, release_create also creates the release's collection (GitHub milestone or Linear Project) server-side. - Use Case: An operator says "start a release v0.5.0 for the payments project" — the skill surveys existing projects, reuses or creates the project, creates the release with theme and out-of-scope notes, and reports whether a tracker collection was linked. ## Quick Start Ask the agent to bootstrap a new release in Marshall by naming the project, a version or slug like v0.5.0, and a one-line theme.