What problem does it solve? Teams need reusable, consistent multi-agent workflow definitions, but hand-writing tactic YAML files with correct schema, formatting, and stage-agent pairings is error-prone. This Skill guides users through building valid tactic files interactively. ## Core Features & Use Cases - Guided Tactic Authoring: Walks users through naming, stage building, verification criteria, and variable definition with schema validation at every step. - Import and Edit Modes: Import from example templates, edit existing project tactics (including rename handling), or delete tactics safely with confirmation. - Validation and Preview: Performs schema and semantic checks (stage ordering, variable cross-references, gate recommendations) and previews exact YAML before writing to .lineup/tactics/. - Use Case: A team wants a repeatable 'api-feature' workflow (research -> plan with approval gate -> implement -> verify). The Skill builds the tactic interactively, validates it, and writes it so /lineup:kick-off api-feature can run it. ## Quick Start Ask the assistant to create a new playbook tactic that runs research, plan, implement, and verify stages for adding API endpoints.