t3-hardware-scoring-cn
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseMantaBase T3硬件审计系统
MantaBase T3 Hardware Audit System
任务目标
Task Objectives
- 本Skill用于:通过硬件产品链接自动爬取信息,经过Brand Blinding去品牌化处理后,由三个独立Auditor基于权威参考书进行专项评分,通过Peer Review互相审查并优化,最终实现Tool/Toy/Trash客观分类
- 能力包含:网页信息爬取、Brand Blinding信息过滤、三Auditor专项评分、Peer Review互相审查、Final Judge综合判断
- 触发条件:用户提供硬件产品链接,要求进行T3审计或分类评分
- 核心理念:透明第一、客观评估、并行审计、专家评审、持续优化
- This Skill is used to: automatically crawl information through hardware product links, after Brand Blinding (brand-removal) processing, three independent Auditors conduct special scoring based on authoritative reference books, optimize through Peer Review mutual examination, and finally achieve objective Tool/Toy/Trash classification
- Capabilities include: web information crawling, Brand Blinding information filtering, three Auditor special scoring, Peer Review mutual examination, Final Judge comprehensive judgment
- Trigger conditions: user provides hardware product link and requests T3 audit or classification scoring
- Core concepts: transparency first, objective evaluation, parallel audit, expert review, continuous optimization
前置准备
Preparations
- 无需额外准备,系统会自动处理网页内容提取
- No additional preparation required, the system will automatically extract and process web content
操作步骤
Operation Steps
标准流程
Standard Process
1. 获取用户输入
1. Obtain User Input
- 引导用户提供硬件产品链接(支持电商平台、官网、评测网站等)
- 可选:获取用户关注的特定维度或审计重点
- Guide users to provide hardware product links (supports e-commerce platforms, official websites, review websites, etc.)
- Optional: Obtain specific dimensions or audit focus that users care about
2. 获取产品信息(推荐Agent方式)
2. Obtain Product Information (Recommended Agent Method)
必读 references/mandatory-page-list.md,按站点类型(Shopify / Kickstarter)执行固定爬取清单,确保数据输入一致。
方式A:Agent直接抓取(推荐)
- 阅读 references/web-fetch-guide.md 掌握完整提取策略
- 识别站点类型后,按 mandatory-page-list 依次 fetch,写入 、
01-level0-source-urls.md02-level0-extracts.md - 使用web_fetch工具直接访问产品页面
- 优势:
- ✅ 数据完整性高(智能提取关键信息)
- ✅ 适应不同网站结构
- ✅ 可处理复杂页面(动态加载、多标签页)
- ✅ 可同时访问多个相关页面(产品页、评测页、规格页)
- ✅ Agent能主动识别缺失信息并补充
- 执行要点:
⚠️ 重要:单一页面可能信息不完整,Agent应: 1. 多页面访问: - 产品详情页 → 基本信息、价格 - 产品规格页 → 技术参数 - 用户评价页 → 用户反馈 - 评测页面 → 专业评价 2. 价格信息提取: - 查找schema.org结构化数据 - 尝试购物车页面 - 搜索"产品名称 + price" - 若缺失:在报告中明确标注 3. 动态内容处理: - 使用分页抓取(offset参数) - 尝试不同URL变体 - 查找移动版页面 4. 数据完整性验证: - 基本信息:必须完整 - 技术规格:至少50% - 用户反馈:至少一项
方式B:Python脚本抓取(辅助/批量场景)
-
适用场景:批量处理多个产品、离线分析
-
调用脚本提取产品页面内容:bash
python scripts/crawl_product_info.py --url <product_url> --pretty -
参数说明:
- :产品页面URL(必需)
--url - :美化JSON输出(可选)
--pretty - :输出文件路径(可选)
--output
-
注意:脚本方式可能数据不完整,建议优先使用Agent方式
-
脚本返回:产品名称、描述、特性、价格、目标用户、完整客观数据等结构化信息
Mandatory Read references/mandatory-page-list.md, execute fixed crawling lists according to site types (Shopify / Kickstarter) to ensure consistent data input.
Method A: Direct Crawling by Agent (Recommended)
- Read references/web-fetch-guide.md to master the complete extraction strategy
- After identifying the site type, fetch sequentially according to the mandatory-page-list, and write to ,
01-level0-source-urls.md02-level0-extracts.md - Use the web_fetch tool to directly access the product page
- Advantages:
- ✅ High data integrity (intelligently extract key information)
- ✅ Adapt to different website structures
- ✅ Handle complex pages (dynamic loading, multi-tab pages)
- ✅ Access multiple related pages simultaneously (product page, review page, specification page)
- ✅ Agent can actively identify missing information and supplement it
- Execution Points:
⚠️ Important: A single page may have incomplete information, the Agent should: 1. Multi-page access: - Product detail page → basic information, price - Product specification page → technical parameters - User review page → user feedback - Review page → professional evaluation 2. Price information extraction: - Find schema.org structured data - Try the shopping cart page - Search for "product name + price" - If missing: clearly mark in the report 3. Dynamic content processing: - Use pagination crawling (offset parameter) - Try different URL variants - Find mobile version pages 4. Data integrity verification: - Basic information: must be complete - Technical specifications: at least 50% - User feedback: at least one item
Method B: Python Script Crawling (Auxiliary/Batch Scenarios)
-
Applicable scenarios: batch processing of multiple products, offline analysis
-
Call the script to extract product page content:bash
python scripts/crawl_product_info.py --url <product_url> --pretty -
Parameter description:
- : Product page URL (required)
--url - : Beautify JSON output (optional)
--pretty - : Output file path (optional)
--output
-
Note: The script method may have incomplete data, it is recommended to use the Agent method first
-
Script returns: structured information such as product name, description, features, price, target users, complete objective data, etc.
3. Brand Blinding信息过滤(智能体执行)
3. Brand Blinding Information Filtering (Executed by Agent)
- 阅读 references/defluff-guide.md 掌握Brand Blinding原则
- 智能体对产品信息进行去品牌化处理:
- 去除品牌名称和商标引用
- 去除营销话术和夸大描述
- 识别并移除情感化形容词
- 提取纯功能性信息和客观参数
- 保持事实的完整性和准确性
- 输出:Brand-Blinded后的客观产品信息
- Read references/defluff-guide.md to master Brand Blinding principles
- The Agent performs brand-removal processing on product information:
- Remove brand names and trademark references
- Remove marketing words and exaggerated descriptions
- Identify and remove emotional adjectives
- Extract pure functional information and objective parameters
- Maintain the integrity and accuracy of facts
- Output: objective product information after Brand-Blinding
4. 三Auditor专项评分(智能体并行执行)
4. Three Auditor Special Scoring (Executed in Parallel by Agents)
- 每个Auditor同时独立评估,各司其职
- 每个Auditor读取自己的独立指南,不查看其他Auditor的指南或报告
🟢 Tool Auditor(工具审计员)
- 阅读 references/tool-auditor.md 获取完整指南
- 必遵 references/auditor-templates.md 严格评分表格模板
- 评估角度:解决实际痛点、实用性、可靠性
- 权威参考:Tony Fadell《Build》专项检查清单
- 专项检查:
- 痛点识别与解决(30分)
- 注重细节与一致性(25分)
- 简洁高效(25分)
- 工程可靠性(20分)
- 输出:专项评分报告(总分100分),包含每个检查项的得分、理由、证据
- Litmus Test:如果明天它坏了,用户的工作流会停滞吗?
🟡 Toy Auditor(玩具审计员)
- 阅读 references/toy-auditor.md 获取完整指南
- 必遵 references/auditor-templates.md 严格评分表格模板
- 评估角度:情感价值、愉悦体验、美学设计
- 权威参考:Don Norman《设计心理学》专项检查清单
- 专项检查:
- 感官愉悦(30分)
- 惊喜与发现(25分)
- 情感联结(25分)
- 可探索性(20分)
- 输出:专项评分报告(总分100分),包含每个检查项的得分、理由、证据
- Litmus Test:用户是否会把它放在显眼的位置"炫耀"或收藏?
🔴 Trash Auditor(垃圾审计员)
- 阅读 references/trash-auditor.md 获取完整指南
- 必遵 references/auditor-templates.md 严格评分表格模板
- 必读 references/trash-red-flags.md 应用「火眼金睛」高敏感触发清单
- 评估角度:逻辑缺陷、营销欺诈、设计违背
- 权威参考:Dieter Rams十大设计原则违背程度检查清单
- 专项检查:
- 原则违背(30分)
- 问题制造(25分)
- 价值缺失(25分)
- 可替代性(20分)
- 输出:专项评分报告(总分0-100分,正向评分),包含每个检查项的得分、理由、证据
- Litmus Test:如果这个产品明天消失,世界会变得更好还是更糟?
关键原则:
- 信息隔离:每个Auditor只能访问Brand-Blinded后的客观产品信息,严禁查看原始产品信息
- 专项评分:必须基于权威参考书的专项检查清单进行评分
- 证据驱动:每个评分必须基于具体证据,避免主观判断
- 独立评估:三个Auditor同时评估,互不干扰,互不交流
- 客观报告:每个Auditor只报告客观发现,不"辩护"自己的分类
- 诚实记录:即使证据支持其他分类,也要如实记录
- Each Auditor evaluates independently simultaneously, performing their respective duties
- Each Auditor reads their own independent guide, and does not view other Auditors' guides or reports
🟢 Tool Auditor
- Read references/tool-auditor.md to obtain the complete guide
- Mandatory Compliance references/auditor-templates.md strictly follow the scoring table template
- Evaluation angles: solving actual pain points, practicality, reliability
- Authoritative reference: Tony Fadell's Build special checklist
- Special inspection:
- Pain point identification and resolution (30 points)
- Attention to detail and consistency (25 points)
- Conciseness and efficiency (25 points)
- Engineering reliability (20 points)
- Output: special scoring report (total 100 points), including scores, reasons, and evidence for each inspection item
- Litmus Test: If it breaks tomorrow, will the user's workflow be stagnated?
🟡 Toy Auditor
- Read references/toy-auditor.md to obtain the complete guide
- Mandatory Compliance references/auditor-templates.md strictly follow the scoring table template
- Evaluation angles: emotional value, pleasant experience, aesthetic design
- Authoritative reference: Don Norman's The Design of Everyday Things special checklist
- Special inspection:
- Sensory pleasure (30 points)
- Surprise and discovery (25 points)
- Emotional connection (25 points)
- Explorability (20 points)
- Output: special scoring report (total 100 points), including scores, reasons, and evidence for each inspection item
- Litmus Test: Will users put it in a prominent position to "show off" or collect it?
🔴 Trash Auditor
- Read references/trash-auditor.md to obtain the complete guide
- Mandatory Compliance references/auditor-templates.md strictly follow the scoring table template
- Mandatory Read references/trash-red-flags.md apply the "Sharp Eyes" high-sensitivity trigger list
- Evaluation angles: logical defects, marketing fraud, design violations
- Authoritative reference: Dieter Rams' ten design principles violation degree checklist
- Special inspection:
- Principle violation (30 points)
- Problem creation (25 points)
- Value deficiency (25 points)
- Replaceability (20 points)
- Output: special scoring report (total 0-100 points, positive scoring), including scores, reasons, and evidence for each inspection item
- Litmus Test: If this product disappears tomorrow, will the world be better or worse?
Key Principles:
- Information Isolation: Each Auditor can only access the objective product information after Brand-Blinding, and is strictly prohibited from viewing the original product information
- Special Scoring: Must score based on the special checklist of authoritative reference books
- Evidence-Driven: Each score must be based on specific evidence, avoiding subjective judgment
- Independent Evaluation: The three Auditors evaluate simultaneously, without interfering with or communicating with each other
- Objective Reporting: Each Auditor only reports objective findings, and records truthfully even if the evidence supports other classifications
- Honest Recording: Even if the evidence supports other classifications, it must be recorded truthfully
5. Peer Review互相审查(智能体并行执行)
5. Peer Review Mutual Examination (Executed in Parallel by Agents)
- 阅读 references/peer-review-guide.md 掌握Peer Review流程
- 三个Auditor互相审查其他两个Auditor的报告:
交叉审查:
- Tool Auditor审查:Toy报告 + Trash报告
- Toy Auditor审查:Tool报告 + Trash报告
- Trash Auditor审查:Tool报告 + Toy报告
审查内容:
- 评分是否合理?
- 证据是否充分?
- 是否有被忽视的跨分类证据?
- 是否存在偏见或遗漏?
审查输出:
- 审查意见(包含具体建议和理由)
- 评分调整建议
- 跨分类证据补充
关键原则:
- 基于事实和证据,不针对个人
- 提供具体的改进建议
- 审查者和被审查者保持开放心态
- 记录所有审查意见和回应
- Read references/peer-review-guide.md to master the Peer Review process
- The three Auditors mutually examine the reports of the other two Auditors:
Cross-Examination:
- Tool Auditor examines: Toy report + Trash report
- Toy Auditor examines: Tool report + Trash report
- Trash Auditor examines: Tool report + Toy report
Examination Content:
- Is the scoring reasonable?
- Is the evidence sufficient?
- Is there any overlooked cross-classification evidence?
- Is there any bias or omission?
Examination Output:
- Examination opinions (including specific suggestions and reasons)
- Scoring adjustment suggestions
- Cross-classification evidence supplement
Key Principles:
- Based on facts and evidence, not targeting individuals
- Provide specific improvement suggestions
- Examiners and examinees maintain an open mindset
- Record all examination opinions and responses
6. Auditor优化报告(智能体执行)
6. Auditor Optimize Report (Executed by Agent)
- 每个Auditor基于收到的审查意见,优化自己的报告:
- 分析审查意见的合理性
- 接受合理的建议并修改报告
- 对于不合理的意见,提供反驳理由
- 记录所有的修改和理由
优化输出:
- 原始报告
- 优化后的报告
- 修改记录(接受/拒绝的审查意见及理由)
- Each Auditor optimizes their own report based on the received examination opinions:
- Analyze the rationality of the examination opinions
- Accept reasonable suggestions and modify the report
- Provide refutation reasons for unreasonable opinions
- Record all modifications and reasons
Optimization Output:
- Original report
- Optimized report
- Modification records (accepted/rejected examination opinions and reasons)
7. Final Judge综合判断(智能体执行)
7. Final Judge Comprehensive Judgment (Executed by Agent)
- 阅读 references/t3-classification.md 获取分类判断指南
- 阅读三个Auditor优化后的最终报告
- 综合分析三个报告的结论和证据
- 应用T3分类规则:
- 计算综合评分:Composite = max(Tool评分, Toy评分) - Trash评分
- 确定主导分类(满足2个以上条件)
- 确定次要分类(如有)
- 应用Litmus Test一致性分析
- 输出:最终分类、置信度、判断理由、改进建议
- Read references/t3-classification.md to obtain the classification judgment guide
- Read the optimized final reports of the three Auditors
- Comprehensive analysis of the conclusions and evidence of the three reports
- Apply T3 classification rules:
- Calculate comprehensive score: Composite = max(Tool score, Toy score) - Trash score
- Determine the dominant classification (meet more than 2 conditions)
- Determine the secondary classification (if any)
- Apply Litmus Test consistency analysis
- Output: final classification, confidence level, judgment reasons, improvement suggestions
8. 生成审计报告
8. Generate Audit Report
输出文件:统一命名为 (禁止使用 等别名)。报告目录:。
99-audit-report.md99-report-summary.mdtmp/reports/t3-{YYYY-MM-DD}-{case-id}/报告结构(见 references/report-schema.md):
- YAML 元数据块(包裹):供网站 leaderboard 解析,含
---、case_id、source_url、scores、chart_data、litmus_tests等classification - 文字分析内容:从三 Auditor 的 聚合,章节固定为:产品概述、Tool 要点、Toy 要点、Trash 要点、Final Judge 判断理由、改进建议
extract_for_report
必须包含:
- 产品基本信息(原始信息和Brand-Blinded信息对比)
- 三Auditor专项评分表格(auditor-templates.md 规定格式)
- Peer Review 汇总
- Final Judge 判断结果
Output File: Unifiedly named (aliases such as are prohibited). Report directory: .
99-audit-report.md99-report-summary.mdtmp/reports/t3-{YYYY-MM-DD}-{case-id}/Report Structure (see references/report-schema.md):
- YAML Metadata Block (wrapped with ): parsed by the website leaderboard, including
---,case_id,source_url,scores,chart_data,litmus_tests, etc.classification - Text Analysis Content: aggregated from the of the three Auditors, fixed chapters: product overview, Tool key points, Toy key points, Trash key points, Final Judge judgment reasons, improvement suggestions
extract_for_report
Must Include:
- Basic product information (comparison between original information and Brand-Blinded information)
- Three Auditor special scoring table (format specified in auditor-templates.md)
- Peer Review summary
- Final Judge judgment result
可选分支
Optional Branches
- 当产品信息不足:提示用户补充描述或提供更多参考资料
- 当评分接近边界:分析主导因素,说明分类判断依据
- 当Auditor意见分歧:Final Judge需详细说明权衡逻辑
- 当存在争议:提供多视角分析,列出不同分类的理由和证据
- When product information is insufficient: prompt the user to supplement the description or provide more reference materials
- When scores are close to the boundary: analyze the dominant factors and explain the classification judgment basis
- When Auditors have divergent opinions: Final Judge must explain the trade-off logic in detail
- When there is controversy: provide multi-perspective analysis, list the reasons and evidence for different classifications
资源索引
Resource Index
-
辅助脚本(批量处理/离线分析场景):
- scripts/crawl_product_info.py(用途:网页内容爬取和产品信息提取,参数:)
--url <product_url> [--pretty] [--output <file>] - scripts/synthesize_results.py(用途:格式化三Auditor结果并计算最终分类,参数:)
--input <auditor_reports.json> [--pretty] [--output <file>]
- scripts/crawl_product_info.py(用途:网页内容爬取和产品信息提取,参数:
-
领域参考:
- references/mandatory-page-list.md(何时读取:步骤2 获取产品信息时,必读;固定爬取清单)
- references/report-schema.md(何时读取:步骤8 生成 99-audit-report.md 时,必遵;YAML 结构定义)
- references/file-naming-convention.md(何时读取:创建报告目录时,必遵;文件命名规范)
- references/isolation-manifest-template.md(何时读取:创建 00-isolation-manifest.md 时参考)
- references/web-fetch-guide.md(何时读取:Agent使用web_fetch工具提取产品信息时,必读)
- references/tool-auditor.md(何时读取:Tool Auditor执行专项评分时)
- references/toy-auditor.md(何时读取:Toy Auditor执行专项评分时)
- references/trash-auditor.md(何时读取:Trash Auditor执行专项评分时)
- references/trash-red-flags.md(何时读取:Trash Auditor应用火眼金睛触发清单时,必读)
- references/auditor-templates.md(何时读取:三Auditor执行专项评分时,必遵;保证表格输出可复现)
- references/t3-classification.md(何时读取:Final Judge进行综合判断时)
- references/scoring-checklists.md(何时读取:快速查阅检查清单索引时)
- references/defluff-guide.md(何时读取:进行Brand Blinding处理时)
- references/peer-review-guide.md(何时读取:进行Peer Review时)
- references/objective-data-standard.md(何时读取:所有阶段,确保客观数据完整性)
- references/design-theories.md(何时读取:进行设计理论分析时)
-
Auxiliary Scripts (batch processing/offline analysis scenarios):
- scripts/crawl_product_info.py (Purpose: web content crawling and product information extraction, parameters: )
--url <product_url> [--pretty] [--output <file>] - scripts/synthesize_results.py (Purpose: format the three Auditor results and calculate the final classification, parameters: )
--input <auditor_reports.json> [--pretty] [--output <file>]
- scripts/crawl_product_info.py (Purpose: web content crawling and product information extraction, parameters:
-
Domain References:
- references/mandatory-page-list.md (When to read: step 2 Obtain Product Information, mandatory read; fixed crawling list)
- references/report-schema.md (When to read: step 8 Generate 99-audit-report.md, mandatory compliance; YAML structure definition)
- references/file-naming-convention.md (When to read: when creating the report directory, mandatory compliance; file naming convention)
- references/isolation-manifest-template.md (When to read: reference when creating 00-isolation-manifest.md)
- references/web-fetch-guide.md (When to read: when the Agent uses the web_fetch tool to extract product information, mandatory read)
- references/tool-auditor.md (When to read: when Tool Auditor performs special scoring)
- references/toy-auditor.md (When to read: when Toy Auditor performs special scoring)
- references/trash-auditor.md (When to read: when Trash Auditor performs special scoring)
- references/trash-red-flags.md (When to read: when Trash Auditor applies the Sharp Eyes trigger list, mandatory read)
- references/auditor-templates.md (When to read: when the three Auditors perform special scoring, mandatory compliance; ensure reproducible table output)
- references/t3-classification.md (When to read: when Final Judge conducts comprehensive judgment)
- references/scoring-checklists.md (When to read: when quickly checking the checklist index)
- references/defluff-guide.md (When to read: when performing Brand Blinding processing)
- references/peer-review-guide.md (When to read: when performing Peer Review)
- references/objective-data-standard.md (When to read: all stages, ensure objective data integrity)
- references/design-theories.md (When to read: when conducting design theory analysis)
注意事项
Notes
-
🚨 信息隔离(最重要):
- 必须确保三Auditor只能访问Brand-Blinded后的客观产品信息
- 严禁Auditor查看原始产品信息、品牌名称、营销话术
- 智能体在执行Auditor任务时,必须明确说明仅基于Brand-Blinded信息评估
- 审计报告中必须包含"信息来源说明"字段
-
📊 客观数据完整性(核心):
- 必须收集完整的客观数据(技术规格、性能、可靠性、市场、可持续性、成本)
- 所有客观数据在Brand Blinding阶段必须保留,不得移除或修改
- 每个Auditor的评分必须基于可验证的客观数据,避免主观臆断
- 参考 references/objective-data-standard.md 了解客观数据标准
- 审计报告中必须包含客观数据汇总和数据完整性评分
- 如果客观数据不足,必须标注数据缺失对评估的影响
-
Brand Blinding的重要性:
- 必须先进行Brand Blinding,确保评估基于客观信息,而非品牌影响
- Brand Blinding必须保留所有客观数据,仅移除品牌信息和营销话术
- 区分"客观数据"和"营销话术"是Brand Blinding的核心任务
-
专项评分的必要性:
- 必须基于权威参考书的专项检查清单进行评分
- 每个评分必须追溯到具体的检查项和证据
- 确保评分的一致性和可重复性
-
三Auditor独立性:
- 三个Auditor必须同时独立评估,互不干扰,互不交流
- 每个Auditor只能看到自己的评估任务和Brand-Blinded信息
- 禁止Auditor之间交换信息或参考其他Auditor的结论
-
Peer Review的客观性:
- 审查基于事实和证据,不针对个人
- 提供具体的改进建议
- 审查者和被审查者保持开放心态
- 记录所有审查意见和回应
-
客观性原则:Auditors报告客观发现,即使证据支持其他分类也要如实报告
-
透明性:所有评估过程、理由、证据都要在报告中清晰呈现
-
智能体主导:Brand Blinding、三Auditor专项评分、Peer Review、Final Judge都由智能体执行,脚本仅负责爬取和格式化
-
🚨 Information Isolation (Most Important):
- Must ensure that the three Auditors can only access the objective product information after Brand-Blinding
- Strictly prohibit Auditors from viewing original product information, brand names, and marketing words
- When executing Auditor tasks, the Agent must clearly state that the evaluation is only based on Brand-Blinded information
- The audit report must include the "information source description" field
-
📊 Objective Data Integrity (Core):
- Must collect complete objective data (technical specifications, performance, reliability, market, sustainability, cost)
- All objective data must be retained during the Brand Blinding stage, and cannot be removed or modified
- Each Auditor's score must be based on verifiable objective data, avoiding subjective speculation
- Refer to references/objective-data-standard.md to understand the objective data standard
- The audit report must include objective data summary and data integrity score
- If objective data is insufficient, must mark the impact of data missing on the evaluation
-
Importance of Brand Blinding:
- Must perform Brand Blinding first to ensure the evaluation is based on objective information rather than brand influence
- Brand Blinding must retain all objective data, only removing brand information and marketing words
- Distinguishing between "objective data" and "marketing words" is the core task of Brand Blinding
-
Necessity of Special Scoring:
- Must score based on the special checklist of authoritative reference books
- Each score must be traced back to specific inspection items and evidence
- Ensure the consistency and repeatability of scoring
-
Independence of Three Auditors:
- The three Auditors must evaluate simultaneously and independently, without interfering with or communicating with each other
- Each Auditor can only see their own evaluation task and Brand-Blinded information
- Prohibit Auditors from exchanging information or referring to other Auditors' conclusions
-
Objectivity of Peer Review:
- Examination is based on facts and evidence, not targeting individuals
- Provide specific improvement suggestions
- Examiners and examinees maintain an open mindset
- Record all examination opinions and responses
-
Objectivity Principle: Auditors report objective findings, and must report truthfully even if the evidence supports other classifications
-
Transparency: All evaluation processes, reasons, and evidence must be clearly presented in the report
-
Agent-Led: Brand Blinding, three Auditor special scoring, Peer Review, and Final Judge are all executed by Agents, and scripts are only responsible for crawling and formatting
使用示例
Usage Examples
示例1:完整T3审计流程
Example 1: Complete T3 Audit Process
- 功能说明:完整的Brand Blinding + 专项评分 + Peer Review + Final Judge流程
- 执行方式:
- 智能体爬取产品信息
- 智能体执行Brand Blinding
- 智能体同时启动三Auditor专项评分
- 智能体执行Peer Review互相审查
- 智能体优化报告
- 智能体执行Final Judge判断
- 生成完整审计报告
- 关键参数:产品URL
- 输出示例:
产品:智能手表X Brand-Blinded:可穿戴健康监测设备,具备心率、血氧、睡眠追踪功能 🟢 Tool Auditor专项评分:82/100 - 痛点识别与解决:28/30 ✓ * 识别出明确痛点(9/10) * 解决方案直击痛点(9/10) * 优于现有方案(10/10) - 注重细节与一致性:20/25 ✓ * 交互精心设计(8/10) * 设计语言一致(7/10) * 隐藏复杂性(5/5) - 简洁高效:20/25 ✓ * 遵循少即是多(8/10) * 操作高效(7/10) * 不引人注意(5/5) - 工程可靠性:14/20 ✓ * 稳定可靠(7/10) * 质量控制(7/10) 🟡 Toy Auditor专项评分:65/100 - 可视性:12/15 ✓ * 状态清晰可见(8/10) * 操作显而易见(4/5) - 反馈:11/15 ✓ * 即时反馈(7/10) * 反馈信息准确(4/5) - 限制因素:12/15 ✓ * 限制机制完善(7/10) * 限制自然合理(5/5) - 映射:11/15 ✓ * 自然映射(7/10) * 符合心理模型(4/5) - 一致性:7/10 ✓ * 内部一致(4/5) * 符合标准(3/5) - 情感设计:12/30 ✓ * 本能层(6/10) * 行为层(3/10) * 反思层(3/10) 🔴 Trash Auditor专项评分:25/100 - 原则1(创新):2/10 - 小幅创新 - 原则2(有用):8/10 - 功能实用 - 原则3(美观):6/10 - 外观一般 - 原则4(易于理解):7/10 - 基本易懂 - 原则5(不引人注目):8/10 - 基本不引人注意 - 原则6(诚实):3/10 - 略有夸大 - 原则7(持久):5/10 - 可能过时 - 原则8(细节):6/10 - 细节一般 - 原则9(环境友好):4/10 - 环保一般 - 原则10(尽可能少):7/10 - 较为简洁 Peer Review结果: - Tool Auditor建议降低Toy评分(-15分)✓ 已接受 - Toy Auditor建议提高Tool评分(+5分)✗ 已拒绝 - Trash Auditor建议降低Toy评分(-10分)✓ 已接受 Final Judge: Tool (置信度: 78%) 理由:Tool专项评分(82)显著高于Toy专项评分(65),Trash评分(25)低,产品主要价值在于解决健康监测痛点
- Function Description: Complete Brand Blinding + special scoring + Peer Review + Final Judge process
- Execution Method:
- Agent crawls product information
- Agent executes Brand Blinding
- Agent simultaneously starts three Auditor special scoring
- Agent executes Peer Review mutual examination
- Agent optimizes the report
- Agent executes Final Judge judgment
- Generate complete audit report
- Key Parameters: product URL
- Output Example:
Product: Smart Watch X Brand-Blinded: Wearable health monitoring device with heart rate, blood oxygen, sleep tracking functions 🟢 Tool Auditor Special Score: 82/100 - Pain point identification and resolution: 28/30 ✓ * Identified clear pain points (9/10) * Solution directly addresses pain points (9/10) * Better than existing solutions (10/10) - Attention to detail and consistency: 20/25 ✓ * Interaction is carefully designed (8/10) * Design language is consistent (7/10) * Hides complexity (5/5) - Conciseness and efficiency: 20/25 ✓ * Follows less is more (8/10) * Operation is efficient (7/10) * Unobtrusive (5/5) - Engineering reliability: 14/20 ✓ * Stable and reliable (7/10) * Quality control (7/10) 🟡 Toy Auditor Special Score: 65/100 - Visibility: 12/15 ✓ * Status is clearly visible (8/10) * Operation is obvious (4/5) - Feedback: 11/15 ✓ * Immediate feedback (7/10) * Feedback information is accurate (4/5) - Constraints: 12/15 ✓ * Constraint mechanism is perfect (7/10) * Constraints are natural and reasonable (5/5) - Mapping: 11/15 ✓ * Natural mapping (7/10) * Conforms to mental model (4/5) - Consistency: 7/10 ✓ * Internally consistent (4/5) * Conforms to standards (3/5) - Emotional design: 12/30 ✓ * Visceral level (6/10) * Behavioral level (3/10) * Reflective level (3/10) 🔴 Trash Auditor Special Score: 25/100 - Principle 1 (Innovation): 2/10 - Minor innovation - Principle 2 (Usefulness): 8/10 - Practical functions - Principle 3 (Beauty): 6/10 - Average appearance - Principle 4 (Understandability): 7/10 - Basically easy to understand - Principle 5 (Unobtrusiveness): 8/10 - Basically unobtrusive - Principle 6 (Honesty): 3/10 - Slightly exaggerated - Principle 7 (Durability): 5/10 - May become obsolete - Principle 8 (Detail): 6/10 - Average details - Principle 9 (Environmental friendliness): 4/10 - Average environmental protection - Principle 10 (As little as possible): 7/10 - Relatively concise Peer Review Results: - Tool Auditor suggests reducing Toy score (-15 points) ✓ Accepted - Toy Auditor suggests increasing Tool score (+5 points) ✗ Rejected - Trash Auditor suggests reducing Toy score (-10 points) ✓ Accepted Final Judge: Tool (Confidence: 78%) Reason: Tool special score (82) is significantly higher than Toy special score (65), Trash score (25) is low, the main value of the product lies in solving health monitoring pain points
示例2:快速T3分类
Example 2: Quick T3 Classification
- 功能说明:简化流程,重点进行Brand Blinding和关键专项评分
- 执行方式:智能体简化评估,聚焦核心检查项
- 关键参数:产品URL,评估重点(可选)
- 指导要点:快速识别产品的核心价值主张,应用Litmus Test和专项检查清单
- Function Description: Simplified process, focusing on Brand Blinding and key special scoring
- Execution Method: Agent simplifies the evaluation, focusing on core inspection items
- Key Parameters: product URL, evaluation focus (optional)
- Guidelines: Quickly identify the core value proposition of the product, apply Litmus Test and special checklists
示例3:竞品对比审计
Example 3: Competitor Comparison Audit
- 功能说明:对多个同类产品进行并行T3审计对比
- 执行方式:批量爬取 + 并行三Auditor专项评分 + Peer Review + 对比分析
- 输出格式:对比表格 + 每个产品的详细审计报告
- Function Description: Conduct parallel T3 audit comparison on multiple similar products
- Execution Method: batch crawling + parallel three Auditor special scoring + Peer Review + comparative analysis
- Output Format: comparison table + detailed audit report for each product
审计流程可视化
Audit Process Visualization
用户输入URL
↓
爬取产品信息(原始信息)
↓
Brand Blinding (智能体去除品牌影响)
├─ 原始信息 🔒 (密封,不对Auditor公开)
└─ Brand-Blinded信息 ✅ (唯一公开给Auditor的信息源)
↓
┌─────────────────────────────────────────┐
│ 三Auditor专项评分 (智能体并行执行) │
│ 🔒 信息隔离:每个Auditor仅能访问 │
│ Brand-Blinded后的客观产品信息 │
│ 📚 权威参考:专项评分检查清单 │
├───────────────┬─────────────┬────────────┤
│ 🟢 Tool │ 🟡 Toy │ 🔴 Trash │
│ Auditor │ Auditor │ Auditor │
│ 🔒 信息隔离 │ 🔒 信息隔离 │ 🔒 信息隔离│
│ 📚 Build清单 │ 📚 设计心理 │ 📚 Rams原则│
└───────┬───────┴─────┬───────┴──────┬────┘
│ │ │
专项评分 专项评分 专项评分
(初始版本) (初始版本) (初始版本)
│ │ │
独立报告 独立报告 独立报告
│ │ │
└─────────────┼──────────────┘
↓
┌─────────────────────────────────────┐
│ Peer Review互相审查 (智能体并行) │
│ 🔒 信息隔离:仅能看到对方De- │
│ Branded报告,不能看原始信息 │
├─────────────────────────────────────┤
│ Tool审查Toy+Trash │ Toy审查Tool+Trash│
│ │审查意见 │ 审查意见 │
│ └─────────────────┴──────────────┐ │
│ Trash审查Tool+Toy │ 审查意见 │ │
└───────┬─────────────┴──────────────┘
│
审查意见汇总
↓
┌─────────────────────────────────────┐
│ Auditor优化报告 (智能体) │
├─────────────────────────────────────┤
│ Tool优化 │ Toy优化 │ Trash优化 │
└───────┬────┴────┬───┴─────┬─────────┘
│ │ │
优化报告 优化报告 优化报告
│ │ │
└──────────┼──────────┘
↓
Final Judge综合判断
↓
生成审计报告
(包含完整审计链)User Input URL
↓
Crawl Product Information (Original Information)
↓
Brand Blinding (Agent removes brand influence)
├─ Original Information 🔒 (Sealed, not accessible to Auditors)
└─ Brand-Blinded Information ✅ (Only information source accessible to Auditors)
↓
┌─────────────────────────────────────────┐
│ Three Auditor Special Scoring (Parallel Execution by Agents) │
│ 🔒 Information Isolation: Each Auditor can only access │
│ Brand-Blinded objective product information │
│ 📚 Authoritative Reference: Special Scoring Checklist │
├───────────────┬─────────────┬────────────┤
│ 🟢 Tool │ 🟡 Toy │ 🔴 Trash │
│ Auditor │ Auditor │ Auditor │
│ 🔒 Information Isolation │ 🔒 Information Isolation │ 🔒 Information Isolation│
│ 📚 Build Checklist │ 📚 The Design of Everyday Things │ 📚 Rams' Principles│
└───────┬───────┴─────┬───────┴──────┬────┘
│ │ │
Special Scoring Special Scoring Special Scoring
(Initial Version) (Initial Version) (Initial Version)
│ │ │
Independent Report Independent Report Independent Report
│ │ │
└─────────────┼──────────────┘
↓
┌─────────────────────────────────────┐
│ Peer Review Mutual Examination (Parallel Execution by Agents) │
│ 🔒 Information Isolation: Only can view the other party's De- │
│ Branded report, cannot view original information │
├─────────────────────────────────────┤
│ Tool examines Toy+Trash │ Toy examines Tool+Trash│
│ │Examination Opinions │ Examination Opinions │
│ └─────────────────┴──────────────┐ │
│ Trash examines Tool+Toy │ Examination Opinions │ │
└───────┬─────────────┴──────────────┘
│
Examination Opinion Summary
↓
┌─────────────────────────────────────┐
│ Auditor Optimize Report (Agent) │
├─────────────────────────────────────┤
│ Tool Optimization │ Toy Optimization │ Trash Optimization │
└───────┬────┴────┬───┴─────┬─────────┘
│ │ │
Optimized Report Optimized Report Optimized Report
│ │ │
└──────────┼──────────┘
↓
Final Judge Comprehensive Judgment
↓
Generate Audit Report
(Includes complete audit chain)🔒 信息隔离保证
🔒 Information Isolation Guarantee
为确保三Auditor的客观性,系统必须严格遵守以下信息隔离规则:
To ensure the objectivity of the three Auditors, the system must strictly follow the following information isolation rules:
信息层级
Information Levels
-
原始信息(Level 0):包含品牌名称、营销话术、情感化描述
- 状态:🔒 密封
- 访问权限:仅Brand Blinding模块和Final Judge(用于对比)
- 禁止:三Auditor严禁访问
-
Brand-Blinded信息(Level 1):纯功能性和客观参数
- 状态:✅ 公开
- 访问权限:三Auditor和Final Judge
- 内容:技术规格、功能列表、使用场景(去品牌化)
-
Original Information (Level 0): includes brand names, marketing words, emotional descriptions
- Status: 🔒 Sealed
- Access Permissions: Only Brand Blinding module and Final Judge (for comparison)
- Prohibition: Three Auditors are strictly prohibited from accessing
-
Brand-Blinded Information (Level 1): pure functional and objective parameters
- Status: ✅ Public
- Access Permissions: Three Auditors and Final Judge
- Content: technical specifications, function lists, usage scenarios (brand-removed)
智能体执行检查清单
Agent Execution Checklist
智能体在执行Auditor任务时,必须确认:
- 已明确说明仅使用Brand-Blinded信息
- 已基于权威参考书的专项检查清单进行评分
- 未引用任何品牌名称
- 未参考任何营销话术
- 评估报告中包含"信息来源:Brand-Blinded产品信息"声明
- 评估报告中包含"专项评分依据:XXX检查清单"声明
When executing Auditor tasks, the Agent must confirm:
- Has clearly stated that only Brand-Blinded information is used
- Has scored based on the special checklist of authoritative reference books
- Has not quoted any brand names
- Has not referred to any marketing words
- The evaluation report includes the statement "Information Source: Brand-Blinded product information"
- The evaluation report includes the statement "Special Scoring Basis: XXX Checklist"
审计报告验证
Audit Report Verification
每个Auditor的报告必须包含:
json
{
"auditor": "Tool",
"total_score": 82,
"checklist_score": 82,
"information_source": "Brand-Blinded产品信息(已隔离原始品牌信息)",
"scoring_basis": "Tony Fadell《Build》专项检查清单",
"information_isolation_confirmed": true,
"checklist_compliance_confirmed": true
}Each Auditor's report must include:
json
{
"auditor": "Tool",
"total_score": 82,
"checklist_score": 82,
"information_source": "Brand-Blinded product information (original brand information has been isolated)",
"scoring_basis": "Tony Fadell's *Build* Special Checklist",
"information_isolation_confirmed": true,
"checklist_compliance_confirmed": true
}