bobbycode: Skill for Claude Code

.claude/skills/bobby-plan/SKILL.md

plan-ticket is a skill for Claude Code from ccevans/bobbycode. It costs 52 tokens per session (4,015 once invoked), scanned A, original, MIT.

A planning guide for breaking large work items, called epics, into smaller tickets and refining their requirements. It also creates a plan and test cases after examining the surrounding project context.

In plain words
What is it for?
Use it to turn an epic or feature request into an ordered set of implementable tickets with concrete checks.
Why use it?
It reduces unclear scope, missing acceptance criteria, and plans that ignore related work or existing code.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: reads .claude/ paths.

This is ccevans/bobbycode's own configuration. It tells Claude Code how to work on bobbycode itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything bobbycode configures →

Reuse

Borrowing it

Nothing to install: this file belongs to ccevans/bobbycode. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/ccevans/bobbycode/main/.claude/skills/bobby-plan/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/ccevans/bobbycode

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 plan-ticket

README.md
[![agentmods](https://agentmods.dev/badge/skills/ccevans/bobbycode/bobby-plan/github.svg)](https://agentmods.dev/skills/ccevans/bobbycode/bobby-plan)
Your own site
<a href="https://agentmods.dev/skills/ccevans/bobbycode/bobby-plan"><img src="https://agentmods.dev/badge/skills/ccevans/bobbycode/bobby-plan/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 plan-ticket

Your own site · 80×15
<a href="https://agentmods.dev/skills/ccevans/bobbycode/bobby-plan"><img src="https://agentmods.dev/badge/skills/ccevans/bobbycode/bobby-plan.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,015 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 pass 7 Sept 2026
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.00052 $0.04015
Opus 5 $0.00026 $0.02008
Sonnet 5 $0.00010 $0.00803
Haiku 4.5 $0.00005 $0.00402

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

Security

Grade A, and why

plan-ticket 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 5d 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.

.claude/skills/bobby-plan/SKILL.md · 381 lines

How it starts

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

Bobby Plan Skill

This skill handles planning — both epic breakdown and ticket refinement.

Before Starting

  1. Check learnings — Read .claude/skills/bobby-plan/learnings.md + .claude/skills/bobby-plan/learnings.local.md
  2. Read the ticket — Understand what's being asked

Investigation First

<investigation_rules> Before creating any plan:

  • Read the ticket's title, description, and acceptance criteria fully
  • If the ticket has a parent field, read the parent epic's ticket.md and plan.md
  • If the ticket has a feature field, read .bobby/product/feature-map.md (that row and the journey step(s) it serves) and .bobby/product/personas.md — the AC must satisfy the journey step, and test-cases.md should exercise it as the persona
  • Read any existing feature-plan.md to understand cross-cutting decisions already made
  • If you are unsure about the scope of an AC, improve the AC text rather than guessing
  • Explore the codebase to understand existing patterns before proposing new ones
  • Large file discipline: For files over 500 lines (CSS, large components, mockups), do NOT read the entire file. Instead, grep for the relevant section name or keyword to find the line range, then read only that range. Record useful line ranges in the plan's ## Files to modify section so downstream agents (build, review) can do targeted reads too. </investigation_rules>

Mode Detection

  • If the ticket has type: epic AND .bobby/product/feature-map.md exists → Product-Aware Epic Mode (decompose against the locked definition)
  • If the ticket has type: epicEpic Mode (break down into child tickets)
  • If the ticket is in planning stage AND has a parent field (belongs to an epic) → Feature-Aware Refine Mode (plan with sibling context)
  • If the ticket is in planning stage with no parentRefine Mode (create plan + test cases)

Product-Aware Epic Mode

The epic went through the define pipeline: .bobby/product/ holds a locked brief, personas, journeys, and feature map. Scope was decided at the human gates — you do not re-decide WHAT to build. Approach scoring still applies to HOW.

Read the full file on GitHub · 381 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 5d ago First seen · 381 lines · 52 tokens per session scan A 4973171a6918

Subscribe to this mod's changes

plan-ticket is a skill published in the GitHub repository ccevans/bobbycode (6 stars, last pushed 3d ago), licensed MIT. It adds 52 tokens to every session and 4,015 once invoked, about $0.0003 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-09-03.

Related

Other skills, from other repositories

expo-eas-submit

App Store Connect and Google Play Console upload flow with EAS Submit, metadata, build-artifact selection, review notes, and phased release. Triggers on eas submit, app store connect, google play, asc api key, service account, metadata, screenshot, phased release, review notes, testflight, internal testing, production…

fatihkan/badi · 75 tokens

consulting

Strategic consulting skills for organizations. Long-term planning, business strategy, change management, organizational design, competitive analysis, vision/mission frameworks. Triggers on: strategy, consulting, planning, organizational change, competitive analysis, business model, vision.

fatihkan/badi · 0 tokens

customer-success

Customer onboarding, retention, and success skills. Reduce churn through structured first-value moments, lifecycle messaging, NPS analysis, account health scoring. Triggers on: onboarding, customer success, retention, churn, NPS, customer health, lifecycle, expansion revenue.

fatihkan/badi · 0 tokens

product

Product management, strategy, user experience, development planning, and product analytics skills. Roadmapping, OKRs, JTBD frameworks, feature prioritization. Triggers on: product management, roadmap, OKR, JTBD, feature prioritization, product strategy, user research, MVP, PMF.

fatihkan/badi · 0 tokens

productivity

Personal productivity, time management, project management, team productivity, automation, and process improvement skills. GTD, time-blocking, focus systems, async workflows. Triggers on: productivity, time management, GTD, focus, deep work, async, project management, workflow, habits.

fatihkan/badi · 0 tokens

sales

Sales strategy, customer relationships, pipeline management, sales techniques, CRM, and sales analytics. Outbound, inbound, account-based selling, deal qualification frameworks (BANT, MEDDIC). Triggers on: sales, pipeline, CRM, prospecting, qualification, MEDDIC, BANT, deal review, sales playbook, account-based…

fatihkan/badi · 0 tokens