implement-plan

Execute implementation plans into tested code changes with pull requests.

1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/bacchus-labs/steamship-integrations --skill implement-plan-bacchus-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-plan
Source: https://github.com/bacchus-labs/steamship-integrations/tree/main/.wingman/playbooks/skills/implement-plan
Command: npx skills add https://github.com/bacchus-labs/steamship-integrations --skill implement-plan-bacchus-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the challenge of turning an existing implementation plan into completed code changes by coordinating isolated execution, testing, and pull request delivery.

Core Features & Use Cases

  • Plan Execution Workflow: Implements pre-existing task plans by gathering issues, sequencing dependencies, and dispatching implementation work.
  • TDD and PR Automation: Enforces test-driven development, validates changes, manages worktrees, and prepares publication-ready pull requests.
  • Use Case: When a specification already has implementation issues created, use this Skill to execute those issues across a controlled workflow until the changes are tested and ready for review.

Quick Start

Use the implement-plan skill to execute the existing implementation plan for the provided specification reference and issue list.

Frequently Asked Questions about implement-plan

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

FAQPage Schema
How do I automate turning implementation issues into tested pull requests?

To automate turning implementation issues into tested pull requests, execute a pre-existing task plan that sequences dependencies, isolates work in git worktrees, enforces TDD, and prepares publication-ready PRs.

How does TDD execution work with git worktrees for multi-task engineering delivery?

TDD execution with git worktrees isolates each implementation task in a separate working directory, runs automated testing to validate code changes, and coordinates the validated output into a unified pull request.

Do I need MCP issue management tools to execute an implementation plan?

Yes, you need MCP issue management tools to gather existing issues, sequence task dependencies, and dispatch implementation work across a controlled workflow until changes are tested and ready for review.

What is the best way to coordinate isolated execution for a specification with existing issues?

The best way to coordinate isolated execution for a specification with existing issues is to use an automated workflow that gathers issues, dispatches implementation work, and manages worktree isolation for pull request preparation.

Can I use this workflow for repository tasks that require issue-based implementation without manual coding?

Yes, this workflow handles repository tasks requiring issue-based implementation by automatically sequencing dependencies, applying test-driven development, and validating changes to complete multi-task engineering delivery without manual coding.