From planning-plugin
Initialize Planning Plugin configuration for the current project. Sets working language and optional Notion sync URL.
How this skill is triggered — by the user, by Claude, or both
Slash command
/planning-plugin:initThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Set up the Planning Plugin configuration for this project.
Set up the Planning Plugin configuration for this project.
.claude/planning-plugin.json already exists in the current project directory"Planning Plugin is already configured:"
{ current config contents }"Do you want to reconfigure? This will overwrite the existing settings."
Ask the user which language they want to use as the primary working language for specifications.
Present options:
Default: en
The working language is the source of truth for all specifications. Other languages are generated as translations.
The supported languages are always all three: ["en", "ko", "vi"].
Inform the user:
"Supported languages: English, Korean, Vietnamese. Translations will be generated for the languages other than your working language."
Ask the user:
"Do you want to enable Notion sync? If so, provide the Notion parent page URL where spec pages will be created. Leave empty to skip."
notion.so or notion.site)"".claude/ directory exists in the project root.claude/planning-plugin.json:{
"workingLanguage": "{selected language}",
"supportedLanguages": ["en", "ko", "vi"],
"notionParentPageUrl": "{url or empty string}"
}
Display:
Planning Plugin configured successfully!
Working language: {language name} ({code})
Supported languages: en, ko, vi
Notion sync: {Enabled — {url} | Disabled}
Config file: .claude/planning-plugin.json
Next steps:
- Run /planning-plugin:spec "feature description" to create a specification
- Edit .claude/planning-plugin.json anytime to change settings
- To generate production React code from specifications, also run /frontend-react-plugin:fe-init
npx claudepluginhub ohmyhotelco/hare-cc-plugins --plugin planning-pluginCreates a new plan folder with a plan.md template, reading config for storage path and generating a filesystem-safe slug from the plan name.
Reconfigures Plan-Build-Run projects: updates agent model profiles (Sonnet/Haiku/Opus), features (TDD, auto-continue, git branching), depth/mode, CLAUDE.md.