What problem does it solve? Teams using Beislið need a consistent, reviewable way to create and maintain the per-project .beislid/workflow.md config without hand-editing YAML blocks or risking silent overwrites. ## Core Features & Use Cases - Interactive first-run setup: Detects git remotes, ticket ID patterns, branch naming conventions, and default branches, then composes a minimal workflow.md with explicit Y/n confirmations. - Menu-driven section management: Add, change, or remove optional config sections such as quality gates, model routing, lifecycle actions, ticket updates, and PR review sources, always showing a diff before any destructive write. - Distribution updates and recovery: Runs the Beislið installer update flow from the install manifest, and recovers from malformed workflow.md files with line-numbered parse diagnostics. - Use Case: After cloning a repo, run the setup skill to detect GitHub Issues as the ticket source, suggest a branch pattern matching 18 of 20 recent branches, write .beislid/workflow.md, and insert the Agent skills block into AGENTS.md. ## Quick Start Ask the agent to run /setup in your repository to configure the Beislið workflow file step by step.