New Plan banner
JonathanBeck1 JonathanBeck1

New Plan

Development community

Description

--- description: Scaffold a new phase plan file in docs/plans/ with the canonical structure. argument-hint: <phase-number> <slug-with-dashes> (e.g. "6 client-scaffold") --- Create a new phase plan file. Args: $ARGUMENTS (expected format: `<phase-number> <slug-with-dashes>`). **Step 1 — Parse args.** Parse `$ARGUMENTS` into: - `PHASE` — phase number (integer). - `SLUG` — kebab-case description. If the args don't parse, abort with: "Usage: /new-plan <phase-number> <slug-with-dashes>. Example:

Installation

Installs to ~/.claude/skills/jonathanbeck1-claude-studio-toolkit-new-plan/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jonathanbeck1-claude-studio-toolkit-new-plan && curl -fsSL https://raw.githubusercontent.com/JonathanBeck1/claude-studio-toolkit/HEAD/commands/new-plan.md -o ~/.claude/skills/jonathanbeck1-claude-studio-toolkit-new-plan/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository