Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
22 changes: 22 additions & 0 deletions plugins/one-shot-ship/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
30 changes: 30 additions & 0 deletions plugins/one-shot-ship/commands/oss.md
Original file line number Diff line number Diff line change
@@ -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).