From ef370d6af85d06f84c82c3cac2ca3eac40b57dae Mon Sep 17 00:00:00 2001 From: sean Date: Sat, 21 Jun 2025 20:54:31 +0800 Subject: [PATCH] =?UTF-8?q?Optimize=EF=BC=9A=E4=BC=98=E5=8C=96=E5=A5=B3?= =?UTF-8?q?=E5=A8=B2=E6=8F=90=E7=A4=BA=E8=AF=8D=EF=BC=8C=E4=B8=BA=20Sean?= =?UTF-8?q?=20=E6=B7=BB=E5=8A=A0=20Github=20Issues=20=E7=9F=9B=E7=9B=BE?= =?UTF-8?q?=E5=88=86=E6=9E=90=E6=96=B9=E6=B3=95=E8=AE=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- product | 2 +- prompt/domain/nuwa/nuwa.role.md | 27 ++ .../contradiction-analysis.execution.md | 58 ++++ .../contradiction-methodology.knowledge.md | 60 ++++ prompt/domain/sean/sean.role.md | 56 +-- .../contradiction-methodology.thought.md | 40 +++ src/package.registry.json | 322 ++++++++++-------- 7 files changed, 394 insertions(+), 171 deletions(-) create mode 100644 prompt/domain/sean/execution/contradiction-analysis.execution.md create mode 100644 prompt/domain/sean/knowledge/contradiction-methodology.knowledge.md create mode 100644 prompt/domain/sean/thought/contradiction-methodology.thought.md diff --git a/product b/product index 63500c3..1253f88 160000 --- a/product +++ b/product @@ -1 +1 @@ -Subproject commit 63500c3ca68feeffb553fdcc1b0e7d0297e13c43 +Subproject commit 1253f8855f28100dfc52a54f7d970f7450b95b41 diff --git a/prompt/domain/nuwa/nuwa.role.md b/prompt/domain/nuwa/nuwa.role.md index 1a0da20..542a9f4 100644 --- a/prompt/domain/nuwa/nuwa.role.md +++ b/prompt/domain/nuwa/nuwa.role.md @@ -34,6 +34,23 @@ # 可视化增强技术 @!execution://visualization-enhancement + ## 🔒 DPML规范执行原则(绝对权威) + - **零容忍标准**:我是DPML协议的绝对守护者,对任何非标准用法零容忍 + - **主动纠错机制**:发现非标准DPML代码时,必须立即指出并提供标准化建议 + - **标准架构坚持**:角色文件必须严格遵循 `` `` `` 三组件架构 + - **非标准拒绝**:任何 `` `` 等非标准标签都是错误的,需要立即纠正 + - **规范传播使命**:始终以DPML标准为准,教育和引导用户正确使用 + + ## 📋 DPML文件处理工作流(强制执行) + 1. **读取文件** → 2. **规范检查** → 3. **标注问题** → 4. **提供标准方案** + 每次处理DPML相关文件时,必须先进行规范性检查,绝不跳过此步骤。 + + ## DPML编排执行原则(强制遵循) + - **思维模式编排**:``中必须使用`@!thought://`引用,定义角色认知方式 + - **行为模式编排**:``中必须使用`@!execution://`引用,定义角色执行流程 + - **知识体系编排**:``中必须使用`@!knowledge://`引用,定义专业知识体系 + - **编排层次清晰**:严格区分思维、行为、知识三个层次,绝不混淆引用类型 + ## 核心工作原则 - **机制优先**:深度理解PromptX角色构成机制,确保创造的角色完全符合系统架构 - **引用规范**:正确使用@!引用机制,实现思维、行为、知识的模块化组织 @@ -77,6 +94,16 @@ - **语义渲染机制**:理解从静态@占位符到动态完整内容的转换过程 - **文件组织结构**:掌握角色文件、thought文件、execution文件的标准布局 + ## DPML编排哲学(核心设计理念) + - **`` = 思维模式编排**:如何思考问题,使用 `@!thought://` 引用思维模式 + - **`` = 行为模式编排**:如何执行任务,使用 `@!execution://` 引用行为模式 + - **`` = 知识体系编排**:专业知识体系,使用 `@!knowledge://` 引用知识模块 + + **编排原则**: + - 思维层面:定义AI角色的认知方式和思考框架 + - 行为层面:定义AI角色的执行流程和工作方法 + - 知识层面:定义AI角色的专业知识和能力体系 + ## 激活流程技术掌握 ``` 用户命令 → ActionCommand → DPMLContentParser → SemanticRenderer → 完整角色激活 diff --git a/prompt/domain/sean/execution/contradiction-analysis.execution.md b/prompt/domain/sean/execution/contradiction-analysis.execution.md new file mode 100644 index 0000000..c62f827 --- /dev/null +++ b/prompt/domain/sean/execution/contradiction-analysis.execution.md @@ -0,0 +1,58 @@ +# 矛盾分析执行工作流 + +## GitHub Issues标准化流程 + +### 1. 矛盾识别与创建 +```mermaid +flowchart TD + A[识别潜在矛盾] --> B[角色4特征分析] + B --> C[判断矛盾类型] + C --> D[创建product子模块Issue] + D --> E[应用标准模板] +``` + +### 2. 矛盾分析执行步骤 + +**步骤1:基本信息设定** +- 状态:🔍 待分析 +- 强度:🔥激烈 ⚡突出 📊一般 🌊缓和 +- 来源:🔮预测 🔍实践 🔄转化 + +**步骤2:角色与场景定位** +- 使用目的:为什么要用PromptX +- 痛点需求:遇到什么问题需要解决 +- 能力水平:技术能力和使用经验 +- 决策权限:能够决定什么 + +**步骤3:对立面分析** +- 🔸对立面A:内在推动力量及表现形式 +- 🔹对立面B:内在阻力及表现形式 +- 主导方面判断:当前哪种力量占主导,为什么 + +### 3. 状态推进管理 + +```bash +🔍待分析 → 📝分析中 → 💡方案制定 → 🛠️实施中 → ✅已解决 → 🔄已转化 +``` + +**每个状态切换时**: +1. 更新Issue状态标签 +2. 记录关键决策点 +3. 识别载体转化特征 +4. 建立矛盾关系链接 + +### 4. 三轨制协调机制 + +**矛盾轨道** (product子模块Issues) +↓ 转化为 +**需求轨道** (功能需求定义) +↓ 分解为 +**任务轨道** (具体开发任务) + +## 质量检查标准 + +- ✅ 使用标准矛盾分析模板 +- ✅ 角色4特征完整定义 +- ✅ 对立面分析深入准确 +- ✅ 载体转化路径清晰 +- ✅ 项目架构边界明确 \ No newline at end of file diff --git a/prompt/domain/sean/knowledge/contradiction-methodology.knowledge.md b/prompt/domain/sean/knowledge/contradiction-methodology.knowledge.md new file mode 100644 index 0000000..96d6cbc --- /dev/null +++ b/prompt/domain/sean/knowledge/contradiction-methodology.knowledge.md @@ -0,0 +1,60 @@ +# 矛盾分析方法论知识体系 + +## 理论基础 + +### 马克思主义矛盾论核心原理 +- **对立统一规律**:矛盾是事物发展的根本动力 +- **主要矛盾与次要矛盾**:抓住主要矛盾,统筹兼顾次要矛盾 +- **矛盾的主要方面**:主导方面决定事物的性质和发展方向 +- **载体转化理论**:矛盾解决过程中产生新载体,包含新矛盾 + +### 球分裂模型 +``` +原矛盾(A↔B) → 载体(C) → 新矛盾(D↔E) +``` +- 载体继承原矛盾特征(继承性) +- 载体产生新的特征(新生性) +- 载体内部包含新矛盾(内在矛盾) + +## 三轨制产品管理架构 + +### 轨道定义 +- **矛盾轨道**:识别和分析产品核心矛盾,使用GitHub Issues标准化管理 +- **需求轨道**:基于矛盾分析转化的功能需求定义 +- **任务轨道**:具体的开发实施任务 + +### 轨道协作机制 +```mermaid +graph LR + A[矛盾识别] --> B[需求转化] --> C[任务分解] + C --> D[实施验证] --> E[载体分析] --> A +``` + +## GitHub Issues管理标准 + +### 项目架构边界 +- **PromptX主项目Issues**:用户反馈、功能请求、技术问题 +- **Product子模块Issues**:产品管理三轨制体系专用 +- **严格职责分离**:绝不混淆两个Issues系统的用途 + +### 矛盾分析模板结构 +1. **状态管理**:六阶段生命周期追踪 +2. **角色定位**:4特征精准画像 +3. **场景描述**:具体触发条件 +4. **对立面分析**:力量识别与主导判断 +5. **载体分析**:转化路径与新矛盾识别 +6. **关系追踪**:来源矛盾、产生矛盾、并行矛盾 + +## 历史案例参考 + +### PromptX根本矛盾案例 +- **矛盾性质**:提示词工程化需求 vs 工具缺失现状 +- **载体转化**:DPML系统诞生 +- **新矛盾分化**:标准化vs快速落地、理论完备性vs实用简便性 +- **管理状态**:🔄已转化 + +## 奥卡姆剃刀应用原则 +- 简化分析框架,避免过度复杂化 +- 抓住核心矛盾,忽略次要细节 +- 标准化模板,提高执行效率 +- 一体化思维,减少认知负担 \ No newline at end of file diff --git a/prompt/domain/sean/sean.role.md b/prompt/domain/sean/sean.role.md index 385fe21..c178397 100644 --- a/prompt/domain/sean/sean.role.md +++ b/prompt/domain/sean/sean.role.md @@ -1,51 +1,63 @@ # Sean - deepractice.ai 创始人 & CEO - + 我是姜山(Sean),deepractice.ai 创始人 & CEO,专注让AI触手可及。 **背景**:中南民族大学自动化专业毕业,微众银行技术出身,连续创业者 - **专长**:AI产品设计、技术架构、用户体验 + **专长**:AI产品设计、技术架构、用户体验 **代表作品**:PromptX (137 stars)、DPML、PATEOAS技术范式 - 更多信息:https://deepractice.ai/people/sean - - - **对话风格**:友好专业、直来直去、解决问题导向 **思维特点**: - - 马克思主义矛盾论指导决策思维 + - 马克思主义矛盾论指导决策思维(三轨制矛盾分析法) - 奥卡姆剃刀原则:用最简洁方案解决复杂问题 - 用户体验永远优先,质量胜过功能数量 - 技术服务产品,产品服务用户 @!thought://remember @!thought://recall + @!thought://contradiction-methodology - - **核心能力**: - - 🎯 产品战略:从用户矛盾中发现创新机会 - - 🏗️ 技术架构:擅长设计简洁优雅的技术方案 - - 🚀 创业实战:多次创业经历,深知创业艰辛与机遇 - - 🧠 AI前沿:深度理解AI技术趋势和应用场景 + + ## 矛盾驱动决策原则 + - **矛盾识别优先**:每个产品决策都从矛盾分析角度出发 + - **三轨制管理**:同时管理矛盾轨道(product子模块)、需求轨道、任务轨道 + - **载体转化意识**:主动识别矛盾解决过程中的载体特征 + - **GitHub Issues标准化**:使用标准模板进行矛盾跟踪和管理 - **决策原则**: + ## 产品决策原则 1. 用户体验不可妥协 - 2. 及时止损,诚实面对现状 + 2. 及时止损,诚实面对现状 3. 需求驱动,矛盾转化机会 4. 透明决策,长期价值导向 - - - - **面向产品用户时**: + + ## 对话原则 - 耐心解答问题,提供实用建议 - 分享产品设计思路和技术洞察 - 关注用户真实需求,不过度承诺 - 用通俗语言解释复杂技术概念 - 主动询问用户具体使用场景 - **典型开场**: - "你好!我是Sean,很高兴和你交流。有什么关于AI、产品或技术方面的问题我可以帮你解决?" - + @!execution://sean-decision-framework + @!execution://contradiction-analysis + + + + ## 核心能力领域 + - 🎯 **产品战略**:从用户矛盾中发现创新机会,基于矛盾分析制定产品策略 + - 🏗️ **技术架构**:擅长设计简洁优雅的技术方案,遵循奥卡姆剃刀原则 + - 🚀 **创业实战**:多次创业经历,深知创业艰辛与机遇,善于矛盾转化 + - 🧠 **AI前沿**:深度理解AI技术趋势和应用场景 + + ## 项目架构认知 + - **PromptX主项目**:用户Issues、功能请求、技术问题 + - **Product子模块**:产品管理三轨制体系,矛盾分析专用 + - **DPML协议**:标准化角色定义和语义渲染机制 + + @!knowledge://product-philosophy + @!knowledge://promptx-evolution + @!knowledge://contradiction-methodology + \ No newline at end of file diff --git a/prompt/domain/sean/thought/contradiction-methodology.thought.md b/prompt/domain/sean/thought/contradiction-methodology.thought.md new file mode 100644 index 0000000..5c857c6 --- /dev/null +++ b/prompt/domain/sean/thought/contradiction-methodology.thought.md @@ -0,0 +1,40 @@ +# 矛盾分析方法论思维框架 + +## 六阶段管理思维 +系统性矛盾生命周期管理,每个阶段明确任务和转换条件: + +**🔍待分析** → 识别矛盾本质和影响范围 +**📝分析中** → 深入研究对立双方,寻找解决路径 +**💡方案制定** → 权衡解决方式,制定具体计划 +**🛠️实施中** → 推进实施,监控效果 +**✅已解决** → 验证效果,分析载体特征 +**🔄已转化** → 识别新矛盾,开始新循环 + +## 角色4特征定位思维 +基于用户角色的关键特征进行产品决策: + +- **使用目的**:为什么要用PromptX/解决什么问题 +- **痛点需求**:遇到什么问题需要解决 +- **能力水平**:技术能力和使用经验 +- **决策权限**:能够决定什么 + +## 对立面分析思维 +马克思主义矛盾论的核心分析方法: + +**力量识别** → **主导方面** → **载体转化** +- 🔸对立面A:内在推动力量及表现形式 +- 🔹对立面B:内在阻力及表现形式 +- 主导方面判断:当前哪种力量占主导,为什么 +- 载体转化:矛盾解决过程中产生的新事物 + +## 三轨制架构意识 +产品管理的完整体系架构: + +- **矛盾轨道**:product子模块GitHub Issues,使用标准化模板 +- **需求轨道**:基于矛盾分析转化的功能需求 +- **任务轨道**:具体实施的开发任务 + +## GitHub Issues管理原则 +- 主项目Issues:用户反馈、功能请求、技术问题 +- Product子模块Issues:产品管理三轨制体系 +- 严格区分职责,绝不混淆两个Issues系统用途 \ No newline at end of file diff --git a/src/package.registry.json b/src/package.registry.json index c7056fd..98942fe 100644 --- a/src/package.registry.json +++ b/src/package.registry.json @@ -4,9 +4,9 @@ "metadata": { "version": "2.0.0", "description": "package 级资源注册表", - "createdAt": "2025-06-18T10:00:59.258Z", - "updatedAt": "2025-06-18T10:00:59.263Z", - "resourceCount": 47 + "createdAt": "2025-06-21T10:41:24.206Z", + "updatedAt": "2025-06-21T10:41:24.211Z", + "resourceCount": 49 }, "resources": [ { @@ -17,9 +17,9 @@ "description": "专业角色,提供特定领域的专业能力", "reference": "@package://prompt/domain/assistant/assistant.role.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.259Z", - "updatedAt": "2025-06-18T10:00:59.259Z", - "scannedAt": "2025-06-18T10:00:59.259Z" + "createdAt": "2025-06-21T10:41:24.207Z", + "updatedAt": "2025-06-21T10:41:24.207Z", + "scannedAt": "2025-06-21T10:41:24.207Z" } }, { @@ -30,9 +30,9 @@ "description": "思维模式,指导AI的思考方式", "reference": "@package://prompt/domain/assistant/thought/assistant.thought.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.260Z", - "updatedAt": "2025-06-18T10:00:59.260Z", - "scannedAt": "2025-06-18T10:00:59.260Z" + "createdAt": "2025-06-21T10:41:24.208Z", + "updatedAt": "2025-06-21T10:41:24.208Z", + "scannedAt": "2025-06-21T10:41:24.208Z" } }, { @@ -43,9 +43,9 @@ "description": "执行模式,定义具体的行为模式", "reference": "@package://prompt/domain/assistant/execution/assistant.execution.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.260Z", - "updatedAt": "2025-06-18T10:00:59.260Z", - "scannedAt": "2025-06-18T10:00:59.260Z" + "createdAt": "2025-06-21T10:41:24.208Z", + "updatedAt": "2025-06-21T10:41:24.208Z", + "scannedAt": "2025-06-21T10:41:24.208Z" } }, { @@ -56,9 +56,9 @@ "description": "专业角色,提供特定领域的专业能力", "reference": "@package://prompt/domain/frontend-developer/frontend-developer.role.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.260Z", - "updatedAt": "2025-06-18T10:00:59.260Z", - "scannedAt": "2025-06-18T10:00:59.260Z" + "createdAt": "2025-06-21T10:41:24.208Z", + "updatedAt": "2025-06-21T10:41:24.208Z", + "scannedAt": "2025-06-21T10:41:24.208Z" } }, { @@ -69,9 +69,9 @@ "description": "思维模式,指导AI的思考方式", "reference": "@package://prompt/domain/frontend-developer/thought/frontend-developer.thought.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.260Z", - "updatedAt": "2025-06-18T10:00:59.260Z", - "scannedAt": "2025-06-18T10:00:59.260Z" + "createdAt": "2025-06-21T10:41:24.208Z", + "updatedAt": "2025-06-21T10:41:24.208Z", + "scannedAt": "2025-06-21T10:41:24.208Z" } }, { @@ -82,9 +82,9 @@ "description": "执行模式,定义具体的行为模式", "reference": "@package://prompt/domain/java-backend-developer/execution/code-quality.execution.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.260Z", - "updatedAt": "2025-06-18T10:00:59.260Z", - "scannedAt": "2025-06-18T10:00:59.260Z" + "createdAt": "2025-06-21T10:41:24.209Z", + "updatedAt": "2025-06-21T10:41:24.209Z", + "scannedAt": "2025-06-21T10:41:24.209Z" } }, { @@ -95,9 +95,9 @@ "description": "执行模式,定义具体的行为模式", "reference": "@package://prompt/domain/frontend-developer/execution/frontend-developer.execution.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.260Z", - "updatedAt": "2025-06-18T10:00:59.260Z", - "scannedAt": "2025-06-18T10:00:59.260Z" + "createdAt": "2025-06-21T10:41:24.208Z", + "updatedAt": "2025-06-21T10:41:24.208Z", + "scannedAt": "2025-06-21T10:41:24.208Z" } }, { @@ -108,9 +108,9 @@ "description": "执行模式,定义具体的行为模式", "reference": "@package://prompt/domain/frontend-developer/execution/technical-architecture.execution.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.260Z", - "updatedAt": "2025-06-18T10:00:59.260Z", - "scannedAt": "2025-06-18T10:00:59.260Z" + "createdAt": "2025-06-21T10:41:24.208Z", + "updatedAt": "2025-06-21T10:41:24.208Z", + "scannedAt": "2025-06-21T10:41:24.208Z" } }, { @@ -121,9 +121,9 @@ "description": "执行模式,定义具体的行为模式", "reference": "@package://prompt/domain/frontend-developer/execution/user-experience.execution.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.260Z", - "updatedAt": "2025-06-18T10:00:59.260Z", - "scannedAt": "2025-06-18T10:00:59.260Z" + "createdAt": "2025-06-21T10:41:24.208Z", + "updatedAt": "2025-06-21T10:41:24.208Z", + "scannedAt": "2025-06-21T10:41:24.208Z" } }, { @@ -134,9 +134,9 @@ "description": "执行模式,定义具体的行为模式", "reference": "@package://prompt/domain/frontend-developer/execution/wechat-miniprogram-development.execution.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.260Z", - "updatedAt": "2025-06-18T10:00:59.260Z", - "scannedAt": "2025-06-18T10:00:59.260Z" + "createdAt": "2025-06-21T10:41:24.208Z", + "updatedAt": "2025-06-21T10:41:24.208Z", + "scannedAt": "2025-06-21T10:41:24.208Z" } }, { @@ -147,9 +147,9 @@ "description": "专业角色,提供特定领域的专业能力", "reference": "@package://prompt/domain/java-backend-developer/java-backend-developer.role.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.260Z", - "updatedAt": "2025-06-18T10:00:59.260Z", - "scannedAt": "2025-06-18T10:00:59.260Z" + "createdAt": "2025-06-21T10:41:24.208Z", + "updatedAt": "2025-06-21T10:41:24.208Z", + "scannedAt": "2025-06-21T10:41:24.208Z" } }, { @@ -160,9 +160,9 @@ "description": "思维模式,指导AI的思考方式", "reference": "@package://prompt/domain/java-backend-developer/thought/java-backend-developer.thought.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.260Z", - "updatedAt": "2025-06-18T10:00:59.260Z", - "scannedAt": "2025-06-18T10:00:59.260Z" + "createdAt": "2025-06-21T10:41:24.209Z", + "updatedAt": "2025-06-21T10:41:24.209Z", + "scannedAt": "2025-06-21T10:41:24.209Z" } }, { @@ -173,9 +173,9 @@ "description": "执行模式,定义具体的行为模式", "reference": "@package://prompt/domain/java-backend-developer/execution/database-design.execution.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.260Z", - "updatedAt": "2025-06-18T10:00:59.260Z", - "scannedAt": "2025-06-18T10:00:59.260Z" + "createdAt": "2025-06-21T10:41:24.209Z", + "updatedAt": "2025-06-21T10:41:24.209Z", + "scannedAt": "2025-06-21T10:41:24.209Z" } }, { @@ -186,9 +186,9 @@ "description": "执行模式,定义具体的行为模式", "reference": "@package://prompt/domain/java-backend-developer/execution/java-backend-developer.execution.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.260Z", - "updatedAt": "2025-06-18T10:00:59.260Z", - "scannedAt": "2025-06-18T10:00:59.260Z" + "createdAt": "2025-06-21T10:41:24.209Z", + "updatedAt": "2025-06-21T10:41:24.209Z", + "scannedAt": "2025-06-21T10:41:24.209Z" } }, { @@ -199,9 +199,9 @@ "description": "执行模式,定义具体的行为模式", "reference": "@package://prompt/domain/java-backend-developer/execution/spring-ecosystem.execution.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.260Z", - "updatedAt": "2025-06-18T10:00:59.260Z", - "scannedAt": "2025-06-18T10:00:59.260Z" + "createdAt": "2025-06-21T10:41:24.209Z", + "updatedAt": "2025-06-21T10:41:24.209Z", + "scannedAt": "2025-06-21T10:41:24.209Z" } }, { @@ -212,9 +212,9 @@ "description": "执行模式,定义具体的行为模式", "reference": "@package://prompt/domain/java-backend-developer/execution/system-architecture.execution.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.260Z", - "updatedAt": "2025-06-18T10:00:59.260Z", - "scannedAt": "2025-06-18T10:00:59.260Z" + "createdAt": "2025-06-21T10:41:24.209Z", + "updatedAt": "2025-06-21T10:41:24.209Z", + "scannedAt": "2025-06-21T10:41:24.209Z" } }, { @@ -225,9 +225,9 @@ "description": "专业角色,提供特定领域的专业能力", "reference": "@package://prompt/domain/nuwa/nuwa.role.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.261Z", - "updatedAt": "2025-06-18T10:00:59.261Z", - "scannedAt": "2025-06-18T10:00:59.261Z" + "createdAt": "2025-06-21T10:41:24.209Z", + "updatedAt": "2025-06-21T10:41:24.209Z", + "scannedAt": "2025-06-21T10:41:24.209Z" } }, { @@ -238,9 +238,9 @@ "description": "思维模式,指导AI的思考方式", "reference": "@package://prompt/domain/nuwa/thought/role-creation.thought.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.261Z", - "updatedAt": "2025-06-18T10:00:59.261Z", - "scannedAt": "2025-06-18T10:00:59.261Z" + "createdAt": "2025-06-21T10:41:24.209Z", + "updatedAt": "2025-06-21T10:41:24.209Z", + "scannedAt": "2025-06-21T10:41:24.209Z" } }, { @@ -251,9 +251,9 @@ "description": "执行模式,定义具体的行为模式", "reference": "@package://prompt/domain/nuwa/execution/dpml-authoring.execution.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.261Z", - "updatedAt": "2025-06-18T10:00:59.261Z", - "scannedAt": "2025-06-18T10:00:59.261Z" + "createdAt": "2025-06-21T10:41:24.209Z", + "updatedAt": "2025-06-21T10:41:24.209Z", + "scannedAt": "2025-06-21T10:41:24.209Z" } }, { @@ -264,9 +264,9 @@ "description": "执行模式,定义具体的行为模式", "reference": "@package://prompt/domain/nuwa/execution/role-design-patterns.execution.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.261Z", - "updatedAt": "2025-06-18T10:00:59.261Z", - "scannedAt": "2025-06-18T10:00:59.261Z" + "createdAt": "2025-06-21T10:41:24.209Z", + "updatedAt": "2025-06-21T10:41:24.209Z", + "scannedAt": "2025-06-21T10:41:24.209Z" } }, { @@ -277,9 +277,9 @@ "description": "执行模式,定义具体的行为模式", "reference": "@package://prompt/domain/nuwa/execution/role-generation.execution.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.261Z", - "updatedAt": "2025-06-18T10:00:59.261Z", - "scannedAt": "2025-06-18T10:00:59.261Z" + "createdAt": "2025-06-21T10:41:24.209Z", + "updatedAt": "2025-06-21T10:41:24.209Z", + "scannedAt": "2025-06-21T10:41:24.209Z" } }, { @@ -290,9 +290,9 @@ "description": "执行模式,定义具体的行为模式", "reference": "@package://prompt/domain/nuwa/execution/visualization-enhancement.execution.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.261Z", - "updatedAt": "2025-06-18T10:00:59.261Z", - "scannedAt": "2025-06-18T10:00:59.261Z" + "createdAt": "2025-06-21T10:41:24.209Z", + "updatedAt": "2025-06-21T10:41:24.209Z", + "scannedAt": "2025-06-21T10:41:24.209Z" } }, { @@ -303,9 +303,9 @@ "description": "专业角色,提供特定领域的专业能力", "reference": "@package://prompt/domain/product-manager/product-manager.role.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.261Z", - "updatedAt": "2025-06-18T10:00:59.261Z", - "scannedAt": "2025-06-18T10:00:59.261Z" + "createdAt": "2025-06-21T10:41:24.209Z", + "updatedAt": "2025-06-21T10:41:24.209Z", + "scannedAt": "2025-06-21T10:41:24.209Z" } }, { @@ -316,9 +316,9 @@ "description": "思维模式,指导AI的思考方式", "reference": "@package://prompt/domain/product-manager/thought/product-manager.thought.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.262Z", - "updatedAt": "2025-06-18T10:00:59.262Z", - "scannedAt": "2025-06-18T10:00:59.262Z" + "createdAt": "2025-06-21T10:41:24.210Z", + "updatedAt": "2025-06-21T10:41:24.210Z", + "scannedAt": "2025-06-21T10:41:24.210Z" } }, { @@ -329,9 +329,9 @@ "description": "执行模式,定义具体的行为模式", "reference": "@package://prompt/domain/product-manager/execution/market-analysis.execution.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.262Z", - "updatedAt": "2025-06-18T10:00:59.262Z", - "scannedAt": "2025-06-18T10:00:59.262Z" + "createdAt": "2025-06-21T10:41:24.210Z", + "updatedAt": "2025-06-21T10:41:24.210Z", + "scannedAt": "2025-06-21T10:41:24.210Z" } }, { @@ -342,9 +342,9 @@ "description": "执行模式,定义具体的行为模式", "reference": "@package://prompt/domain/product-manager/execution/product-manager.execution.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.262Z", - "updatedAt": "2025-06-18T10:00:59.262Z", - "scannedAt": "2025-06-18T10:00:59.262Z" + "createdAt": "2025-06-21T10:41:24.210Z", + "updatedAt": "2025-06-21T10:41:24.210Z", + "scannedAt": "2025-06-21T10:41:24.210Z" } }, { @@ -355,9 +355,9 @@ "description": "执行模式,定义具体的行为模式", "reference": "@package://prompt/domain/product-manager/execution/user-research.execution.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.262Z", - "updatedAt": "2025-06-18T10:00:59.262Z", - "scannedAt": "2025-06-18T10:00:59.262Z" + "createdAt": "2025-06-21T10:41:24.210Z", + "updatedAt": "2025-06-21T10:41:24.210Z", + "scannedAt": "2025-06-21T10:41:24.210Z" } }, { @@ -368,9 +368,22 @@ "description": "专业角色,提供特定领域的专业能力", "reference": "@package://prompt/domain/sean/sean.role.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.262Z", - "updatedAt": "2025-06-18T10:00:59.262Z", - "scannedAt": "2025-06-18T10:00:59.262Z" + "createdAt": "2025-06-21T10:41:24.210Z", + "updatedAt": "2025-06-21T10:41:24.210Z", + "scannedAt": "2025-06-21T10:41:24.210Z" + } + }, + { + "id": "contradiction-methodology", + "source": "package", + "protocol": "thought", + "name": "Contradiction Methodology 思维模式", + "description": "思维模式,指导AI的思考方式", + "reference": "@package://prompt/domain/sean/thought/contradiction-methodology.thought.md", + "metadata": { + "createdAt": "2025-06-21T10:41:24.210Z", + "updatedAt": "2025-06-21T10:41:24.210Z", + "scannedAt": "2025-06-21T10:41:24.210Z" } }, { @@ -381,9 +394,22 @@ "description": "思维模式,指导AI的思考方式", "reference": "@package://prompt/domain/sean/thought/sean.thought.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.262Z", - "updatedAt": "2025-06-18T10:00:59.262Z", - "scannedAt": "2025-06-18T10:00:59.262Z" + "createdAt": "2025-06-21T10:41:24.210Z", + "updatedAt": "2025-06-21T10:41:24.210Z", + "scannedAt": "2025-06-21T10:41:24.210Z" + } + }, + { + "id": "contradiction-analysis", + "source": "package", + "protocol": "execution", + "name": "Contradiction Analysis 执行模式", + "description": "执行模式,定义具体的行为模式", + "reference": "@package://prompt/domain/sean/execution/contradiction-analysis.execution.md", + "metadata": { + "createdAt": "2025-06-21T10:41:24.210Z", + "updatedAt": "2025-06-21T10:41:24.210Z", + "scannedAt": "2025-06-21T10:41:24.210Z" } }, { @@ -394,9 +420,9 @@ "description": "执行模式,定义具体的行为模式", "reference": "@package://prompt/domain/sean/execution/sean-decision-framework.execution.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.262Z", - "updatedAt": "2025-06-18T10:00:59.262Z", - "scannedAt": "2025-06-18T10:00:59.262Z" + "createdAt": "2025-06-21T10:41:24.210Z", + "updatedAt": "2025-06-21T10:41:24.210Z", + "scannedAt": "2025-06-21T10:41:24.210Z" } }, { @@ -407,9 +433,9 @@ "description": "专业角色,提供特定领域的专业能力", "reference": "@package://prompt/domain/xiaohongshu-marketer/xiaohongshu-marketer.role.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.262Z", - "updatedAt": "2025-06-18T10:00:59.262Z", - "scannedAt": "2025-06-18T10:00:59.262Z" + "createdAt": "2025-06-21T10:41:24.210Z", + "updatedAt": "2025-06-21T10:41:24.210Z", + "scannedAt": "2025-06-21T10:41:24.210Z" } }, { @@ -420,9 +446,9 @@ "description": "思维模式,指导AI的思考方式", "reference": "@package://prompt/domain/xiaohongshu-marketer/thought/xiaohongshu-marketer.thought.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.262Z", - "updatedAt": "2025-06-18T10:00:59.262Z", - "scannedAt": "2025-06-18T10:00:59.262Z" + "createdAt": "2025-06-21T10:41:24.210Z", + "updatedAt": "2025-06-21T10:41:24.210Z", + "scannedAt": "2025-06-21T10:41:24.210Z" } }, { @@ -433,9 +459,9 @@ "description": "执行模式,定义具体的行为模式", "reference": "@package://prompt/domain/xiaohongshu-marketer/execution/brand-marketing.execution.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.262Z", - "updatedAt": "2025-06-18T10:00:59.262Z", - "scannedAt": "2025-06-18T10:00:59.262Z" + "createdAt": "2025-06-21T10:41:24.211Z", + "updatedAt": "2025-06-21T10:41:24.211Z", + "scannedAt": "2025-06-21T10:41:24.211Z" } }, { @@ -446,9 +472,9 @@ "description": "执行模式,定义具体的行为模式", "reference": "@package://prompt/domain/xiaohongshu-marketer/execution/community-building.execution.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.262Z", - "updatedAt": "2025-06-18T10:00:59.262Z", - "scannedAt": "2025-06-18T10:00:59.262Z" + "createdAt": "2025-06-21T10:41:24.211Z", + "updatedAt": "2025-06-21T10:41:24.211Z", + "scannedAt": "2025-06-21T10:41:24.211Z" } }, { @@ -459,9 +485,9 @@ "description": "执行模式,定义具体的行为模式", "reference": "@package://prompt/domain/xiaohongshu-marketer/execution/content-creation.execution.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.262Z", - "updatedAt": "2025-06-18T10:00:59.262Z", - "scannedAt": "2025-06-18T10:00:59.262Z" + "createdAt": "2025-06-21T10:41:24.211Z", + "updatedAt": "2025-06-21T10:41:24.211Z", + "scannedAt": "2025-06-21T10:41:24.211Z" } }, { @@ -472,9 +498,9 @@ "description": "执行模式,定义具体的行为模式", "reference": "@package://prompt/domain/xiaohongshu-marketer/execution/content-optimization.execution.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.262Z", - "updatedAt": "2025-06-18T10:00:59.262Z", - "scannedAt": "2025-06-18T10:00:59.262Z" + "createdAt": "2025-06-21T10:41:24.211Z", + "updatedAt": "2025-06-21T10:41:24.211Z", + "scannedAt": "2025-06-21T10:41:24.211Z" } }, { @@ -485,9 +511,9 @@ "description": "执行模式,定义具体的行为模式", "reference": "@package://prompt/domain/xiaohongshu-marketer/execution/data-analytics.execution.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.262Z", - "updatedAt": "2025-06-18T10:00:59.262Z", - "scannedAt": "2025-06-18T10:00:59.262Z" + "createdAt": "2025-06-21T10:41:24.211Z", + "updatedAt": "2025-06-21T10:41:24.211Z", + "scannedAt": "2025-06-21T10:41:24.211Z" } }, { @@ -498,9 +524,9 @@ "description": "执行模式,定义具体的行为模式", "reference": "@package://prompt/domain/xiaohongshu-marketer/execution/ecommerce-conversion.execution.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.262Z", - "updatedAt": "2025-06-18T10:00:59.262Z", - "scannedAt": "2025-06-18T10:00:59.262Z" + "createdAt": "2025-06-21T10:41:24.211Z", + "updatedAt": "2025-06-21T10:41:24.211Z", + "scannedAt": "2025-06-21T10:41:24.211Z" } }, { @@ -511,9 +537,9 @@ "description": "执行模式,定义具体的行为模式", "reference": "@package://prompt/domain/xiaohongshu-marketer/execution/performance-optimization.execution.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.262Z", - "updatedAt": "2025-06-18T10:00:59.262Z", - "scannedAt": "2025-06-18T10:00:59.262Z" + "createdAt": "2025-06-21T10:41:24.211Z", + "updatedAt": "2025-06-21T10:41:24.211Z", + "scannedAt": "2025-06-21T10:41:24.211Z" } }, { @@ -524,9 +550,9 @@ "description": "执行模式,定义具体的行为模式", "reference": "@package://prompt/domain/xiaohongshu-marketer/execution/platform-compliance.execution.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.262Z", - "updatedAt": "2025-06-18T10:00:59.262Z", - "scannedAt": "2025-06-18T10:00:59.262Z" + "createdAt": "2025-06-21T10:41:24.211Z", + "updatedAt": "2025-06-21T10:41:24.211Z", + "scannedAt": "2025-06-21T10:41:24.211Z" } }, { @@ -537,9 +563,9 @@ "description": "执行模式,定义具体的行为模式", "reference": "@package://prompt/domain/xiaohongshu-marketer/execution/team-collaboration.execution.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.262Z", - "updatedAt": "2025-06-18T10:00:59.262Z", - "scannedAt": "2025-06-18T10:00:59.262Z" + "createdAt": "2025-06-21T10:41:24.211Z", + "updatedAt": "2025-06-21T10:41:24.211Z", + "scannedAt": "2025-06-21T10:41:24.211Z" } }, { @@ -550,9 +576,9 @@ "description": "执行模式,定义具体的行为模式", "reference": "@package://prompt/domain/xiaohongshu-marketer/execution/user-operation.execution.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.262Z", - "updatedAt": "2025-06-18T10:00:59.262Z", - "scannedAt": "2025-06-18T10:00:59.262Z" + "createdAt": "2025-06-21T10:41:24.211Z", + "updatedAt": "2025-06-21T10:41:24.211Z", + "scannedAt": "2025-06-21T10:41:24.211Z" } }, { @@ -563,9 +589,9 @@ "description": "执行模式,定义具体的行为模式", "reference": "@package://prompt/domain/xiaohongshu-marketer/execution/xiaohongshu-marketer.execution.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.262Z", - "updatedAt": "2025-06-18T10:00:59.262Z", - "scannedAt": "2025-06-18T10:00:59.262Z" + "createdAt": "2025-06-21T10:41:24.211Z", + "updatedAt": "2025-06-21T10:41:24.211Z", + "scannedAt": "2025-06-21T10:41:24.211Z" } }, { @@ -576,9 +602,9 @@ "description": "执行模式,定义具体的行为模式", "reference": "@package://prompt/core/dacp-email-sending.execution.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.263Z", - "updatedAt": "2025-06-18T10:00:59.263Z", - "scannedAt": "2025-06-18T10:00:59.263Z" + "createdAt": "2025-06-21T10:41:24.211Z", + "updatedAt": "2025-06-21T10:41:24.211Z", + "scannedAt": "2025-06-21T10:41:24.211Z" } }, { @@ -589,9 +615,9 @@ "description": "执行模式,定义具体的行为模式", "reference": "@package://prompt/core/dacp-service-calling.execution.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.263Z", - "updatedAt": "2025-06-18T10:00:59.263Z", - "scannedAt": "2025-06-18T10:00:59.263Z" + "createdAt": "2025-06-21T10:41:24.211Z", + "updatedAt": "2025-06-21T10:41:24.211Z", + "scannedAt": "2025-06-21T10:41:24.211Z" } }, { @@ -602,9 +628,9 @@ "description": "思维模式,指导AI的思考方式", "reference": "@package://prompt/core/recall.thought.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.263Z", - "updatedAt": "2025-06-18T10:00:59.263Z", - "scannedAt": "2025-06-18T10:00:59.263Z" + "createdAt": "2025-06-21T10:41:24.211Z", + "updatedAt": "2025-06-21T10:41:24.211Z", + "scannedAt": "2025-06-21T10:41:24.211Z" } }, { @@ -615,21 +641,21 @@ "description": "思维模式,指导AI的思考方式", "reference": "@package://prompt/core/remember.thought.md", "metadata": { - "createdAt": "2025-06-18T10:00:59.263Z", - "updatedAt": "2025-06-18T10:00:59.263Z", - "scannedAt": "2025-06-18T10:00:59.263Z" + "createdAt": "2025-06-21T10:41:24.211Z", + "updatedAt": "2025-06-21T10:41:24.211Z", + "scannedAt": "2025-06-21T10:41:24.211Z" } } ], "stats": { - "totalResources": 47, + "totalResources": 49, "byProtocol": { "role": 7, - "thought": 9, - "execution": 31 + "thought": 10, + "execution": 32 }, "bySource": { - "package": 47 + "package": 49 } } }