By builtform
Autonomous software-engineering harness. Brownfield-safe adaptation pipeline (detect → define → plan → build) across TypeScript, Python, Go, Django, and polyglot codebases.
Collaborative brainstorming with codebase research, structured dialogue, and design document capture. NEVER writes code.
Meta-orchestrator for autonomous execution pipeline. Chains /lp-inf → /lp-review → /lp-resolve-todo-parallel → /lp-test-browser → /lp-ship → compound-learning.sh.
Stage changes, run quality gates, generate a conventional commit message, and optionally create a PR with CI monitoring
Dispatches copy review agents from review_copy_agents in agents.yml. Shell command — downstream projects populate the agent list.
Reads copy brief from section spec and provides copy context for design builds. Shell command — downstream projects extend with copy agents/skills.
Comprehensive 14-dimension design alignment audit against DESIGN_SYSTEM.md. Covers visual hierarchy, spacing, typography, color, alignment, components, iconography, motion, empty states, loading states, error states, dark mode, density, and accessibility. Does NOT modify code.
Captures live implementation state and compares against Figma design specs. Produces a structured review report with severity ratings. Does NOT modify code.
Iterative design improvement agent. Takes screenshots, analyzes design quality, implements ONE improvement per cycle, and repeats. Loads frontend-design, web-design-guidelines, and responsive-design skills for creative direction and compliance.
Responsive design audit: 6 checks covering breakpoints, mobile-first patterns, touch targets, overflow, container queries, and WCAG responsive requirements. Returns findings with P1/P2/P3 severity. Does NOT modify code.
Quick UI audit: 5 checks covering visual hierarchy, density, consistency, Jobs filter, and responsive behavior. Returns findings with P1/P2/P3 severity and file:line fix locations. Does NOT modify code.
Process skill for structured brainstorming sessions. Guides collaborative idea exploration through progressive questioning, approach comparison, and design document capture. Loaded by /lp-brainstorm and /lp-kickoff.
Stage changes, run quality gates (tests, linting, type checks, pre-commit hooks), generate a conventional commit message, and optionally create a PR with CI monitoring. Triggers on: commit changes, commit this, create commit, push and commit, commit my work, ready to commit.
Process skill for structured problem documentation. Defines 14-category taxonomy, YAML schema, and resolution templates for docs/solutions/. Loaded by /lp-learn.
Creates new Claude Code agents or converts existing skills into agents. Produces production-grade agent definitions with 8-section body structure, least-privilege tool assignment, and registration in CLAUDE.md/AGENTS.md. Triggers on: create agent, new agent, build agent, convert skill to agent, turn this into an agent.
Creates new Claude Code skills using the 7-phase Meta-Skill Forge methodology. Produces quality-validated skills with progressive disclosure, evaluation loops, and contrarian analysis. Use when creating a new skill, teaching Claude a new workflow, building a custom agent capability, or automating a repeatable task. Triggers on: create skill, new skill, build skill, teach Claude, make a skill for.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
The agentic coding harness that gives AI full context about your codebase, runs it in structured loops, and enforces quality before anything reaches
main. Works for both greenfield and brownfield projects.

AI coding assistants generate code without memory, conventions, or quality gates. LaunchPad fixes that.
It drops 38 slash commands, 36 sub-agents, and 16 skills into any repository, giving Claude Code full project context, structured execution loops, and multi-agent review before anything reaches main. Works on brownfield projects (add the plugin and go) and greenfield (clone the template, get a monorepo scaffold with LaunchPad pre-installed).
LaunchPad ships under the BuiltForm marketplace at github.com/builtform — the umbrella brand for plugins and tools by Foad Shafighi.
Contents: Install · First 15 Minutes · What's Inside · Security · Methodology · Companions · Links
Inside Claude Code, in the project where you want the commands:
/plugin install launchpad@builtform
Restart Claude Code. All /lp-* commands are now available. Run /lp-kickoff to start.
BuiltForm is a public marketplace in the Anthropic plugin registry — no additional marketplace setup required.
If you want a new TypeScript + Next.js + Hono monorepo with LaunchPad and the whole scaffold (apps/, packages/, pre-commit hooks, CI, etc.):
git clone https://github.com/builtform/launchpad my-project
cd my-project
./scripts/setup/init-project.sh
The wizard prompts for project name, description, copyright holder, and license; replaces placeholders; sets up git remotes; and auto-installs the plugin at project scope. Full template walkthrough: HOW_IT_WORKS.md → The template path.
LaunchPad is organized around four meta-orchestrators that chain an idea all the way to a shipped PR:
/lp-kickoff → /lp-define → /lp-plan → /lp-build
brainstorm spec the design + build, review,
product plan resolve, ship, learn
Each orchestrator checks a section's status before proceeding — you can run them in sequence for a whole feature, or invoke any one independently when resuming work.
/lp-kickoff — collaborative brainstorming with codebase research, writes a design doc to docs/brainstorms/, hands off to /lp-define./lp-define — seeds your architecture docs (PRD, tech stack, design system, app flow, backend, CI/CD) and section specs. Stack-aware: detects TypeScript / Python / polyglot projects and seeds .launchpad/agents.yml and .launchpad/config.yml accordingly./lp-plan — design workflow (when UI is involved) → /lp-pnf (Plan Next Feature) → /lp-harden-plan (multi-agent plan stress-test) → human approval gate./lp-build — fully autonomous: /lp-inf (execute the plan) → /lp-review (multi-agent review with confidence scoring and FP suppression) → /lp-resolve-todo-parallel (fix findings) → /lp-test-browser → /lp-ship (opens PR, never merges) → /lp-learn (captures learnings).Full workflow guide: HOW_IT_WORKS.md.
npx claudepluginhub builtform/launchpad --plugin launchpadAI-powered development tools for code review, research, design, and workflow automation.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.