Plugin Claude Code
Plugin marketplace listing 1 plugin: claude-launchpad.
Plugin Claude Code
Plugin marketplace listing 1 plugin: claude-launchpad.
Plugin Claude Code
End-to-end autonomous development pipeline. Goes from idea to implementation via structured specs, dependency-aware task planning, and parallel multi-agent execution.
Skill Claude CodeCodex
Analyze a spec's task list and produce a parallelization-aware execution plan. Reads task sections, analyzes dependency chains and file mutation overlaps, determines parallel vs sequential execution, and assigns wave groups. Triggers on /lp:plan.
Skill Claude CodeCodex
Multi-session autonomous agent runner with progress checkpointing, failure recovery, and task dependency management. Uses a controller + sub-agent architecture: the main agent orchestrates state while sub-agents execute tasks in parallel via worktrees. Triggers on '/lp:run' command, or when a task involves many…
Skill Claude CodeCodex
Spec-driven development framework with iterative refinement. Orchestrates feature development from intent to implementation via structured specs and task breakdown. Triggers on /lp:spec, /lp:refine, /lp:clarify, /lp:tasks, /lp:run-task.
Skill Claude CodeCodex
End-to-end development pipeline orchestrator. Guides through spec writing, task breakdown, parallelization planning, and multi-agent execution. Chains launchpad-spec, launchpad-plan, and launchpad-run in sequence. Triggers on /launchpad, build this feature, I want to build.