From ab347055fa1815be58d7338ab56328d78c7ffa9f Mon Sep 17 00:00:00 2001 From: Yanick Lavoie Date: Mon, 9 Feb 2026 07:36:38 +0700 Subject: [PATCH] Add One Shot Ship plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit AI-powered development workflows for Claude Code with 43 commands, 49 specialized agents, enforced TDD, and structured planning. - Complete development lifecycle: ideate → plan → build → ship - London-style TDD enforcement (RED-GREEN-REFACTOR) - 49 specialized agents for every stack - Quality gates and code review automation Homepage: https://www.oneshotship.com Repository: https://github.com/501336North/one-shot-ship-plugin --- README-zh.md | 1 + README.md | 1 + .../one-shot-ship/.claude-plugin/plugin.json | 22 ++++++++++++++ plugins/one-shot-ship/commands/oss.md | 30 +++++++++++++++++++ 4 files changed, 54 insertions(+) create mode 100644 plugins/one-shot-ship/.claude-plugin/plugin.json create mode 100644 plugins/one-shot-ship/commands/oss.md diff --git a/README-zh.md b/README-zh.md index 2c2de0e..c0ce477 100644 --- a/README-zh.md +++ b/README-zh.md @@ -60,6 +60,7 @@ - [claude-desktop-extension](./plugins/claude-desktop-extension) - [lyra](./plugins/lyra) - [model-context-protocol-mcp-expert](./plugins/model-context-protocol-mcp-expert) +- [one-shot-ship](./plugins/one-shot-ship) - [problem-solver-specialist](./plugins/problem-solver-specialist) - [studio-coach](./plugins/studio-coach) - [ultrathink](./plugins/ultrathink) diff --git a/README.md b/README.md index e4de615..acdf02e 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ Install or disable them dynamically with the `/plugin` command — enabling you - [claude-desktop-extension](./plugins/claude-desktop-extension) - [lyra](./plugins/lyra) - [model-context-protocol-mcp-expert](./plugins/model-context-protocol-mcp-expert) +- [one-shot-ship](./plugins/one-shot-ship) - [problem-solver-specialist](./plugins/problem-solver-specialist) - [studio-coach](./plugins/studio-coach) - [ultrathink](./plugins/ultrathink) diff --git a/plugins/one-shot-ship/.claude-plugin/plugin.json b/plugins/one-shot-ship/.claude-plugin/plugin.json new file mode 100644 index 0000000..cd7baaa --- /dev/null +++ b/plugins/one-shot-ship/.claude-plugin/plugin.json @@ -0,0 +1,22 @@ +{ + "name": "oss", + "description": "AI-powered development workflows for Claude Code. 43 commands, 49 specialized agents. Enforces TDD, structured planning, and quality gates. Idea to production-ready PR in one session.", + "version": "2.0.25", + "author": { + "name": "One Shot Ship", + "email": "hello@oneshotship.com" + }, + "homepage": "https://www.oneshotship.com", + "repository": "https://github.com/501336North/one-shot-ship-plugin", + "license": "MIT", + "keywords": [ + "workflow", + "tdd", + "agents", + "development", + "deployment", + "productivity", + "testing", + "code-quality" + ] +} diff --git a/plugins/one-shot-ship/commands/oss.md b/plugins/one-shot-ship/commands/oss.md new file mode 100644 index 0000000..8061006 --- /dev/null +++ b/plugins/one-shot-ship/commands/oss.md @@ -0,0 +1,30 @@ +# One Shot Ship + +Complete development lifecycle from idea to production. Enforces TDD, structured planning, and quality gates. + +## Core Workflow + +``` +/oss:ideate → /oss:plan → /oss:build → /oss:ship +``` + +## Installation + +Install from GitHub: + +``` +/plugin install 501336North/one-shot-ship-plugin +``` + +Or visit [oneshotship.com](https://www.oneshotship.com) for a 7-day free trial. + +## Commands + +**Core:** ideate, plan, build, ship +**TDD:** red, green, refactor, mock +**Testing:** test, integration, bench, load, contract +**Quality:** review, audit, a11y, privacy, license +**Operations:** deploy, monitor, incident, rollback, chaos +**Design:** api-design, acceptance, adr, requirements, data-model + +43 commands total. See [full documentation](https://github.com/501336North/one-shot-ship-plugin#commands).