How this command is triggered — by the user, by Claude, or both
Slash command
/double-wechat:create [number 0-9]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
参数:`$ARGUMENTS` 行为: 1. **如果 `$ARGUMENTS` 为空**:先跑 `double-wechat list --json` 看已用编号,从 `0..9` 里选第一个未用的;告诉用户你选了哪个编号,再跑 `double-wechat create <n> --yes` 2. **如果 `$ARGUMENTS` 是 0–9 单个数字**:先跑 `double-wechat list --json` 检查该编号是否已存在 - 已存在 → 向用户确认是否覆盖(**会丢失该实例的登录态和聊天记录**),用户同意后跑 `double-wechat create <n> --yes` - 不存在 → 直接跑 `double-wechat create <n> --yes` 3. **如果 `$ARGUMENTS` 是非法编号(不是 0–9 单个数字)**:直接告诉用户参数错误,不要调用底层命令 成功后告诉用户:新实例编号 + 启动状态(PID)。create 默认会启动;如果用户明确说"先别启动",加 `--no-launch`。
参数:$ARGUMENTS
行为:
$ARGUMENTS 为空:先跑 double-wechat list --json 看已用编号,从 0..9 里选第一个未用的;告诉用户你选了哪个编号,再跑 double-wechat create <n> --yes$ARGUMENTS 是 0–9 单个数字:先跑 double-wechat list --json 检查该编号是否已存在
double-wechat create <n> --yesdouble-wechat create <n> --yes$ARGUMENTS 是非法编号(不是 0–9 单个数字):直接告诉用户参数错误,不要调用底层命令成功后告诉用户:新实例编号 + 启动状态(PID)。create 默认会启动;如果用户明确说"先别启动",加 --no-launch。
/createCreates a new beads issue interactively or via title, type (bug/feature/task/epic/chore/decision), and priority args. Uses beads MCP create tool, shows ID/details, offers linking.
/createProduces SEO/GEO content end-to-end: brief, draft, series, refresh, and CMS-neutral publish package from one entry point.
/createLaunches Socratic workflow designer subagent to create orchestration workflows from natural language descriptions using interactive questioning. Accepts optional initial description argument.
/createCreates a new scaffold template in .scaffold/<name> with scaffold.yaml config, Go template files for project or template scaffolds, and validates via lint and dry-run generation.
/createGenerates a HANDOFF.md file with project goal, completed tasks, failed approaches, key decisions, current state via git, and step-by-step resume instructions for any AI coding agent.
/createCreates a workspace directory with git worktrees for multi-repository development. Parses description for GitHub PRs, JIRA keys, and repos; sets up feature branches or PR checkouts.
npx claudepluginhub herbertgao/double-wechat --plugin double-wechat