sddp-projectplan

sddp-projectplan is a skill for Claude Code from attilaszasz/sdd-pilot. It costs 31 tokens per session (214 once invoked), scanned A, original, MIT.

A project-planning command that breaks an approved product idea and technical context into prioritized groups of work called epics. It orders those groups by dependencies and execution waves.

In plain words
What is it for?
Decomposing a project into epics, identifying dependencies, deciding implementation waves, and checking planning coverage.
Why use it?
Large projects are difficult to start when the work is not grouped or ordered. This workflow creates a structured plan while checking that the planned work covers the available project context.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: installed under .agents/ (shared by several agents).

Good fit Decomposing a project into epics, identifying dependencies, deciding implementation waves, and checking planning coverage.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/attilaszasz/sdd-pilot/sddp-projectplan
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 attilaszasz/sdd-pilot --skill sddp-projectplan
Clone the repo
git clone --depth 1 https://github.com/attilaszasz/sdd-pilot

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 sddp-projectplan

README.md
[![agentmods](https://agentmods.dev/badge/skills/attilaszasz/sdd-pilot/sddp-projectplan/github.svg)](https://agentmods.dev/skills/attilaszasz/sdd-pilot/sddp-projectplan)
Your own site
<a href="https://agentmods.dev/skills/attilaszasz/sdd-pilot/sddp-projectplan"><img src="https://agentmods.dev/badge/skills/attilaszasz/sdd-pilot/sddp-projectplan/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 sddp-projectplan

Your own site · 80×15
<a href="https://agentmods.dev/skills/attilaszasz/sdd-pilot/sddp-projectplan"><img src="https://agentmods.dev/badge/skills/attilaszasz/sdd-pilot/sddp-projectplan.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 214 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.00031 $0.00214
Opus 5 $0.00015 $0.00107
Sonnet 5 $0.00006 $0.00043
Haiku 4.5 $0.00003 $0.00021

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

Security

Grade A, and why

sddp-projectplan 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 12d 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/sddp-projectplan/SKILL.md · 18 lines

What it actually says

Argument hint: [additional context or constraints for epic decomposition] Command category: project-bootstrap Prerequisites: product-document:planning-ready, technical-context:planning-ready

You are starting a project planning workflow. Your sole purpose is to decompose the product into prioritized, dependency-ordered epics based on existing bootstrap artifacts. Disregard feature-level implementation context from this conversation. Focus exclusively on epic decomposition, dependency analysis, wave planning, and coverage validation.

Input

$ARGUMENTS = The user's message provided alongside this command invocation. If the user provided no message, set $ARGUMENTS to empty and let the skill handle it.

Load and follow the workflow in .github/sddp/workflows/project-planning/WORKFLOW.md.

Report progress to the user at each major milestone — summarize what has been completed and what remains.

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. 12d ago First seen · 18 lines · 31 tokens per session scan A 70269e293d04

Subscribe to this mod's changes

sddp-projectplan is a skill published in the GitHub repository attilaszasz/sdd-pilot (96 stars, last pushed 7d ago), licensed MIT. It adds 31 tokens to every session and 214 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-08-30.

Related

Other skills, from other repositories

spec-driven-task-implementer

Use this skill when an approved Spec-Driven change has reached Phase 4 and the user wants a task, phase, or full feature implemented from .specs/changes/ . It executes tasks in order, updates task status immediately, verifies each task before completion, and should not be used before implementation approval.

lindoelio/spec-driven-steroids · 70 tokens

next

Phase 3 of the Tripod workflow, run repeatedly. Finds the first unchecked task in TASKS.md, implements it under the rules in CLAUDE.md, verifies its "Done when" condition, checks the box, and commits. Use when the user says "next task", "continue", "keep going", or invokes /tripod:next.

ayberkyasa/tripod · 74 tokens

tasks

Phase 2 of the Tripod workflow. Reads SPEC.md and CLAUDE.md, then writes TASKS.md — an ordered list of small, scoped, verifiable tasks that implement the entire MVP. Use after the user has reviewed their spec, when they ask to "create tasks" or "break down the work", or when they invoke /tripod:tasks.

ayberkyasa/tripod · 77 tokens

speckit-taskstoissues

Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.

stefaniuk/loadout · 28 tokens

speckit-converge

Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.

stefaniuk/loadout · 42 tokens

spk-run-verdict-capture

Set a Spec Kitty work-package review verdict through the deterministic event-log seam, so every agent harness records approve/reject the same way.

Priivacy-ai/spec-kitty · 35 tokens