mcpbeat Sign in

Plan Skill for Claude

Plan features spanning multiple domains: billing (Stripe), auth (RBAC), real-time (Presence), webhooks, jobs (Oban). Use when designing interconnected systems or converting review findings into tasks.

12k tokens
context cost
the whole folder, loaded on every use
7
files
instructions only
0
copies elsewhere
how many repositories repackaged it
514
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/oliver-kriska/claude-elixir-phoenix --skill plan

What comes with it

39 864 bytes besides the instruction
references/agent-selection.md
references/breadboarding.md
references/complexity-detail.md
references/example-plan.md
references/plan-template.md
references/planning-workflow.md

What it tells the agent to use

found in the instruction text
Task spawns other agents

The instruction itself

11 sections, as written by the author

Plan Elixir/Phoenix Feature

Plan a feature by spawning Elixir specialist agents, then output

structured plan with checkboxes.

What Makes /phx:plan Different from /plan

  • Spawns Elixir specialist agents for research
  • Plans with [ecto], [liveview], [oban] task routing
  • Checks for Iron Law compliance in the plan
  • Includes mix compile/format/credo/test verification
  • Understands Phoenix context boundaries

Usage

/phx:plan Add user avatars with S3 upload
/phx:plan .claude/plans/notifications/reviews/notifications-review.md
/phx:plan Implement notifications --depth deep
/phx:plan .claude/plans/auth/plan.md --existing

Arguments

  • $ARGUMENTS = Feature description, review file, or existing plan
  • --depth quick|standard|deep = Planning depth (auto-detected)
  • --existing = Enhance an existing plan with deeper research

Workflow

  • Gather context — File path (skip to agents), brainstorm

interview.md (skip clarification), clear description, or vague

  • Clarify if vague — Ask questions ONE at a time (skip if

brainstorm interview.md exists with Status: COMPLETE)

  • Detect depth — Auto-detect quick/standard/deep
  • Runtime context (Tidewave) — Gather live schemas, routes,

and warnings before spawning agents (direct path only — the

research orchestrator gathers its own)

  • Spawn research — Selective, based on need. 0–2 agents:

spawn directly in parallel. 3+ agents (broad multi-context feature):

determine the effective maximum nesting depth. Use an explicit positive-integer

CLAUDE_CODE_MAX_SUBAGENT_SPAWN_DEPTH value first; when it is unset, inspect

claude --version (the default is 1 in 2.1.217–2.1.218 and 3 in 2.1.219+).

If the version is unavailable, conservatively use 1. At depth 3+, spawn ONE

planning-orchestrator to run and compress the fan-out. At depth 1 or 2,

keep orchestration in this

main session: spawn the selected specialist agents directly, wait for them, then spawn

phx:context-supervisor directly if compression is needed. Never spawn an

orchestrator that cannot delegate. Read only the resulting digest and

summaries/consolidated.md. Create a Claude Code task per spawn:

TaskCreate({subject: "{Agent} research", activeForm: "Researching..."}),

mark in_progress on spawn, completed when done

  • Wait for ALL agents — Do NOT proceed until all return

"completed". NEVER write plan while any agent is still running

  • Breadboard (LiveView) — System map for multi-page features
  • Completeness check — MANDATORY when planning from review
  • Split decision — One plan or multiple, concrete options

10. Generate plan — Checkboxes, phased tasks, code patterns.

Also create plans/{slug}/scratchpad.md for decisions and dead-ends

11. Self-check (deep only) — Three questions in Risks section

12. Present and ask — STOP, show summary, let user decide

When planning from review: Every finding must appear in the

plan — either as a task OR explicitly deferred by the user.

See ${CLAUDE_SKILL_DIR}/references/planning-workflow.md for detailed step-by-step.

--existing Mode (Deepening)

Enhances an existing plan instead of creating a new one:

  • Load plan, search .claude/solutions/ for known risks
  • Spawn SPECIALIST agents (not Explore) for thin sections.

Each agent writes to .claude/plans/{slug}/research/ and

returns only a 500-word summary. Same agent selection rules

  • Wait for ALL agents (mark tasks completed as each finishes)
  • Add implementation detail, resolve spikes, add verification
  • Present diff summary — NEVER delete existing tasks

Iron Laws

  • NEVER auto-start /phx:work — Always present plan and ask
  • Research before assuming — Web-search unfamiliar tech
  • Spawn agents selectively — Only relevant, not all
  • NEVER write plan while agents still running
  • NEVER skip input findings — Every finding MUST have a task
  • Do NOT spawn hex-library-researcher for existing deps
  • Skip research when planning from review/investigation — When

input is a review file or /phx:investigate output, the findings

ARE the research. Do NOT spawn agents to re-discover what the

review already found. Convert findings directly to plan tasks.

(Confirmed: 56-session analysis showed same findings discovered

3-4x across review→investigate→plan phases, wasting ~96K tokens)

