bd-execute

Executes bd issue plans through implementer, spec-reviewer, code-quality-reviewer loops.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/DoctorKomodo/ai-story-editor --skill bd-execute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bd-execute
Source: https://github.com/DoctorKomodo/ai-story-editor/tree/main/.claude/skills/bd-execute
Command: npx skills add https://github.com/DoctorKomodo/ai-story-editor --skill bd-execute

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It turns a bd issue plan into a repeatable, multi-stage implementation workflow that produces reviewed, code-quality-checked changes without manual orchestration.

Core Features & Use Cases

  • Plan-driven execution: Reads the bd issue’s referenced plan and extracts touch-set files and task text to drive what gets built.
  • Rules-digest injection: Selects the appropriate agent-rules digests based on the plan’s touch-set and injects them into the right dispatches.
  • Two-stage verification per task: Runs an implementer, then a spec reviewer, then a code-quality reviewer, looping until both pass.
  • Safe operational control: Handles missing plan links, blocked conditions, claim/clean-state checks, and forwards only to /bd-close-reviewed after tasks are fully reviewed.

Quick Start

Ask your AI to run bd-execute for a specific bd issue ID like story-editor-9vm by instructing: /bd-execute story-editor-9vm.

Frequently Asked Questions about bd-execute

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

FAQPage Schema
How do I automate code review and implementation for planned repository changes?

Plan-driven issue execution automates repository change workflows by claiming the issue, reading the referenced plan, and driving an implementer then spec-reviewer then code-quality-reviewer loop until all tasks pass.

How does agent orchestration work for spec validation during issue execution?

Spec validation uses agent orchestration by injecting matching agent-rule digests based on the touch-set, then dispatching implementer and strict spec-reviewer agents that gate task progression until passing.

What is the best way to enforce strict reviewer gating in a multi-stage development loop?

Enforce strict reviewer gating by running a verified dev loop where a spec reviewer and code-quality reviewer must both pass per task before final handoff, preventing unreviewed changes from proceeding.

Can I use prompt templating to apply per-task model overrides during issue execution?

Yes, issue execution optionally supports per-task model overrides using prompt templating, requiring superpowers template reads at runtime to drive the implementer and reviewer dispatches per task.

Does bd-execute directly close an issue after code review passes?

No, bd-execute does not directly call bd close; it forwards only to /bd-close-reviewed after all tasks are fully reviewed and code-quality-checked, ensuring strict operational control over the issue lifecycle.

What happens if a bd issue plan has a missing plan link or blocked conditions?

If a bd issue has missing plan links or blocked conditions, the execution workflow handles them safely by performing claim and clean-state checks before proceeding with any implementation or review loops.