launch

Analyze project requirements, recommend an approach, and launch autonomous work with quality gates.

4|Updated Jun 27, 2025
One-click install
npx skills add https://github.com/DevOtts/all-skills-you-will-ever-need --skill launch-devotts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: launch
Source: https://github.com/DevOtts/all-skills-you-will-ever-need/tree/main/.claude/launch
Command: npx skills add https://github.com/DevOtts/all-skills-you-will-ever-need --skill launch-devotts

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The launch Skill removes uncertainty and setup friction by turning an ambiguous or structured project request into a concrete execution plan with environment, tooling, testing, and launch orchestration.

Core Features & Use Cases

  • Task analysis and environment inventory: Classifies the work type (spec/build/fix/refactor/research), estimates complexity, and checks for existing MCPs, hooks, skills, feature tracking, evals, and init scripts.
  • Approach and tooling recommendations: Proposes single-session vs sub-agents vs agent teams, including concrete suggestions like Stitch MCP for UI mockups and Playwright MCP for UI testing.
  • Structured project setup and guarded launch: Generates .claude/features.json, .claude/progress.md, .claude/evals/scenarios/, .claude/settings.json hooks, and a project CLAUDE.md, then runs a pre-flight checklist before launching Phase 4 execution.

Quick Start

Use the launch skill by telling Claude Code to run /launch with your project requirements or spec so it can analyze the task, propose an approach, set up .claude/ scaffolding, and then launch the work after your approval.

Frequently Asked Questions about launch

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

FAQPage Schema
How do I turn a PRD into a build with autonomous project bootstrapping?

Project orchestration from a spec uses a four-phase workflow: analyze requirements, recommend an approach, set up the working environment, and launch autonomous work. It generates JSON feature tracking and progress files before executing the build.

What's the best way to structure a bug-fix workflow with quality gates?

Structuring a bug-fix workflow requires classifying the work type, estimating complexity, and setting up eval scenarios. This Skill generates progress tracking, configures hooks in settings.json, and runs a pre-flight checklist before execution.

How do I set up CI/CD readiness and eval scenarios for autonomous agent teams?

CI/CD readiness for agent teams requires configuring eval scenarios, hooks, and feature tracking. This Skill generates `.claude/evals/scenarios/`, `.claude/settings.json` hooks, and `.claude/features.json` to prepare quality gates before launching autonomous work.

Does project orchestration support MCP tooling recommendations for UI testing?

Project orchestration supports optional MCP tooling recommendations, including suggestions like Playwright MCP for UI testing and Stitch MCP for UI mockups. It inventories existing MCPs during the task analysis phase.

When do I need a pre-flight checklist before launching autonomous work?

A pre-flight checklist is needed when transitioning from project setup to autonomous execution. This Skill runs the checklist after generating feature tracking, progress files, eval scenarios, and hooks to verify environment readiness before Phase 4 launch.