Projects

GSD for IBM Bob

An adapter that brings GSD’s plan-execute-verify workflow to IBM Bob.

Stack

  • Node.js 22+
  • JavaScript
  • npm
  • gsd-core 1.14
  • IBM Bob 2.0
  • Agent Skills

Explained

Git Ship Done, or GSD for short, is an open-source planning framework that keeps AI coding agents on spec. There isn’t a native connector for IBM Bob, so I built an adapter.

It converts GSD’s source on install. Three pieces:

  • A capability gate that leaves out any skill unsupportable by Bob.
  • A neutrality pass that rewrites every doc read by the agent, which has a default backend model router. Hence, model tiers don’t matter.
  • A patch script that re-applies changes to the bundled gsd-core on version updates.

Use an npx command to install the whole workflow as slash commands, Agent skills, and a custom system prompt.

~300 downloads in first month.