diff --git a/README.md b/README.md index 23505d4..d45d120 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ erp-workflow-plugin/ ## Skill 清单(25 个) -### Plan 阶段(6 个,`skills/plan/`) +### Plan 阶段(6 个,`skills/`) | # | Skill | 作用 | 流程中谁调用 | |---|---|---|---| diff --git a/skills/plan/db-design-gen/SKILL.md b/skills/db-design-gen/SKILL.md index b4a23ee..31e6750 100644 --- a/skills/plan/db-design-gen/SKILL.md +++ b/skills/db-design-gen/SKILL.md @@ -21,7 +21,7 @@ allowed-tools: Read Write Edit Grep Glob Bash(cat *) 用 `Bash` 执行 `cat` 命令向用户展示当前位置流程图(stdout 即 ASCII 框图): ```bash -cat "${CLAUDE_PLUGIN_ROOT}/skills/plan/db-design-gen/banners/flow.txt" +cat "${CLAUDE_PLUGIN_ROOT}/skills/db-design-gen/banners/flow.txt" ``` ### A. 读取设计输入 diff --git a/skills/plan/db-design-gen/banners/flow.txt b/skills/db-design-gen/banners/flow.txt index 1d4c9ac..1d4c9ac 100644 --- a/skills/plan/db-design-gen/banners/flow.txt +++ b/skills/db-design-gen/banners/flow.txt diff --git a/skills/plan/db-design-gen/templates/docs-03-header-template.md b/skills/db-design-gen/templates/docs-03-header-template.md index 6ef65d9..6ef65d9 100644 --- a/skills/plan/db-design-gen/templates/docs-03-header-template.md +++ b/skills/db-design-gen/templates/docs-03-header-template.md diff --git a/skills/plan/db-design-gen/templates/docs-03-table-template.md b/skills/db-design-gen/templates/docs-03-table-template.md index d05c5be..d05c5be 100644 --- a/skills/plan/db-design-gen/templates/docs-03-table-template.md +++ b/skills/db-design-gen/templates/docs-03-table-template.md diff --git a/skills/plan/db-init/SKILL.md b/skills/db-init/SKILL.md index b4b9a0b..fcc2be9 100644 --- a/skills/plan/db-init/SKILL.md +++ b/skills/db-init/SKILL.md @@ -16,7 +16,7 @@ allowed-tools: Read Write Edit Glob Skill Bash(mkdir *) Bash(mysql *) Bash(set * 用 `Bash` 执行 `cat` 命令向用户展示当前位置流程图(stdout 即 ASCII 框图): ```bash -cat "${CLAUDE_PLUGIN_ROOT}/skills/plan/db-init/banners/flow.txt" +cat "${CLAUDE_PLUGIN_ROOT}/skills/db-init/banners/flow.txt" ``` ### A. DDL 生成(不依赖数据库连接) diff --git a/skills/plan/db-init/banners/flow.txt b/skills/db-init/banners/flow.txt index b8cba75..b8cba75 100644 --- a/skills/plan/db-init/banners/flow.txt +++ b/skills/db-init/banners/flow.txt diff --git a/skills/plan/db-init/scripts/validate.sh b/skills/db-init/scripts/validate.sh index bed28ad..bed28ad 100644 --- a/skills/plan/db-init/scripts/validate.sh +++ b/skills/db-init/scripts/validate.sh diff --git a/skills/plan/downstream-gen/SKILL.md b/skills/downstream-gen/SKILL.md index ffbf6f5..9d3cfc0 100644 --- a/skills/plan/downstream-gen/SKILL.md +++ b/skills/downstream-gen/SKILL.md @@ -16,7 +16,7 @@ allowed-tools: Read Write Edit Glob Grep Skill AskUserQuestion Bash(cat *) Bash( 用 `Bash` 执行 `cat` 命令向用户展示当前位置流程图(stdout 即 ASCII 框图): ```bash -cat "${CLAUDE_PLUGIN_ROOT}/skills/plan/downstream-gen/banners/flow.txt" +cat "${CLAUDE_PLUGIN_ROOT}/skills/downstream-gen/banners/flow.txt" ``` ### A. docs/02 — 开发计划(含 REQ 级开发顺序清单) diff --git a/skills/plan/downstream-gen/banners/flow.txt b/skills/downstream-gen/banners/flow.txt index f53fce1..f53fce1 100644 --- a/skills/plan/downstream-gen/banners/flow.txt +++ b/skills/downstream-gen/banners/flow.txt diff --git a/skills/plan/downstream-gen/templates/docs-02-template.md b/skills/downstream-gen/templates/docs-02-template.md index 9eed94e..9eed94e 100644 --- a/skills/plan/downstream-gen/templates/docs-02-template.md +++ b/skills/downstream-gen/templates/docs-02-template.md diff --git a/skills/plan/downstream-gen/templates/docs-05-endpoint-template.md b/skills/downstream-gen/templates/docs-05-endpoint-template.md index 91a1fda..91a1fda 100644 --- a/skills/plan/downstream-gen/templates/docs-05-endpoint-template.md +++ b/skills/downstream-gen/templates/docs-05-endpoint-template.md diff --git a/skills/plan/downstream-gen/templates/docs-05-header-template.md b/skills/downstream-gen/templates/docs-05-header-template.md index e89cc3d..e89cc3d 100644 --- a/skills/plan/downstream-gen/templates/docs-05-header-template.md +++ b/skills/downstream-gen/templates/docs-05-header-template.md diff --git a/skills/plan/downstream-gen/templates/docs-06-module-pagelist-template.md b/skills/downstream-gen/templates/docs-06-module-pagelist-template.md index 36f18a5..36f18a5 100644 --- a/skills/plan/downstream-gen/templates/docs-06-module-pagelist-template.md +++ b/skills/downstream-gen/templates/docs-06-module-pagelist-template.md diff --git a/skills/plan/downstream-gen/templates/docs-08-module-row-template.md b/skills/downstream-gen/templates/docs-08-module-row-template.md index edd15f1..edd15f1 100644 --- a/skills/plan/downstream-gen/templates/docs-08-module-row-template.md +++ b/skills/downstream-gen/templates/docs-08-module-row-template.md diff --git a/skills/plan/downstream-gen/templates/docs-10-header-template.md b/skills/downstream-gen/templates/docs-10-header-template.md index 3a9c860..3a9c860 100644 --- a/skills/plan/downstream-gen/templates/docs-10-header-template.md +++ b/skills/downstream-gen/templates/docs-10-header-template.md diff --git a/skills/crosscut/plan-start/SKILL.md b/skills/plan-start/SKILL.md index 2d25329..541fdd7 100644 --- a/skills/crosscut/plan-start/SKILL.md +++ b/skills/plan-start/SKILL.md @@ -39,7 +39,7 @@ docs/08 § 一 是**Plan 阶段进度追踪**(A0~A5 的 checkbox)。§ 二 A 阶段所有 checkbox 均 `[x]`。无后续 skill,本步骤**先打印整体流程图**,再输出完成横幅,然后**停下**: ```bash -cat "${CLAUDE_PLUGIN_ROOT}/skills/crosscut/plan-start/banners/flow-overview.txt" +cat "${CLAUDE_PLUGIN_ROOT}/skills/plan-start/banners/flow-overview.txt" ``` 再向用户输出完成横幅: @@ -69,7 +69,7 @@ cat "${CLAUDE_PLUGIN_ROOT}/skills/crosscut/plan-start/banners/flow-overview.txt" 先打印整体流程图,再打印分发通知: ```bash -cat "${CLAUDE_PLUGIN_ROOT}/skills/crosscut/plan-start/banners/flow-overview.txt" +cat "${CLAUDE_PLUGIN_ROOT}/skills/plan-start/banners/flow-overview.txt" ``` 打印简短分发通知: diff --git a/skills/crosscut/plan-start/banners/flow-overview.txt b/skills/plan-start/banners/flow-overview.txt index b3e7a4d..b3e7a4d 100644 --- a/skills/crosscut/plan-start/banners/flow-overview.txt +++ b/skills/plan-start/banners/flow-overview.txt diff --git a/skills/plan/project-init/SKILL.md b/skills/project-init/SKILL.md index 431dd21..d1aecf6 100644 --- a/skills/plan/project-init/SKILL.md +++ b/skills/project-init/SKILL.md @@ -16,7 +16,7 @@ allowed-tools: Glob Edit Skill Bash(mkdir *) Bash(cp -n *) Bash(git init) Bash(c 用 `Bash` 执行 `cat` 命令向用户展示当前位置流程图(stdout 即 ASCII 框图): ```bash -cat "${CLAUDE_PLUGIN_ROOT}/skills/plan/project-init/banners/flow.txt" +cat "${CLAUDE_PLUGIN_ROOT}/skills/project-init/banners/flow.txt" ``` ### A. 幂等复制模板文件 diff --git a/skills/plan/project-init/banners/flow.txt b/skills/project-init/banners/flow.txt index fd2e547..fd2e547 100644 --- a/skills/plan/project-init/banners/flow.txt +++ b/skills/project-init/banners/flow.txt diff --git a/skills/plan/project-init/templates/CLAUDE-template.md b/skills/project-init/templates/CLAUDE-template.md index a048f68..a048f68 100644 --- a/skills/plan/project-init/templates/CLAUDE-template.md +++ b/skills/project-init/templates/CLAUDE-template.md diff --git a/skills/plan/project-init/templates/docs-01-index-template.md b/skills/project-init/templates/docs-01-index-template.md index 08e326a..08e326a 100644 --- a/skills/plan/project-init/templates/docs-01-index-template.md +++ b/skills/project-init/templates/docs-01-index-template.md diff --git a/skills/plan/project-init/templates/docs-04-stack-template.md b/skills/project-init/templates/docs-04-stack-template.md index 234b200..234b200 100644 --- a/skills/plan/project-init/templates/docs-04-stack-template.md +++ b/skills/project-init/templates/docs-04-stack-template.md diff --git a/skills/plan/project-init/templates/docs-08-initial-template.md b/skills/project-init/templates/docs-08-initial-template.md index 092902c..092902c 100644 --- a/skills/plan/project-init/templates/docs-08-initial-template.md +++ b/skills/project-init/templates/docs-08-initial-template.md diff --git a/skills/plan/scope-lock/SKILL.md b/skills/scope-lock/SKILL.md index 2e39871..c5607c3 100644 --- a/skills/plan/scope-lock/SKILL.md +++ b/skills/scope-lock/SKILL.md @@ -16,7 +16,7 @@ allowed-tools: Read Edit Grep Skill AskUserQuestion Bash(mkdir *) Bash(cp *) Bas 用 `Bash` 执行 `cat` 命令向用户展示当前位置流程图(stdout 即 ASCII 框图): ```bash -cat "${CLAUDE_PLUGIN_ROOT}/skills/plan/scope-lock/banners/flow.txt" +cat "${CLAUDE_PLUGIN_ROOT}/skills/scope-lock/banners/flow.txt" ``` ### A. 提示用户填写项目概述并等待 diff --git a/skills/plan/scope-lock/banners/flow.txt b/skills/scope-lock/banners/flow.txt index e012667..e012667 100644 --- a/skills/plan/scope-lock/banners/flow.txt +++ b/skills/scope-lock/banners/flow.txt diff --git a/skills/plan/scope-lock/scripts/render.sh b/skills/scope-lock/scripts/render.sh index 8a83488..8a83488 100644 --- a/skills/plan/scope-lock/scripts/render.sh +++ b/skills/scope-lock/scripts/render.sh diff --git a/skills/plan/scope-lock/templates/_module-template.md b/skills/scope-lock/templates/_module-template.md index 5425b83..5425b83 100644 --- a/skills/plan/scope-lock/templates/_module-template.md +++ b/skills/scope-lock/templates/_module-template.md diff --git a/skills/plan/scope-lock/templates/req-card-template.md b/skills/scope-lock/templates/req-card-template.md index bb5a169..bb5a169 100644 --- a/skills/plan/scope-lock/templates/req-card-template.md +++ b/skills/scope-lock/templates/req-card-template.md diff --git a/skills/plan/skeleton-gen/SKILL.md b/skills/skeleton-gen/SKILL.md index 4930347..8a177ca 100644 --- a/skills/plan/skeleton-gen/SKILL.md +++ b/skills/skeleton-gen/SKILL.md @@ -16,7 +16,7 @@ allowed-tools: Read Write Edit Skill Grep Glob AskUserQuestion Bash(mkdir *) Bas 用 `Bash` 执行 `cat` 命令向用户展示当前位置流程图(stdout 即 ASCII 框图): ```bash -cat "${CLAUDE_PLUGIN_ROOT}/skills/plan/skeleton-gen/banners/flow.txt" +cat "${CLAUDE_PLUGIN_ROOT}/skills/skeleton-gen/banners/flow.txt" ``` ### A. 读取锁定的输入 diff --git a/skills/plan/skeleton-gen/banners/flow.txt b/skills/skeleton-gen/banners/flow.txt index 798f4a9..798f4a9 100644 --- a/skills/plan/skeleton-gen/banners/flow.txt +++ b/skills/skeleton-gen/banners/flow.txt diff --git a/skills/plan/skeleton-gen/scripts/merge-gitignore.sh b/skills/skeleton-gen/scripts/merge-gitignore.sh index cfff18c..cfff18c 100755 --- a/skills/plan/skeleton-gen/scripts/merge-gitignore.sh +++ b/skills/skeleton-gen/scripts/merge-gitignore.sh diff --git a/skills/plan/skeleton-gen/templates/docs-04-skeleton-template.md b/skills/skeleton-gen/templates/docs-04-skeleton-template.md index 7f2c116..7f2c116 100644 --- a/skills/plan/skeleton-gen/templates/docs-04-skeleton-template.md +++ b/skills/skeleton-gen/templates/docs-04-skeleton-template.md diff --git a/skills/plan/skeleton-gen/templates/docs-06-static-template.md b/skills/skeleton-gen/templates/docs-06-static-template.md index 467bf32..467bf32 100644 --- a/skills/plan/skeleton-gen/templates/docs-06-static-template.md +++ b/skills/skeleton-gen/templates/docs-06-static-template.md diff --git a/skills/plan/skeleton-gen/templates/docs-07-env-template.md b/skills/skeleton-gen/templates/docs-07-env-template.md index 3a3306f..3a3306f 100644 --- a/skills/plan/skeleton-gen/templates/docs-07-env-template.md +++ b/skills/skeleton-gen/templates/docs-07-env-template.md diff --git a/skills/plan/skeleton-gen/templates/docs-09-structure-template.md b/skills/skeleton-gen/templates/docs-09-structure-template.md index d913c08..d913c08 100644 --- a/skills/plan/skeleton-gen/templates/docs-09-structure-template.md +++ b/skills/skeleton-gen/templates/docs-09-structure-template.md diff --git a/skills/plan/skeleton-gen/templates/env-local-template b/skills/skeleton-gen/templates/env-local-template index c16e67f..c16e67f 100644 --- a/skills/plan/skeleton-gen/templates/env-local-template +++ b/skills/skeleton-gen/templates/env-local-template diff --git a/skills/plan/skeleton-gen/templates/gitignore-append-template b/skills/skeleton-gen/templates/gitignore-append-template index ac39aa6..ac39aa6 100644 --- a/skills/plan/skeleton-gen/templates/gitignore-append-template +++ b/skills/skeleton-gen/templates/gitignore-append-template diff --git a/skills/plan/skeleton-gen/templates/scripts-setup-test-db-template.mjs b/skills/skeleton-gen/templates/scripts-setup-test-db-template.mjs index ec56d45..ec56d45 100644 --- a/skills/plan/skeleton-gen/templates/scripts-setup-test-db-template.mjs +++ b/skills/skeleton-gen/templates/scripts-setup-test-db-template.mjs diff --git a/skills/plan/skeleton-gen/templates/scripts-test-template.mjs b/skills/skeleton-gen/templates/scripts-test-template.mjs index 9f0ab8c..9f0ab8c 100644 --- a/skills/plan/skeleton-gen/templates/scripts-test-template.mjs +++ b/skills/skeleton-gen/templates/scripts-test-template.mjs diff --git a/skills/plan/skeleton-gen/templates/styles-tokens-template.css b/skills/skeleton-gen/templates/styles-tokens-template.css index bc8a542..bc8a542 100644 --- a/skills/plan/skeleton-gen/templates/styles-tokens-template.css +++ b/skills/skeleton-gen/templates/styles-tokens-template.css