From 6e1be6c1560c98322f783ec8b991fd3b872928a9 Mon Sep 17 00:00:00 2001 From: 732642856 <732642856@qq.com> Date: Sun, 5 Jul 2026 18:46:18 +0800 Subject: [PATCH] Guide skill users without explicit questions --- .codex-plugin/plugin.json | 7 ++++--- README.md | 22 ++++++++++++++++++++++ SKILL.md | 14 ++++++++++++++ 3 files changed, 40 insertions(+), 3 deletions(-) diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index a12d0df4..bffc8a1a 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -38,9 +38,10 @@ ], "websiteURL": "https://github.com/732642856/yinduzhanxing", "defaultPrompt": [ - "用印度占星项目分析这个出生信息。", - "先做生时校正,再看婚恋与事业。", - "调用 Jyotish MCP 工具输出严格工作流结果。" + "用户如果只提供出生信息、没有具体问题,请不要要求用户自己想问题。", + "先调用 Jyotish MCP / unified consultation workflow,生成 evidence packet、guided_topics 和 Technique Audit Table。", + "把 guided_topics 里的建议主题按优先级展示给用户,并提供可直接点击/复制的问题;用户选择后再进入 strict_workflow。", + "VedAstro 没有 raw_response 时必须标 official_blocked 或 local_fallback,不要声称云端闭环。" ], "brandColor": "#7C3AED" } diff --git a/README.md b/README.md index f482e658..b6d741a7 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,28 @@ This is a **Vedic (Jyotish) astrology analysis system** designed for deep, audit ## Quick Start +### 用户不知道问什么时 + +不要让用户自己组织提示词。用户只给出生信息时,AI 应用应默认执行: + +1. 调用统一入口:`/api/consultation_workflow` 或 MCP `strict_workflow`。 +2. 先生成 `evidence_packet`、`guided_topics`、`Technique Audit Table`。 +3. 把 `guided_topics` 里的建议主题展示给用户,按优先级给出可直接点击/复制的问题。 +4. 用户选题后再进入 `strict_workflow` 做事业、婚恋、财富、健康或 timing 专题。 + +默认引导话术: + +```text +你不用先想问题。我会先根据出生信息运行统一主链,生成证据包和系统建议主题。 +然后我会列出最值得继续看的 3-5 个方向,每个方向附数据依据、置信度和可直接提问的问题。 +``` + +如果 AI 应用只能调用一个入口,优先用: + +```bash +python3 scripts/vedastro_user_entrypoint.py --year YYYY --month MM --day DD --hour HH --minute mm --lat LAT --lon LON --tz TZ --question "请先生成 guided_topics 并推荐我最值得看的问题" --themes career,marriage,wealth --format markdown +``` + ### 普通用户启动路径 如果只是打开网页/app,请按同一条路径走,不要在多个入口之间猜: diff --git a/SKILL.md b/SKILL.md index 625e8617..3554341f 100644 --- a/SKILL.md +++ b/SKILL.md @@ -56,6 +56,20 @@ description: 印度占星(Jyotish)专业解盘与推运系统。核心能力 | **B:PDF/文字星盘** | PDF/详细文字描述 | 提取数据+Quality Gate → `references/pdf-chart-reading-guide.md` | | **C:时间不明确** | "不知道几点出生" | 互动式出生时间矫正 → 确认后走路径A | +### 用户不会提问时的默认行为 + +用户只给出生信息、没有具体问题时,不要反问“你想看什么”,也不要只输出模板解读。 +默认先运行统一主链生成 `evidence_packet`、`guided_topics` 与 `Technique Audit Table`,再把 `guided_topics` +按优先级展示为可直接选择的问题。 + +执行顺序: + +1. MCP/Skill 环境优先调用 `strict_workflow` 或统一 consultation workflow。 +2. `question` 可先填:`请先生成 guided_topics 并推荐我最值得看的问题`。 +3. 输出 3-5 个系统建议主题,每个主题必须带:数据依据、置信度、blocked/partial 项、可直接继续问的问题。 +4. 用户选择主题后,再按 career / relationship / wealth / health / timing strict workflow 进入专题。 +5. VedAstro 没有 `raw_response` 时,只能标 `official_blocked` 或 `local_fallback`,不得声称云端闭环。 + **强制工作流**(完整规范 → `references/ai-reading-workflow-prompt.md` v5.1.0): 0. **阶段负一**:问题类型路由(事业/婚恋/财务/应期/历史验证/综合解盘)→ 必须先读 `references/strict-workflow-router.md`,按对应 strict checklist 执行;用户不需要主动点名高级技法。