Integration with Workflow

/phx:plan {feature}  <-- YOU ARE HERE
       |
   /phx:plan --existing (optional enhancement)
       |
   ASK USER -> /phx:work .claude/plans/{feature}/plan.md
       |
/phx:review → /phx:compound

Notes

  • Plans saved to .claude/plans/{slug}/plan.md
  • Research reports in .claude/plans/{slug}/research/ can be deleted after

CRITICAL: After Writing the Plan

STOP. Do NOT proceed to implementation.

After writing .claude/plans/{slug}/plan.md:

  • Summarize: task count, phases, key decisions
  • Use AskUserQuestion with options:
  • "Start in fresh session" (recommended for 5+ tasks)
  • "Get a briefing" (/phx:brief — interactive walkthrough)
  • "Start here"
  • "Review or adjust the plan"
  • Wait for user response. Never auto-start work.

When user selects "Start in fresh session", print:

1. Run `/new` to start a fresh session
2. Then run one of:
   /phx:work .claude/plans/{slug}/plan.md
   /phx:full .claude/plans/{slug}/plan.md  (includes review + compound)

This is Iron Law #1. Violating it wastes user context.

References (DO NOT read — for human reference only)

  • ${CLAUDE_SKILL_DIR}/references/planning-workflow.md — Detailed step-by-step
  • ${CLAUDE_SKILL_DIR}/references/plan-template.md
  • ${CLAUDE_SKILL_DIR}/references/complexity-detail.md
  • ${CLAUDE_SKILL_DIR}/references/example-plan.md
  • ${CLAUDE_SKILL_DIR}/references/agent-selection.md
  • ${CLAUDE_SKILL_DIR}/references/breadboarding.md

Other skills for the same job

different authors, same section of the catalogue
Invoice Organizer
by frostant
×5

Automatically organizes invoices and receipts for tax preparation by reading messy files, extracting key information, renaming them consistently, and sorting them into logical folders. Turns hours of manual bookkeeping into minutes of automated organization.

3k tokens
Backtest Expert
by BaggaT236
×3

Expert guidance for systematic backtesting of trading strategies. Use when developing, testing, stress-testing, or validating quantitative trading strategies. Covers "beating ideas to death" methodology, parameter robustness testing, slippage modeling, bias prevention, and interpreting backtest results. Applicable when user asks about backtesting, strategy validation, robustness testing, avoiding overfitting, or systematic trading development.

15k tokens scripts
Analyzing Financial Statements
by anthropics
vendor ×2

This skill calculates key financial ratios and metrics from financial statement data for investment analysis

8k tokens scripts
Creating Financial Models
by anthropics
vendor ×2

This skill provides an advanced financial modeling suite with DCF analysis, sensitivity testing, Monte Carlo simulations, and scenario planning for investment decisions

8k tokens scripts
Earnings Calendar
by nicepkg
×2

This skill retrieves upcoming earnings announcements for US stocks using the Financial Modeling Prep (FMP) API. Use this when the user requests earnings calendar data, wants to know which companies are reporting earnings in the upcoming week, or needs a weekly earnings review. The skill focuses on mid-cap and above companies (over $2B market cap) that have significant market impact, organizing the data by date and timing in a clean markdown table format. Supports multiple environments (CLI, Desktop, Web) with flexible API key management.

17k tokens scripts
Agentic Wallet
by coinbase
vendor ×2

Crypto wallet operations via the awal CLI — sign in, check balances, send USDC/ETH/POL/SOL, trade tokens, fund the wallet, and use the x402 payment protocol to discover paid services, pay for API calls, monetize an API, or query onchain data. Use whenever the user mentions signing in, login, authentication, wallet status, balance, address, sending money, paying someone, transferring tokens, ENS names, swapping/trading/converting tokens, funding/topping up/onramp, USDC, ETH, POL, SOL, the x402 bazaar, paid APIs, monetizing an endpoint, or querying onchain data on Base.

14k tokens
Alpha Vantage
by christophacham
×2

Access real-time and historical stock market data, forex rates, cryptocurrency prices, commodities, economic indicators, and 50+ technical indicators via the Alpha Vantage API. Use when fetching stock prices (OHLCV), company fundamentals (income statement, balance sheet, cash flow), earnings, options data, market news/sentiment, insider transactions, GDP, CPI, treasury yields, gold/silver/oil prices, Bitcoin/crypto prices, forex exchange rates, or calculating technical indicators (SMA, EMA, MACD, RSI, Bollinger Bands). Requires a free API key from alphavantage.co.

13k tokens
Braintree Automation
by christophacham
×2

Braintree Automation: manage payment processing via Stripe-compatible tools for customers, subscriptions, payment methods, and transactions

2k tokens needs MCP

How to use it

Copy the folder

Take oliver-kriska/plan from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.