generate-project-plan

generate-project-plan is a skill for Claude Code from KirKruglov/claude-project-manager. It costs 124 tokens per session (3,814 once invoked), scanned A, a copy of generate-project-plan, MIT.

A project plan built from an approved project charter, which records the goal, scope, dates, team, constraints, and other agreed details.

In plain words
What is it for?
Use it to create the first planning-phase project artifact, with optional duration estimates, team availability, priorities, dependencies, and technical constraints.
Why use it?
It turns high-level project information into organised phases, work blocks, milestones, and assumptions. Later planning tasks can use it as a shared baseline.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the project-manager plugin — 21 skills, 8 commands, 3 MCP servers shipped together

Good fit Use it to create the first planning-phase project artifact, with optional duration estimates, team availability, priorities, dependencies, and technical constraints.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kirkruglov/claude-project-manager/generate-project-plan
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 KirKruglov/claude-project-manager --skill generate-project-plan
Clone the repo
git clone --depth 1 https://github.com/KirKruglov/claude-project-manager

Made for: Claude Code.

Or install project-manager, the plugin that ships this one along with the rest of its 21 skills, 8 commands, 3 MCP servers.

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 generate-project-plan

README.md
[![agentmods](https://agentmods.dev/badge/skills/kirkruglov/claude-project-manager/generate-project-plan/github.svg)](https://agentmods.dev/skills/kirkruglov/claude-project-manager/generate-project-plan)
Your own site
<a href="https://agentmods.dev/skills/kirkruglov/claude-project-manager/generate-project-plan"><img src="https://agentmods.dev/badge/skills/kirkruglov/claude-project-manager/generate-project-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 generate-project-plan

Your own site · 80×15
<a href="https://agentmods.dev/skills/kirkruglov/claude-project-manager/generate-project-plan"><img src="https://agentmods.dev/badge/skills/kirkruglov/claude-project-manager/generate-project-plan.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 124 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,814 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 95% copy Near-identical to another mod 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.00124 $0.03814
Opus 5 $0.00062 $0.01907
Sonnet 5 $0.00025 $0.00763
Haiku 4.5 $0.00012 $0.00381

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

Security

Grade A, and why

generate-project-plan 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 10d 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.

Origin

This is a copy

95% identical to generate-project-plan — 16 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/generate-project-plan/SKILL.md · 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.

generate-project-plan

Language Detection

Determine the language of the user's request:

  • If the request is in Russian → use templates with -ru suffix
  • Otherwise → use templates with -en suffix

All output (headings, labels, comments, instructions) must match the detected language.

Triggers

Russian: «сформируй план проекта», «подготовь план», «составь project plan», «нужен план проекта» English: "generate project plan", "create project plan", "build plan", "prepare project plan"


1. Inputs

Data Required Source Notes
Project charter (project-charter.md) yes knowledge or chat Approved charter. Extract: goal, scope, dates, budget (if present), team, constraints, top-3 risks
Duration estimates no chat or knowledge Work package estimates from the user. If absent — agent estimates and marks as assumption
Team availability data no chat or knowledge Load by period, constraints (vacations, part-time). If absent — agent distributes evenly, marks as assumption
Additional inputs no chat Priorities, external dependencies, technical constraints not included in the charter

If no charter is available — request it (system-prompt-draft.md §3 p.2):

A project plan requires an approved charter (project-charter.md).
Available data: [list what is available].
Charter status: [not started / draft / approved].
If the charter has not been created yet — start with generate-charter.

2. Execution Algorithm

  1. Validate inputs. Check for an approved charter. Not found → request per §1 template. Do NOT generate a plan without a charter — this breaks the dependency chain. Found → step 2.
  2. Extract data from the charter. Break down by category: goal, scope (included/excluded), dates (start/end), budget (if specified), team, constraints, risks. Record gaps.
  3. Check data for conflicts. If charter dates conflict with user-provided duration estimates — do NOT resolve independently. List discrepancies, ask which takes precedence. Exception: if the user explicitly clarifies in chat — use the clarification.
  4. Decompose scope into work packages (WP). Each deliverable from the charter's "Included" section → one or more WPs. Granularity: a WP is a group of related tasks with a single output. Do NOT decompose to individual tasks — that is Jira level. Assign each WP an ID (WP-001, WP-002, etc.). Group WPs by project phase. After decomposition, count total WPs: if >20 — consolidate adjacent packages within the same phase. WP count must be ≤ 20 for MVP. If consolidation would lose meaning — record as assumption and proceed to step 5.
  5. Set duration for each WP.
    • Use user-provided estimates if available.
    • If no estimates — assess based on: scope volume, resource count, comparable projects, charter constraints. Mark each such estimate as assumption.
    • Unit: project ≤ 3 months → working days (wd); project > 3 months → weeks (wk). Unit must be consistent within one plan. 1 wk = 5 wd.
    • Verify: sum of critical path durations (accounting for maximum parallelism) ≤ total project duration from charter. If it doesn't fit — record as issue, propose options (parallel execution / scope reduction / resource increase / date shift). Do NOT generate WP dates beyond the charter end_date. If unavoidable — mark affected WPs with [⚠ exceeds deadline] and require a decision from the user before finalizing.
  6. Identify dependencies between WPs. For each related WP pair: dependency type (FS / SS / FF). FS is the default if the relationship is not explicit. Verify no circular dependencies.
  7. Define milestones. A milestone is a checkpoint marking the achievement of a significant result. A milestone is NOT a task — it has zero duration. It answers "what must be done by this point", not "what needs to be done". What counts as a milestone: phase completion (all WPs in phase closed); delivery of a key deliverable to the customer; external event the project depends on (approval, procurement, integration); go/no-go decision point. What does NOT count as a milestone: completion of a routine WP that is not a deliverable; internal intermediate results without external review; recurring events (weekly status, sprint reviews). Milestones from the charter (section 3) — must be included. ID: M1, M2, etc. Minimum: 3 milestones (start, mid, finish). Maximum: one per phase + key deliverables.
  8. Fill the resource map.
    • Use availability data if provided.
    • If not — take team from charter (section 5), distribute across WPs by role, treat load as uniform. Mark as assumption.
    • Period columns — actual project months (not fixed).
  9. Read the template project-plan-ru.md (or project-plan-en.md) from project knowledge.
  10. Fill the template per the rules in section 3.
  11. Validate the output using the checklist (section 5).
  12. Present the output in chat. Format (system-prompt-draft.md §3 p.4):
    • What was done: "Project plan generated based on [list sources]."
    • Assumptions: list all (duration estimates, resource allocation, etc.).
    • Issues: if found (schedule overrun, insufficient resources).
    • What is required: "Approve, provide comments, or reject."
    • Do not include system paths. Use file name only: "Plan saved as project-plan.md."
  13. Wait for user response (system-prompt-draft.md §3 p.5).
    • Approval → generate final version.
    • Comments → revise, show updated version. After 3rd iteration — ask: "Continue revising or finalize the current version?"
  14. After approval:
    • Propose text for the user to insert into log.md and project-state.md (system-prompt-draft.md §11).
    • Notify: "Project plan approved. The following tasks are now available (can run in parallel): generate-risk-register (detailed risk register) and generate-comm-plan (communications plan). Which one to start?" (system-prompt-draft.md §7).

Read the full file on GitHub · 261 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. 10d ago First seen · 261 lines · 124 tokens per session scan A c7493524de4d

Subscribe to this mod's changes

generate-project-plan is a skill published in the GitHub repository KirKruglov/claude-project-manager (6 stars, last pushed 4mo ago), licensed MIT. It adds 124 tokens to every session and 3,814 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. It is 95% identical to generate-project-plan, differing in 16 lines, and is treated as a copy.