pn-create-workflow-roadmap

pn-create-workflow-roadmap is a skill for Cursor from perniemann/pnCore. It costs 44 tokens per session (1,811 once invoked), scanned A, original, MIT.

A project-planning guide that turns an implementation plan into a step-by-step workflow document. It links each phase to available commands, suggests model levels, and estimates token use.

In plain words
What is it for?
Use it after writing an implementation plan to create docs/WORKFLOW.md. It helps prepare project sessions and choose an appropriate model level for each step.
Why use it?
It gives a planned build a clearer execution order and makes expected model usage and token costs visible before work begins.

Skill for Cursor

Written for Cursor: shipped in a Cursor plugin. Also seen: mentions subagents.

Part of the pn-core plugin — 133 skills, 19 commands, 9 agents, 1 MCP server shipped together

Good fit Use it after writing an implementation plan to create docs/WORKFLOW.md. It helps prepare project sessions and choose an appropriate model level for each step.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/perniemann/pncore/pn-create-workflow-roadmap
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 perniemann/pnCore --skill pn-create-workflow-roadmap
Clone the repo
git clone --depth 1 https://github.com/perniemann/pnCore

Made for: Cursor.

Or install pn-core, the plugin that ships this one along with the rest of its 133 skills, 19 commands, 9 agents, 1 MCP server.

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 pn-create-workflow-roadmap

README.md
[![agentmods](https://agentmods.dev/badge/skills/perniemann/pncore/pn-create-workflow-roadmap/github.svg)](https://agentmods.dev/skills/perniemann/pncore/pn-create-workflow-roadmap)
Your own site
<a href="https://agentmods.dev/skills/perniemann/pncore/pn-create-workflow-roadmap"><img src="https://agentmods.dev/badge/skills/perniemann/pncore/pn-create-workflow-roadmap/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 pn-create-workflow-roadmap

Your own site · 80×15
<a href="https://agentmods.dev/skills/perniemann/pncore/pn-create-workflow-roadmap"><img src="https://agentmods.dev/badge/skills/perniemann/pncore/pn-create-workflow-roadmap.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,811 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.00044 $0.01811
Opus 5 $0.00022 $0.00905
Sonnet 5 $0.00009 $0.00362
Haiku 4.5 $0.00004 $0.00181

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

Security

Grade A, and why

pn-create-workflow-roadmap 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 9d 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.

packages/pn-core-mcp/content/skills/orchestration/pn-create-workflow-roadmap/SKILL.md · 160 lines

How it starts

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

Create Workflow Roadmap

Purpose

Generate docs/WORKFLOW.md — a project execution guide that maps every phase from the implementation plan to specific pn-core commands, recommends model tiers per step, and estimates token costs. Enables cost-aware project planning and session management.

When to use

  • After pn-writing-plans completes and the plan document exists
  • During pn-new (Involved mode), after plan and before skeptic review
  • When user requests a workflow roadmap, execution guide, or cost estimate for a planned build

Announce at start: "I'm using pn-create-workflow-roadmap to generate the project workflow."

Before drafting: Load get_skill("pn-documentation") and apply the WORKFLOW roadmap format.

Input

  • Plan document: docs/plans/YYYY-MM-DD-<feature>.md (required)
  • Discovery spec: docs/discovery/YYYY-MM-DD-<slug>.md (required)
  • Prior-art research: docs/research/YYYY-MM-DD-<slug>-prior-art.md (when it exists)
  • Ref docs: Prefer docs/refs/PRD.md, docs/refs/DESIGN-DOC.md, etc.

Instructions

1. Read inputs

Read the plan document, discovery spec, and any ref docs. Extract:

  • Project name
  • Delivery tier (MVP or full)
  • Phase list with tasks per phase
  • Stack and scope from discovery
  • Security and design requirements that affect model tier selection

2. Map phases to commands

For each phase in the plan, determine which pn-core commands/skills run at each step. Use the plan's task descriptions, file types, and scope to select:

Task type Command/Skill
Scaffold, project init pn-scaffolder
Frontend components, pages, routes pn-frontend-developer
Backend API, DB, auth pn-backend-developer
Tests pn-testing-specialist
Asset creation (logo, icons, illustrations) pn-assets-manager
Generative media (ComfyUI, T2V, cinematic pipelines) pn-generative-media-director
Design system, visual polish pn-design
Game mechanics, progression pn-game
Security audit, GDPR, RLS pn-security-auditor
Accessibility audit, Lighthouse pn-frontend-audit
Code review, quality gates pn-reviewer
Acceptance verification + delivery pn-deliver
Doc updates pn-document

Read the full file on GitHub · 160 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. 9d ago First seen · 160 lines · 44 tokens per session scan A aac750826a90

Subscribe to this mod's changes

pn-create-workflow-roadmap is a skill published in the GitHub repository perniemann/pnCore (0 stars, last pushed 6d ago), licensed MIT. It adds 44 tokens to every session and 1,811 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-09-03.