planning-modelisted
Install: claude install-skill kimgoetzke/coding-agent-configs
## Usage
- `/planning-mode` — Enable planning mode, then prompt for a topic
- `/planning-mode <topic>` — Enable planning mode and start planning
- `/planning-mode continue` — List existing plan folders and resume one
- `/planning-mode off` — Disable planning mode
## Configuration
Planning mode works best with automated reminders, but it can still run with manual planning-doc updates when hook support is unavailable.
| Tool | Hook config location / equivalent | Script format argument |
| ----------- | --------------------------------------------------------- | ---------------------- |
| Claude Code | `~/.claude/settings.json` | _(none — default)_ |
| Copilot | `~/.copilot/hooks.json` | `copilot` |
| Pi | Bundled `active-mode` extension in `.pi/agent/extensions/active-mode/` | _(extension-driven)_ |
Claude Code and Copilot support the bundled `PostToolUse` and `SessionStart` hook scripts directly. Pi does not use the same standalone hook configuration files in this repository's starter config. Instead, this starter config now ships a Pi-native `active-mode` extension that reads `.ai/.active-mode`, clears stale flags on fresh session start, injects reminder context before LLM calls, and shows mode status in the UI. If that extension is not installed, fall back to manual planning-doc updates.
If you cannot determine which tool you are, ask the use