Shipwright: An Open-Source Project Management Tool Built on Claude Code

What Shipwright Is
Shipwright is an open-source project management tool built to run on Claude Code. It's designed as a "PM operating system" that coordinates multiple specialized agents to handle project management tasks before engineering work begins.
Core Architecture
- 44 skills in plain Markdown format
- 7 highly specialized agents
- 16 workflows
- Binary quality gates that give clear pass/fail results
- Recovery playbooks for when things go wrong
- Agents and coordination system are Claude Code-specific
Practical Applications from Source
The creator used Shipwright to evaluate a credential verification tool concept. The discovery workflow audited 7 different credential registries, examined their Terms of Service, and tested API terms. The finding: 9 out of 9 registries don't allow programmatic access for under $2 per query, and reselling isn't permitted. This issue was caught before any engineering work started.
In another case for healthcare pre-sales work, Shipwright provided:
- A breakdown of how 9 different automation platforms compared across 9 dimensions
- A 29-question questionnaire for deeper analysis
- A company profile with all unknowns clearly marked
These pre-work analyses saved an estimated 4-6 days of work.
Prioritization Features
- Deep mode runs multi-framework comparisons (RICE vs. Kano vs. MoSCoW on the same backlog)
- Applies stakeholder-specific scoring weights
- Runs sensitivity analysis per assumption
- Every proposal gets reviewed from 7 angles
- Includes a mandatory devil's advocate who must challenge at least 2 assumptions
Compatibility Notes
The skills are in plain Markdown and can be used with Cursor, Codex, and the Gemini CLI. The creator hasn't personally tested it on other LLMs. The agents and coordination system are specifically built for Claude Code.
📖 Read the full source: r/ClaudeAI
👀 See Also

TechDebtMCP v2.0.0: MCP server for technical debt analysis across 14 languages
TechDebtMCP v2.0.0 is an MCP server that connects Claude to codebases to find, measure, and prioritize technical debt across 14 programming languages including JS/TS, Python, Java, Swift, Kotlin, Go, Rust, C/C++, C#, Ruby, and PHP.

Two Months with GitHub's Spec-Kit and Claude Code: What Works, What Doesn't
A developer shares practical notes on using GitHub's Spec-Driven Development toolkit with Claude Code, covering the five-phase workflow, drift issues, overhead trade-offs, and setup tips.

Artifactr: Local-first CLI tool for managing AI coding agent artifacts
Artifactr is a free, open-source CLI tool for managing LLM artifacts like skills, commands, and agent definitions. It stores files in portable vaults with no network connections and supports automatic syncing via symlinks.

A2P: An MCP Server That Enforces Engineering Discipline for AI Coding Agents
A2P (Architect-to-Product) is an AI engineering framework packaged as an MCP server that enforces a gated workflow: Architecture → Plan → Build → Audit → Security → Deploy, with each feature slice requiring RED → GREEN → REFACTOR → SAST → DONE progression.