What problem does it solve? Complex coding tasks often fail because requirements are ambiguous, research is skipped, or implementation happens without an approved plan. This Skill structures the entire workflow into a disciplined multi-agent pipeline so nothing falls through the cracks. ## Core Features & Use Cases - Seven-Stage Pipeline: Runs Clarify, Research, Clarification Gate, Plan, Implement, Verify, and optional Document stages, delegating work to specialized researcher, architect, developer, reviewer, and documenter agents. - Custom Tactics: Loads reusable YAML workflow definitions from .lineup/tactics/ to replace the default pipeline with project-specific stage sequences, variables, and approval gates. - Agent Configuration & Memory Management: Applies user-level agent overrides (model, tools, memory) and migrates global agent memory to project-scoped memory automatically. - Use Case: A developer asks to add a new API feature to an unfamiliar codebase. The pipeline clarifies requirements, spawns parallel researchers, produces an approved plan, implements it in coordinated batches, and verifies the result before documenting. ## Quick Start Ask the assistant to run the Lineup kick-off pipeline for your task, optionally naming a project tactic to use instead of the default stages.