Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub mh4gf/shared-config --plugin plan-toolsHow this command is triggered — by the user, by Claude, or both
Slash command
/plan-tools:pbcopyThe summary Claude sees in its command listing — used to decide when to auto-load this command
Copy plan file content (default) or path to clipboard. ## Arguments - `--path`: copy file path instead of content ## Identify file 1. If file path known from context → use it 2. If file path in $ARGUMENTS → use it 3. Otherwise → find most recent `.md` in `~/.claude/plans/` ## Copy Default (content): With `--path`: Report what was copied.
/implImplements coding plan from specified plan-file directory using persistent markdown files (task_plan.md, findings.md, progress.md) for state, progress, and rules enforcement.
/review-planSubmits a plan file (specified path or most recent) to Monocle for review via send_artifact tool. Confirms submission without waiting for feedback.
/planStarts Manus-style file-based planning: creates task_plan.md, findings.md, progress.md if missing, invokes planning skill, and guides through workflow.
/save-planExtracts the current conversation plan and task list, saves to a timestamped implementation file, and provides instructions for continuing in a new context.
/copycontextCopies a 1-2 sentence summary of the current task/topic and list of relevant files (prefixed with @) to the clipboard for new conversations.
/planexport-enableEnables automatic export of plan files to project's notes/ directory as YYYY_MM_DD_<name>.md when exiting plan mode by running the enable config script.
Share bugs, ideas, or general feedback.
Copy plan file content (default) or path to clipboard.
--path: copy file path instead of content.md in ~/.claude/plans/Default (content):
cat "<file_path>" | pbcopy
With --path:
echo -n "<file_path>" | pbcopy
Report what was copied.