launch

Run pre-flight checks and launch the team lead agent for parallel execution.

2|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/ashtonian/llm-init --skill launch-ashtonian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: launch
Source: https://github.com/ashtonian/llm-init/tree/main/templates/.claude/skills/launch
Command: npx skills add https://github.com/ashtonian/llm-init --skill launch-ashtonian

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pre-flight checks and launch orchestration for parallel execution of tasks, ensuring a coordinated start.

Core Features & Use Cases

  • Pre-flight checks: validate backlog presence in docs/spec/.llm/tasks/backlog/, confirm agent-guide customization, ensure Quality Gates are actionable, confirm STRATEGY.md is filled, verify task dependencies, and confirm Git working tree is clean.
  • Launch orchestration: launch the team lead agent and coordinate parallel tasks with branch isolation.
  • Use Case: used when starting a complex project that requires synchronized work across multiple teammates.

Quick Start

Run the pre-launch workflow by executing the provided command to verify checks and then launch the team lead agent.

Frequently Asked Questions about launch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run pre-flight checks before a parallel execution launch?

Run pre-flight checks by executing the provided launch command to validate your backlog, agent-guide, quality gates, STRATEGY.md, dependencies, and clean Git state before initiating parallel execution.

What is pre-flight validation for parallel task execution?

Pre-flight validation is the process of confirming backlog presence, agent-guide customization, actionable quality gates, valid dependencies, and a clean Git state to ensure a coordinated start for parallel task execution.

Do I need a clean Git working tree to launch parallel tasks?

Yes, a clean Git working tree is required. The pre-flight checks confirm your Git state is clean before launching the team lead agent to coordinate parallel tasks with branch isolation.

Can I use parallel execution if my backlog is missing?

No, parallel execution requires backlog presence in docs/spec/.llm/tasks/backlog/. The pre-flight validation will fail if the backlog is missing, preventing the team lead agent from launching.

What's the best way to coordinate multiple teammates starting a complex project?

The best way to coordinate multiple teammates is launching a team lead agent for parallel execution, which applies branch isolation and validates a populated STRATEGY.md to synchronize work across the team.