story-to-plan-orchestrator

story-to-plan-orchestrator is a skill for Claude Code, Codex from n-n-code/n-n-code-skills. It costs 83 tokens per session (2,702 once invoked), scanned A, original, MIT.

A coordinator for preparing a product story before implementation by combining clarification, repository research, and implementation planning.

In plain words
What is it for?
Use it when two or more preparation stages are needed, when selecting a slice from a split story, or when resuming and validating a partial planning packet.
Why use it?
It resolves missing, stale, or conflicting preparation work so coding starts with a consistent handoff.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it when two or more preparation stages are needed, when selecting a slice from a split story, or when resuming and validating a partial planning packet.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/n-n-code/n-n-code-skills/story-to-plan-orchestrator
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 n-n-code/n-n-code-skills --skill story-to-plan-orchestrator
Clone the repo
git clone --depth 1 https://github.com/n-n-code/n-n-code-skills

Made for: Claude Code, Codex.

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 story-to-plan-orchestrator

README.md
[![agentmods](https://agentmods.dev/badge/skills/n-n-code/n-n-code-skills/story-to-plan-orchestrator/github.svg)](https://agentmods.dev/skills/n-n-code/n-n-code-skills/story-to-plan-orchestrator)
Your own site
<a href="https://agentmods.dev/skills/n-n-code/n-n-code-skills/story-to-plan-orchestrator"><img src="https://agentmods.dev/badge/skills/n-n-code/n-n-code-skills/story-to-plan-orchestrator/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 story-to-plan-orchestrator

Your own site · 80×15
<a href="https://agentmods.dev/skills/n-n-code/n-n-code-skills/story-to-plan-orchestrator"><img src="https://agentmods.dev/badge/skills/n-n-code/n-n-code-skills/story-to-plan-orchestrator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,702 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.00083 $0.02702
Opus 5 $0.00042 $0.01351
Sonnet 5 $0.00017 $0.00540
Haiku 4.5 $0.00008 $0.00270

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

Security

Grade A, and why

story-to-plan-orchestrator 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.

.agents/skills/story-to-plan-orchestrator/SKILL.md · 274 lines

How it starts

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

Story-To-Plan Orchestrator

Coordinate the path from product intent to an evidence-backed implementation plan. Let each component skill own its artifact; this skill owns routing, invalidation, resumption, and packet assembly.

This is a process overlay and multi-stage entry point. The component skills remain independently usable.

For a review-only request, assess packet coherence and readiness and return findings without rebuilding artifacts. Resume or repair stages when requested. Return artifacts in the conversation unless file output was requested; pipeline preparation does not authorize product implementation or external publication.

When To Use

  • produce a complete Story Card, Repo Context, and Implementation Plan handoff
  • run or repair two or more preparation stages
  • select and materialize one slice from a Split Story Set before scouting
  • resume or validate a partial packet whose next valid stage is unclear
  • reconcile stale or contradictory stage outputs before coding

Not For

  • one requested artifact; use its owning component skill
  • direct code implementation after preparation
  • broad product strategy, architecture review, test strategy, or security review

Ownership

Owner Artifact Decisions it owns
story-clarifier Story Card or Split Story Set behavior, scope, acceptance, and story readiness
story-repo-scout Repo Context repository evidence, proposed-path basis, and repo-context readiness
story-implementation-planner Implementation Plan executor fit, task shape, validation, and plan readiness
this skill Preparation Packet packet status, stage routing, invalidation, slice selection, resumption, and coherence

Treat each component's artifact schema and stage-specific readiness evidence as authoritative. The shared three-field protocol below is the family-level rule. Do not copy a component's full schema, anti-pattern list, or executor rules into this skill.

Shared Stage Protocol

Read the full file on GitHub · 274 lines

Files

What ships with it

1 file 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 Changed · +5 lines 607dcf680322
  2. 10d ago First seen · 269 lines · 83 tokens per session scan A 03ab6121aadf

Subscribe to this mod's changes

story-to-plan-orchestrator is a skill published in the GitHub repository n-n-code/n-n-code-skills (4 stars, last pushed 4d ago), licensed MIT. It adds 83 tokens to every session and 2,702 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

astro-dso-doc

Generates a complete, polished HTML documentation page, a processing checklist, an AstroBin post JSON, a PixInsight process icon set (XPSM), AND a ready-to-paste PixInsight project Description field for a deep-sky object (DSO) astrophotography project. Use this skill whenever the user mentions astrophotography, a DSO…

jjmartres/ai-coding-agents · 244 tokens

document-code

Apply Google Style documentation standards to Python, Go, TypeScript, and Terraform code. Use when writing or reviewing code that needs docstrings/comments/JSDoc, when asked to "document this code", "add docstrings", "follow Google Style", or when improving code documentation quality. Supports Python docstrings, Go…

jjmartres/ai-coding-agents · 88 tokens

work-on-ticket

Fetches Jira ticket details, creates an appropriately named branch, and initiates the task planning workflow. Use when the user says "work on [TICKETID]" or similar phrases.

jjmartres/ai-coding-agents · 41 tokens

datadog

Use this skill when you need to search Datadog logs, query metrics, tail logs in real-time, trace distributed requests, investigate errors, compare time periods, find log patterns, check service health, or export observability data.

jjmartres/ai-coding-agents · 51 tokens

audit-pr

Audit a whole PR against the delivery contract and return MERGE-READY or evidenced blockers with the full URL. Consumes the current review-change REVIEW-PASS receipt instead of re-running review axes; posts a SHA-bound ready comment; never edits or merges. Triggers: "audit-pr", "is this PR ready", "merge gate".

gtrabanco/agentic-workflow · 71 tokens

design-feature

Turn a raw idea or existing feature into a designed product SPEC by completing entity, integration, role, and expectation closure. Upserts never destroy recorded decisions. Triggers: "design-feature", "design this feature", "define product scope".

gtrabanco/agentic-workflow · 51 tokens