Next Steps
Now that you've seen the pipeline in action, here's where to go based on what you want to do next.
Learn how things work
- Want to understand the full pipeline? Start with The Pipeline for a stage-by-stage breakdown of what happens and why.
- Curious about the agents? Agents explains each role, what tools they have, and why they use different models.
- What are skills and how do they work? Skills covers the slash commands that Lineup provides.
- What are those YAML documents agents pass around? Ephemeral Documents explains the structured data flow between stages.
Customize the workflow
- Want to change agent models or tools? The Customize Agents guide walks through
/lineup:configure. - Want to skip stages for simple tasks? Pipeline Tiers explains when to use Full, Lightweight, or Direct mode.
- Want to choose the right tier for your task? The Choose a Pipeline Tier guide has a decision tree.
Create reusable workflows
- Want to define custom workflows for your project? Tactics explains what tactics are and how they work.
- Want a guided wizard to create tactics? The Use Playbook guide walks through
/lineup:playbook-- an interactive skill that builds, imports, edits, and deletes tactics for you. - Want to author tactic YAML by hand? The Create a Tactic guide has step-by-step instructions.
- Want to see what ships with Lineup? Built-in Tactics covers the tactics included in the plugin.
Get a codebase explanation
- Want to understand unfamiliar code? The Use Explain guide shows how to use
/lineup:explainto get structured explanations of any project component.
Explore examples
- Feature development -- See a full feature workflow from research to documentation.
- Bug triage -- See how Lineup handles investigating and fixing bugs.
- Documentation generation -- See how to generate missing docs for an existing codebase.