ワンクリックで
speclite-help
分析当前 SpecLite workflow 状态并回答使用问题或推荐下一步 skill。用于用户询问 help、next skill、下一步、我现在该做什么或需要流程定位。核心能力:读取 catalog、配置、产物与项目知识,给出有证据的路由建议。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
分析当前 SpecLite workflow 状态并回答使用问题或推荐下一步 skill。用于用户询问 help、next skill、下一步、我现在该做什么或需要流程定位。核心能力:读取 catalog、配置、产物与项目知识,给出有证据的路由建议。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
检查 SpecLite canonical source 变更后的派生一致性。用于用户要求 canonical source check、检查 assets/source/speclite、canonical 变更闭环、更新 skill/hook/agent 后验收或扫描 sdlc/core/total 数量。核心能力:对齐 root counts、module-help.csv、hook source、baseline 常量、fixtures、docs 和 packaging manifest。
Analyze brownfield backend projects to derive technology stack from code facts and write a Markdown report to a user-specified output directory. Use when user mentions 'tech stack audit', 'backend stack', 'brownfield tech stack', 'code-fact based stack', '技术栈分析', '后端技术栈', '项目技术栈清单', '基于代码事实', '输出到目录', or asks to generate a stack inventory from an existing backend repository. Capable of ecosystem-neutral repository discovery, dependency/version evidence classification, runtime configuration extraction, uncertainty tagging, and evidence-linked Markdown generation.
Analyze brownfield Java and Spring Boot backend projects to derive technology stack from code facts and write a Markdown report to a user-specified output directory. Use when user mentions 'Java tech stack', 'Spring Boot stack', 'Maven dependency audit', 'Java 后端技术栈', 'SpringBoot 技术栈', 'Spring Boot 技术栈', 'Maven 依赖分析', '基于代码事实', or asks to generate a Java backend stack inventory. Capable of Maven/Gradle module discovery, effective dependency and BOM version resolution, Spring ecosystem detection, runtime configuration extraction, and evidence-linked Markdown generation.
Analyze brownfield Node.js backend projects to derive technology stack from code facts and write a Markdown report to a user-specified output directory. Use when user mentions 'Node.js tech stack', 'NestJS stack', 'Express stack', 'package lock audit', 'Node 后端技术栈', 'Node.js 技术栈', 'NestJS 技术栈', 'npm 依赖分析', '基于代码事实', or asks to generate a Node backend stack inventory. Capable of package-manager detection, lockfile version resolution, Node runtime evidence extraction, framework detection, and evidence-linked Markdown generation.
Analyze brownfield Python backend projects to derive technology stack from code facts and write a Markdown report to a user-specified output directory. Use when user mentions 'Python tech stack', 'FastAPI stack', 'Django stack', 'requirements audit', 'Python 后端技术栈', 'FastAPI 技术栈', 'Django 技术栈', 'Python 依赖分析', '基于代码事实', or asks to generate a Python backend stack inventory. Capable of Python packaging detection, lockfile/requirements version resolution, runtime evidence extraction, ASGI/WSGI framework detection, and evidence-linked Markdown generation.
用结构化引导方法推动 LLM 复盘、质疑并改进近期输出。用于用户要求深度追问、Socratic review、first principles、pre-mortem、red team 或提升草稿质量。核心能力:选择方法、迭代提问、整合改进结论。
| name | speclite-help |
| description | 分析当前 SpecLite workflow 状态并回答使用问题或推荐下一步 skill。用于用户询问 help、next skill、下一步、我现在该做什么或需要流程定位。核心能力:读取 catalog、配置、产物与项目知识,给出有证据的路由建议。 |
| allowed-tools | Read, Grep, Glob, Bash |
| metadata | {"version":"1.0.0","author":"fancyliu","catalog":"speclite"} |
[技能说明] Speclite Help 用于帮助用户理解当前工作流位置、已完成内容、下一步建议和可调用 Skill。它从 Speclite runtime catalog、配置、产物、项目知识和模块文档中取证,不凭空猜测项目状态。
[核心能力] - 状态定位:判断用户所处模块和阶段,并识别可能已完成的产物。 - 下一步推荐:按 phase、preceded-by、followed-by、required 和 outputs 推荐下一批 Skill。 - 调用说明:给出 Skill name、menu code、action context 和可用 args。 - 快速启动建议:当只有一个明确下一步时,主动询问是否立即运行。 - 通用问答:对不映射到具体 Skill 的问题,读取模块文档和项目知识后回答。 - 不过载输出:只展示与当前上下文相关的项目和步骤。
[执行流程]
1. 读取 {speclite-runtime-root}/_config/help-index.json;如不存在,尝试读取 {project-root}/_speclite/_config/help-index.json。如需阶段或产物路由证据,读取同目录的 phase-coverage.json。
2. 运行 speclite resolve config --project-root {project-root} 解析 merged runtime config 中的 output-location、communication_language 和 project_knowledge。
3. 按 catalog 的 outputs pattern 搜索已完成产物;必要时读取内容作为推荐依据。
4. 如果 project_knowledge 指向存在路径,读取相关文件作为项目上下文。
5. 对相关 docs/、Skill references/ 或项目知识文件,按需读取,用于回答一般问题。
6. 根据 phase、sequencing 和 required gate 输出推荐项;可选项在前,下一个 required 项明确标注。
7. 若用户问题已有明确目标,只回答该目标并给出如何调用。
[注意事项]
- {speclite-runtime-root} = {project-root}/_speclite。
- 所有输出使用 {communication_language}。
- 推荐每个 Skill 在 fresh context window 中运行。
- 不得制造项目特定事实;缺少证据时说明无法确认。
- 当前运行规约不得依赖 BMAD catalog 或 YAML 配置。