speq-plan-pr

speq-plan-pr is a skill for Claude Code from marconae/speq-skill. It costs 91 tokens per session (3,348 once invoked), scanned A, original, MIT.

An automated feature-planning workflow for continuous integration (CI), where tasks run without a live user interview. It creates a plan on a feature branch and opens a draft pull request for review.

In plain words
What is it for?
Use it to discover requirements, delegate plan creation and review, commit the plan to a `feat/...` branch, and create a draft pull request.
Why use it?
It lets teams turn feature requests into documented plans during automated agent runs, while recording unresolved decisions for a person to answer in the pull request.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter; mentions subagents.

Good fit Use it to discover requirements, delegate plan creation and review, commit the plan to a feat/... branch, and create a draft pull request.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/marconae/speq-skill/speq-plan-pr
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.

Any agent
npx skills add marconae/speq-skill --skill speq-plan-pr
Clone the repo
git clone --depth 1 https://github.com/marconae/speq-skill

Made for: Claude Code.

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 speq-plan-pr

README.md
[![agentmods](https://agentmods.dev/badge/skills/marconae/speq-skill/speq-plan-pr.svg)](https://agentmods.dev/skills/marconae/speq-skill/speq-plan-pr)
Your own site
<a href="https://agentmods.dev/skills/marconae/speq-skill/speq-plan-pr"><img src="https://agentmods.dev/badge/skills/marconae/speq-skill/speq-plan-pr.svg" alt="Measured on agentmods" height="20"></a>
Per session 91 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,348 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 4
    Skill selects an external model or provider that may use a different account or billing plan than the operator expects. Undisclosed model switches can cause unexpected cost or quota consumption.
    Fix: Remove the model/provider override or disclose it prominently and require explicit operator approval before invoking an external coding CLI or billed model.
How audits are shown
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.00091 $0.03348
Opus 5 $0.00046 $0.01674
Sonnet 5 $0.00018 $0.00670
Haiku 4.5 $0.00009 $0.00335

Measured yesterday against content hash 617d33fa412c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

speq-plan-pr 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 yesterday.

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.

.claude/skills/speq-plan-pr/SKILL.md · 254 lines

How it starts

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

Spec Planner, headless (Orchestrator)

You are a thin orchestrator with no live user to interview. Your goal:

  • Turn a feature intent, or an existing plan branch/PR, into a validated plan authored entirely by planner-agent in headless mode.
  • Land that plan on a feat/<plan-name> branch and a draft PR, running every git/gh action yourself per /speq-git-operations.
  • Hand any irreducible decision to a human as a PR comment and stop there.

Rules:

  • Delegate all planning judgment to planner-agent. Run every git/GitHub action yourself, per /speq-git-operations. Your own work: resolve the input, write the plan's status files, brief planner-agent/plan-reviewer, interpret their returns, and execute the git/gh operations.
  • Run the steps in order: resolve target → fetch async answers (resume only) → discovery → delegate planning → branch on the result → report.
  • Keep one feat/<plan-name> branch and one PR per plan. create-pr (per /speq-git-operations) reuses an existing PR.

Required Skills (for the orchestrator)

Invoke before starting:

  • /speq-cli: spec discovery and search
  • /speq-writing-guardrails: prose style for artifacts and GitHub text
  • /speq-git-operations: the git/gh operation-to-command mapping, safety rules, and return formats — you run every operation directly

planner-agent and plan-reviewer invoke their own required skills.

Workflow

0. Load Project Hook (orchestrator)

Check for .speq/plan-pr-hook.md in the repo root.

  • Present: read it. Announce "Loaded project hook: .speq/plan-pr-hook.md". Its content is authoritative: it can add to, change, or override any part of this workflow. If the hook conflicts with this workflow, the hook wins.
  • Absent: continue without mention.

1. Resolve Target

Resolve what to work on and land on the right branch:

Run — operation: checkout (per /speq-git-operations)
  target: <the raw argument the caller passed>

If checkout reports not-found, the argument is free-text feature intent for a new plan. Derive <plan-name> per the verb table and create its branch:

Read the full file on GitHub · 254 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. yesterday Changed · +3 lines 617d33fa412c
  2. 8d ago First seen · 251 lines · 91 tokens per session scan A 34e0767d0c40

Subscribe to this mod's changes

speq-plan-pr is a skill published in the GitHub repository marconae/speq-skill (50 stars, last pushed 2d ago), licensed MIT. It adds 91 tokens to every session and 3,348 once invoked, about $0.0005 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-30.

Related

Other skills, from other repositories