hedgehog-planning-intake

hedgehog-planning-intake is a skill for Claude Code from skyf0xx/hedgehog. It costs 0 tokens per session (6,328 once invoked), scanned A, original, MIT.

A planning intake procedure that turns a problem description into structured planning material for a project. It uses the BMAD-METHOD planning process and, depending on the project type, records user intents or defines a subject, audience, and job.

In plain words
What is it for?
Use it at the start of a project to turn an idea into planning records. Use its re-entry process when adding new scope to an existing project.
Why use it?
It gives a project a consistent starting point and preserves what was learned during planning. When new work appears later, it helps add only the new scope without losing existing decisions.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions CLAUDE.md; mentions subagents.

Part of the hedgehog plugin — 20 skills, 5 agents, 1 hook shipped together

Good fit Use it at the start of a project to turn an idea into planning records. Use its re-entry process when adding new scope to an existing project.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/skyf0xx/hedgehog/hedgehog-planning-intake
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 skyf0xx/hedgehog --skill hedgehog-planning-intake
Clone the repo
git clone --depth 1 https://github.com/skyf0xx/hedgehog

Made for: Claude Code.

Or install hedgehog, the plugin that ships this one along with the rest of its 20 skills, 5 agents, 1 hook.

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 hedgehog-planning-intake

README.md
[![agentmods](https://agentmods.dev/badge/skills/skyf0xx/hedgehog/hedgehog-planning-intake/github.svg)](https://agentmods.dev/skills/skyf0xx/hedgehog/hedgehog-planning-intake)
Your own site
<a href="https://agentmods.dev/skills/skyf0xx/hedgehog/hedgehog-planning-intake"><img src="https://agentmods.dev/badge/skills/skyf0xx/hedgehog/hedgehog-planning-intake/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 hedgehog-planning-intake

Your own site · 80×15
<a href="https://agentmods.dev/skills/skyf0xx/hedgehog/hedgehog-planning-intake"><img src="https://agentmods.dev/badge/skills/skyf0xx/hedgehog/hedgehog-planning-intake.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,328 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 warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 328
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
  • low Excessive Agency · line 413
    Skill's behavior or capabilities extend beyond its stated purpose. Scope creep allows an agent to perform actions unrelated to its documented functionality, increasing the attack surface.
    Fix: Limit the skill's scope to its documented purpose. Remove instructions that enable the agent to perform actions outside its stated functionality.
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.00000 $0.06328
Opus 5 $0.00000 $0.03164
Sonnet 5 $0.00000 $0.01266
Haiku 4.5 $0.00000 $0.00633

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

Security

Grade A, and why

hedgehog-planning-intake 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 7d 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.

src/skills/hedgehog-planning-intake/SKILL.md · 442 lines

How it starts

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

Hedgehog Planning Intake

Turns a person's description of a problem into planning material, by running the vendored BMAD-METHOD planning shelf (Phase 0, shared by every core) and mining its output. On full-stack-app and pwa-app that mining is this skill's own Phase 1, into intent records written via hedgehog intent add; on landing-page it's hedgehog-landing-loop's planning-intake section, into a subject/audience/job statement; on copywriting it's hedgehog-copywriting-loop's planning-intake section, into a what/audience/register brief. This is the mechanics planner calls once its Phase 0 core-selection check has picked a core — the interpretive judgment (which Feature becomes which intent, Confirm & Lock either way) belongs to planner; this skill (Phase 0, and Phase 1 on full-stack-app and pwa-app), hedgehog-landing-loop (landing-page's own mining), and hedgehog-copywriting-loop (copywriting's own mining) are the fixed procedures that judgment runs inside.

That shelf run is a first run, once per project. When new scope enters play later on a core with a module axis (full-stack-app, pwa-app, authored), planner runs the Re-entry pass at the end of this file instead: it reads the existing archive as context and elicits only what's new, adding intents to a graph that keeps everything already built. Landing-page has no module axis for this pass to add an intent to; its own new-scope path runs through hedgehog-landing-loop's Correction Protocol post-build entry instead — see that skill, not this one.

Phase 0 — BMAD elicitation (every core, first run only)

Phase 0 and Phase 1 below are the first run — a project whose build graph holds no intents yet. When the graph already holds intents, run the Re-entry pass at the end of this file instead; the shelf does not run twice on one project.

Run Phase 0 in the session already talking to the user, never as a detached subagent — every skill below can drop into Facilitator or Creative Partner mode, a live multi-turn conversation a subagent has no channel to hold (planner.md states the same constraint). Applies regardless of which core invoked this Phase — hedgehog-landing-loop runs it in full too.

Read the full file on GitHub · 442 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. 7d ago Changed · +12 lines 7d9b9977b53d
  2. 8d ago Changed · +35 lines 77b1232d518a
  3. 12d ago First seen · 395 lines · 0 tokens per session scan A 2340898eba61

Subscribe to this mod's changes

hedgehog-planning-intake is a skill published in the GitHub repository skyf0xx/hedgehog (38 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 6,328 tokens. 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

writing-skills

Use when creating a new skill for the Shipworthy plugin, or when a recurring failure mode needs to be codified into a reusable guide. Covers TDD-for-documentation, CSO (Claude Search Optimization), adversarial testing, and the full skill lifecycle.

Vimalk0703/shipworthy · 56 tokens

production-readiness

Pre-launch checklist covering security, performance, reliability, legal, SEO, monitoring, backups, and custom domains. Each item has both a plain-language explanation and technical implementation detail. Ensures nothing critical is missed before going live.

Vimalk0703/shipworthy · 49 tokens

compliance-awareness

Practical engineering guidance for SOC 2, GDPR, HIPAA compliance and data classification. Covers access controls, audit logging, change management, right to deletion, data portability, consent, PHI encryption, and data classification levels. Engineering checks, not legal advice.

Vimalk0703/shipworthy · 57 tokens

threat-modeling

Apply the STRIDE framework to identify and mitigate security threats. Covers Spoofing, Tampering, Repudiation, Information Disclosure, Denial of Service, and Elevation of Privilege with practical questions, verification steps, and mitigations for each threat category.

Vimalk0703/shipworthy · 58 tokens

distributed-systems

Apply distributed systems patterns including idempotency, saga pattern, outbox pattern, eventual consistency, and CQRS to build reliable, consistent distributed services.

Vimalk0703/shipworthy · 34 tokens

twelve-factor-app

Evaluate and apply the Twelve-Factor App methodology with modern 2025 interpretations. Covers all 12 factors with actionable checks for cloud-native applications running on containers, Kubernetes, and serverless platforms.

Vimalk0703/shipworthy · 44 tokens