๐ Inventory-driven
Detects installed packages, versions, and enabled features โ template routing, Quartermaster, WooCommerce โ and briefs accordingly.
๐งญ WP-CLI package ยท composes CLAUDE.md + AGENTS.md + skills ยท registers MCP
Bosun composes AI agent guidelines and skills for PressGang themes โ generated from what each theme actually has installed and enabled, so every agent that comes aboard knows the ropes.
$ wp package install pressgang-wp/bosun$ wp bosun install โ Inventory: pressgang 2.1 ยท quartermaster 1.3โ Template routing detected โ guidance aboardโ Composed CLAUDE.md + AGENTS.mdโ Skills installed โ .claude/skills/โ MCP server registered โ .mcp.json All hands briefed.
The problem
PressGang's best features leave barely a trace in a child theme's code โ controllers route by convention, config merges silently, context getters wire themselves. Great for developers who know the ship; invisible to AI agents who don't.
An unbriefed agent writes working code that misses everything the framework gives you: hand-rolled query arrays, stub template files, hooks in functions.php. Bosun closes that gap at the source.
# harbour-cafe โ agent guidelines ## Template routing is ONDo not create archive-*.php stubs.Controllers resolve by convention. ## Queries use Quartermaster 1.3Prefer fluent methods over raw args. ## Post types live in config/Never register via add_action('init').
Not a static template pasted into every repo โ Bosun inspects each theme and writes guidance for what's actually there.
Detects installed packages, versions, and enabled features โ template routing, Quartermaster, WooCommerce โ and briefs accordingly.
Writes CLAUDE.md and AGENTS.md, plus agent skills โ one briefing, every AI coding tool aboard.
Add a package, enable a feature, re-run wp bosun install โ the briefing keeps pace with the ship.
Where Capstan can serve MCP, Bosun wires its introspection โ routing, config, health, version-aware docs search โ straight into your editor's .mcp.json, so agents observe the live theme, not just read about it.
Bosun completes the loop: Capstan launches the project, PressGang structures it, Quartermaster queries it โ and Bosun makes sure your AI tools know all of it.