Skip to main content
Experimental version.This is the latest in-development version of AI-Implement. Features may change without notice and behavior is not guaranteed. Switch to the latest stable version here.
BuildDown skills are a Claude Code plugin that runs alongside you while you plan work. Both the marketplace and the plugin are named builddown, and the suite bundles the planning-time bd- skills. These skills run inside your own Claude Code session at planning time. They’re separate from the AI-Implement orchestrator, which is what later picks up a marked issue and opens the pull request.
You need Claude Code installed and working. Everything below runs through its plugin manager.

Installation

1

Add and install the plugin

The plugin manager accepts two command forms:
  • claude plugin … — works in the Claude Code app or a terminal.
  • /plugin … — the slash form, available only in the Claude Code CLI.
The steps below use the claude plugin … form. Add the marketplace pinned to the in-development testing branch, then install the plugin from it:
claude plugin marketplace add BuildDownAI/skills@testing
claude plugin install builddown@builddown
The @testing suffix pins the marketplace to the pre-release branch, so you get the in-development skills.This is the only branch that currently supports plugin installation.
2

Reload the session

Restart Claude Code so it loads the newly installed plugin. The bd- skills aren’t available until you do.
3

Verify plugin registration

Confirm the plugin is registered:
claude plugin list
builddown appears in the list, and the bd- skills are available in your session.

Updating

To pick up new versions, refresh the marketplace and update the plugin, then restart Claude Code:
claude plugin marketplace update builddown
claude plugin update builddown

Available skills

SkillWhat it does
bd-project-setupWires a project to its tools once — creates the tracker connection, authorizes it, and records the settings every other skill reads.
bd-build-upTurns an objective or design into a sequenced, dependency-aware set of tracker issues, shown for your review before anything is filed.
bd-mega-build-upA deeper bd-build-up for larger work — pressure-tests the design first, then files issues alongside attached design and plan documents.
bd-summit-pushOptimizes a set of planned issues — their order, dependencies, and wording — for the best chance of one-shot success through the pipeline.
bd-build-downDrives open pull requests to merge: reviews each against its gap analysis, resolves what’s missing, and lands the ones that are ready.
bd-super-build-downA faster, hands-off bd-build-down for many pull requests at once or unattended runs.
bd-smoke-jumperSmoke-tests a pull request’s preview deploy, posts a verdict, and files issues for anything that fails.
bd-belay-onCoordinates handing a task off to another tool and folding the results back in cleanly.

Next step

With the skills installed, set up your project so the bd- skills know where your issues and repo live.

Project setup

Point the BuildDown skills at your tracker and repository.