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

AI Functions: Runtime Code Generation with Automated Verification
AI Functions is a Python library that lets you define functions with natural language specifications instead of implementation code, executes LLM-generated code at runtime, and validates outputs with post-conditions that trigger automatic retries on failure.

Treck: A Chrome Extension That Captures Web Research and Uses Claude to Generate Documents
Treck is a Chrome extension that captures web research into projects and uses Claude to turn them into documents, quotes, and shareable pages. Bring your own API key.

ArayCode: Desktop CLI Client for OpenClaw with Voice, Multi-Agent Hotkeys, and Markdown UI
ArayCode turns OpenClaw into a desktop CLI app with voice I/O, multi-agent hotkeys, themes, and markdown UI built on Spectre.Console. Supports cloud and local STT/TTS providers.

Savant Commander 48B: A Custom Qwen 3 Mixture-of-Experts Model with 12 Distilled Models
Savant Commander 48B is a custom Qwen 3 Mixture-of-Experts model with hand-coded routing that combines 12 distilled models from providers like Claude, Gemini, OpenAI, and Deepseek. It features 256K context length and allows prompt-controlled activation of specific distilled models.