planr-pipeline-ship

planr-pipeline-ship is a cursor rule for Cursor from openplanr/planr-pipeline. It costs 32 tokens per session (2,717 once invoked), scanned A, original, MIT.

A development workflow rule for a coding agent that runs the implementation phase after a planned feature has been reviewed. It coordinates frontend and backend work, testing, operations, documentation, and a final snapshot.

In plain words
What is it for?
Use it with commands such as “ship feature” to coordinate coding, quality checks, operations tasks, documentation, and project-state snapshots.
Why use it?
It keeps implementation work in a defined order and prevents planning from automatically starting code changes before a person reviews the plan.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/. Also seen: mentions CLAUDE.md; mentions subagents; mentions Claude Code.

Good fit Use it with commands such as “ship feature” to coordinate coding, quality checks, operations tasks, documentation, and project-state snapshots.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/openplanr/planr-pipeline/planr-pipeline-ship
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/openplanr/planr-pipeline

Made for: Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for planr-pipeline-ship

README.md
[![agentmods](https://agentmods.dev/badge/rules/openplanr/planr-pipeline/planr-pipeline-ship/github.svg)](https://agentmods.dev/rules/openplanr/planr-pipeline/planr-pipeline-ship)
Your own site
<a href="https://agentmods.dev/rules/openplanr/planr-pipeline/planr-pipeline-ship"><img src="https://agentmods.dev/badge/rules/openplanr/planr-pipeline/planr-pipeline-ship/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for planr-pipeline-ship

Your own site · 80×15
<a href="https://agentmods.dev/rules/openplanr/planr-pipeline/planr-pipeline-ship"><img src="https://agentmods.dev/badge/rules/openplanr/planr-pipeline/planr-pipeline-ship.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,717 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00032 $0.02717
Opus 5 $0.00016 $0.01358
Sonnet 5 $0.00006 $0.00543
Haiku 4.5 $0.00003 $0.00272

Measured 12d ago against content hash c69b8c26fc60, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

planr-pipeline-ship scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor/rules/planr-pipeline-ship.mdc · 261 lines

How it starts

The opening of the file, as written. The whole thing — 261 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/ship {feature} — DEV Phase orchestration (Cursor)

When the user says "ship {feature}" (or "implement {feature}", "build {feature}"), follow this rule end-to-end. The argument {feature} is the feature slug.

Per R1, this command MUST NOT be auto-chained from "plan {feature}". The user must explicitly invoke it after reviewing the PO-phase output.

Mirrored argv flags (--task T-NNN, --yes, --no-devops, --no-docs): see upstream commands/ship.md + commands/procedures/ship-arguments-and-cost-gate.md.


Step 0 — Snapshot sentinel

Cursor has no Stop hook (unlike Claude Code). To approximate the same "reminder if /ship aborts before snapshot" guarantee, write .cursor/.snapshot-pending (empty file) at the start of this rule. If a later run encounters this sentinel, surface a one-line reminder to refresh CLAUDE.md (Step 5) before proceeding.

Step 0.5 — Parse argv (upstream Phase A only)

Strip flags first; leftover token is {feature} slug. Record $SHIP_SKIP_DEVOPS, $SHIP_SKIP_DOCS, $SHIP_ASSUME_YES, $SHIP_TASK_ID.

Do NOT mutate disk here.


Step 1 — Mode detection + input validation (+ Phase B COST gate)

1a — Detect planr spec mode

Same as planr-pipeline-plan.mdc Step 1a:

  1. If .planr/config.json has idPrefix.spec set, spec-driven mode.
  2. SPEC_DIR = .planr/specs/<SPEC-NNN-{feature}>/.
  3. Otherwise, default mode (output/feats/feat-{feature}/).
Concept Default Spec-driven
Feature root output/feats/feat-{feature}/ <SPEC_DIR>/
US files output/feats/feat-{feature}/us-*/us-*.md <SPEC_DIR>/stories/US-*.md
Task files output/feats/feat-{feature}/us-*/tasks/task-*.md <SPEC_DIR>/tasks/T-*.md
Failure handoff (per task id) …/feat-{feature}/us-{N}/tasks/T-<TASK_ID>-error-report.md <SPEC_DIR>/tasks/T-<TASK_ID>-error-report.md
QA report output/feats/feat-{feature}/qa-report.md <SPEC_DIR>/qa-report.md

Read the full file on GitHub · 261 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 261 lines · 32 tokens per session scan A c69b8c26fc60

Subscribe to this mod's changes

planr-pipeline-ship is a cursor rule published in the GitHub repository openplanr/planr-pipeline (2 stars, last pushed 1mo ago), licensed MIT. It adds 32 tokens to every session and 2,717 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.