From paceflow
Enables PACEflow in the current project. On first use, guides selection of artifact storage location (Obsidian vault or local directory). Also supports resuming an existing project.
How this command is triggered — by the user, by Claude, or both
Slash command
/paceflow:enableThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# /paceflow:enable
用户运行了 `/paceflow:enable`。运行 Bash:`node "${CLAUDE_PLUGIN_ROOT}/hooks/set-activation.js" --enable --cwd "<当前项目 cwd 绝对路径>"`。
- 若 helper 输出「已启用(首次)」或「已启用(manual 标记)」并给出 set-artifact-root 命令:用 AskUserQuestion 让用户选「Obsidian vault project」或「本地项目目录」(至少两个选项),再按用户选择运行 helper 输出里给出的对应 `set-artifact-root.js --choice local|vault` 命令(输出说明已配置过则跳过)。
- 若 helper 输出「恢复既有项目」:无需选 root,按提示调用 `Skill(paceflow:pace-workflow)` 继续。
## 规则
- `--cwd` 必须传当前项目根的绝对路径(避免 shell cd 漂移把状态写错 runtime)。
- helper 是唯一写入路径;不要手写 `.pace-enabled` 或 `.pace/disabled`,一律经 helper。
- 把 helper 的 stdout 原样作为依据向用户报告,不要臆测状态。用户运行了 /paceflow:enable。运行 Bash:node "${CLAUDE_PLUGIN_ROOT}/hooks/set-activation.js" --enable --cwd "<当前项目 cwd 绝对路径>"。
set-artifact-root.js --choice local|vault 命令(输出说明已配置过则跳过)。Skill(paceflow:pace-workflow) 继续。--cwd 必须传当前项目根的绝对路径(避免 shell cd 漂移把状态写错 runtime)。.pace-enabled 或 .pace/disabled,一律经 helper。npx claudepluginhub p/paceaitian-paceflow-plugin/pac-configureConfigures and initializes a project following the Product as Code specification. Creates directory structure, configuration files, templates, and initial epic and ticket definitions.
/flow-setupInitializes a project for context-driven development with Beads integration, creating context files and the first flow. Also supports alignment and re-setup modes for existing setups.
/init-projectConfigures repo for Obsidian PKM by linking to vault project folder, optionally scaffolding index, and adding PKM directives to CLAUDE.md.
/setupRuns interactive setup wizard: installs plugin files from GitHub, creates .env config, analyzes tech stack, generates PROJECT.md, configures hooks.
/setupReconfigures an existing Plan-Build-Run project by updating models, features, and CLAUDE.md.
/initScaffolds or repairs the .soloflow/ state directory with required subdirectories and state files. Idempotent — creates only missing pieces, never overwrites existing data.