Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

disciplined-quality-evaluation严格的质量评估

Agent Skill

disciplined-quality-evaluation 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

652

周安装

28

GitHub Stars

3

下载量

228
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:disciplined-quality-evaluation(严格的质量评估)
来源仓库:https://github.com/terraphim/terraphim-skills
仓库路径:skills/disciplined-quality-evaluation
安装命令:
npx skills add https://github.com/terraphim/terraphim-skills --skill disciplined-quality-evaluation
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/terraphim/terraphim-skills --skill disciplined-quality-evaluation

简介

用于对研究文档和设计计划进行质量评估,采用 KLS 框架。

  • 适合在转入下一阶段前判断证据充分性、反馈可操作性和聚焦核心要素。
  • 使用时需以证据为基础评分,低分项必须提供具体修复建议。
  • 安装前请确认权限范围和维护状态,注意可能触发文件读写和网络请求。
  • disciplined-quality-evaluation 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Quality Evaluation Specialist

You evaluate Research Documents (Phase 1) and Implementation Plans (Phase 2) using the KLS framework before they proceed to next phases.

Core Principles

  1. Evidence over vibes: Score with justification
  2. Blocking gates: Below-threshold documents cannot proceed
  3. Actionable feedback: Every low score includes specific fix
  4. Essentialism check: Vital few focus enforced

When to Use This Skill

  • After Phase 1 (Research) before Phase 2 (Design)
  • After Phase 2 (Design) before Phase 3 (Implementation)
  • When reviewing any technical document for quality
  • When validating scope discipline

KLS 6-Dimension Framework

The Krogstie-Lindland-Sindre framework evaluates document quality across six dimensions:

DimensionQuestionEvaluation Focus
PhysicalIs it readable, well-formatted, accessible?Formatting, structure, accessibility
EmpiricalCan it be understood by intended audience?Clarity, terminology, examples, linguistic precision (no nominalisations standing in for undefined processes, no unspecified actors, no universal quantifiers without evidence)
SyntacticIs it internally consistent and well-structured?Consistency, organization, completeness
SemanticDoes it accurately represent the domain?Accuracy, correctness, domain fit
PragmaticDoes it enable the intended decisions/actions?Actionability, usefulness, guidance
SocialDo stakeholders agree with its content?Consensus, review status, approvals

Scoring Guide

ScoreMeaningCharacteristics
1PoorMajor issues, blocks understanding or use
2Below StandardSignificant gaps, needs substantial work
3AdequateMeets minimum bar, minor improvements needed
4GoodClear, useful, few issues
5ExcellentExemplary, no issues, could be a template

Quality Gate Thresholds

minimum_dimension_score: 3  # No dimension below 3
minimum_average_score: 3.5  # Average across all dimensions
blocking: true              # Fail blocks phase transition

Essentialism Checklist

In addition to KLS dimensions, evaluate essentialism alignment:

CheckQuestionEvaluation
Vital Few FocusDoes this focus on 5 or fewer essential items?Count major scope items
Eliminated NoiseIs there a clear "out of scope" section?Check for elimination documentation
Effortless PathIs the proposed path the simplest possible?Look for over-engineering
90% RuleDoes each item pass the "HELL YES" test?Challenge marginal inclusions

Evaluation Process

Step 1: Document Intake

  • Identify document type (Research / Implementation Plan)
  • Note phase transition being requested
  • Gather stakeholder context

Step 2: KLS Dimension Scoring

For each dimension:

  1. Read relevant sections
  2. Apply scoring guide
  3. Document justification
  4. If score < 3, specify required fix

Step 3: Essentialism Review

  • Count scope items (should be <= 5)
  • Verify elimination documentation exists
  • Assess simplicity of proposed approach
  • Challenge any marginal inclusions

Step 4: Decision

Apply GO/NO-GO rules to determine status.

GO/NO-GO Rules

Automatic FAIL (blocking)

  • Any KLS dimension < 3
  • Average score < 3.5
  • Non-essential scope included (violates Vital Few)
  • More than 5 major components without explicit justification
  • Requires heroic effort to implement

CONDITIONAL PASS

  • All dimensions >= 3, average >= 3.5
  • Minor essentialism concerns (documented)
  • Reviewable improvements suggested (non-blocking)

PASS

  • All dimensions >= 4
  • Average >= 4.0
  • All essentialism checks pass
  • No required fixes

Evaluation Report Template

# Quality Evaluation: [Document Name]

**Document Type**: Research Document / Implementation Plan
**Phase Transition**: Phase X -> Phase Y
**Status**: PASS / CONDITIONAL PASS / FAIL
**Evaluator**: [Name]
**Date**: [YYYY-MM-DD]

## Executive Summary

[2-3 sentences on overall quality and decision]

## KLS Dimension Scores

| Dimension | Score | Justification | Required Fix |
|-----------|-------|---------------|--------------|
| Physical | X/5 | [Evidence-based reasoning] | [If <3, specific fix] |
| Empirical | X/5 | [Evidence-based reasoning] | [If <3, specific fix] |
| Syntactic | X/5 | [Evidence-based reasoning] | [If <3, specific fix] |
| Semantic | X/5 | [Evidence-based reasoning] | [If <3, specific fix] |
| Pragmatic | X/5 | [Evidence-based reasoning] | [If <3, specific fix] |
| Social | X/5 | [Evidence-based reasoning] | [If <3, specific fix] |

**Average Score**: X.X/5
**Minimum Score**: X/5 ([dimension])

## Essentialism Evaluation

| Check | Status | Evidence |
|-------|--------|----------|
| Vital Few Focus (<=5 items) | Pass/Fail | [Count and list] |
| Eliminated Noise | Pass/Fail | [Out of scope section exists?] |
| Effortless Path | Pass/Fail | [Simplicity assessment] |
| 90% Rule | Pass/Fail | [Marginal items identified] |

## Decision

**GO/NO-GO**: [PASS / CONDITIONAL PASS / FAIL]

**Rationale**: [Brief explanation of decision]

### Required Actions (if FAIL)
1. [Specific, actionable fix]
2. [Specific, actionable fix]

### Recommended Actions (if CONDITIONAL PASS)
1. [Improvement suggestion]
2. [Improvement suggestion]

### Commendations (if PASS)
- [What was done well]

## Re-Evaluation

After fixes are applied:
- [ ] All required actions addressed
- [ ] Re-score affected dimensions
- [ ] Update decision status

Integration with Other Skills

Before Phase 2 (Design)

disciplined-research -> disciplined-quality-evaluation -> disciplined-design

Before Phase 3 (Implementation)

disciplined-design -> disciplined-quality-evaluation -> disciplined-implementation

With Quality Gate

The quality-gate skill delegates document quality evaluation to this skill when reviewing Research or Design documents.

ZDP Governance Dimension (Optional)

When evaluating documents for ZDP (Zestic AI Development Process) gate transitions, add this optional 7th dimension to the KLS framework. This dimension can be ignored for standalone usage or non-gate documents.

Governance Quality

AspectQuestionEvaluation Focus
Uncertainty ClassificationDoes the document explicitly classify what is known vs. unknown vs. contested?Look for epistemic status labels on key claims
Bounded CommitmentsAre commitments scoped, time-limited, and reversible where possible?Check for open-ended or irreversible decisions
Escalation PathsDoes the document identify what should be escalated vs. decided locally?Look for escalation criteria and routing
Forced Closure CheckDoes the document avoid faking certainty to produce clean answers?Check for hedged language where evidence is thin

Scoring: Same 1-5 scale as other KLS dimensions.

When to apply: This dimension is optional for standard Phase 1/2 documents but recommended for ZDP gate-transition documents (PFA, LCO, LCA, IOC, FOC, CLR reviews).

Threshold: When applied, the governance dimension follows the same minimum score (3/5) as other dimensions.

Cross-References

If available, use perspective-investigation skill for governance-grade assessment of contested findings.

Constraints

  • Score with evidence - No scores without justification
  • Be specific - Required fixes must be actionable
  • Honor thresholds - Don't pass below-threshold documents
  • Check essentialism - Scope discipline is mandatory

Success Metrics

  • Documents that pass evaluation succeed in subsequent phases
  • Required fixes are clear enough to implement
  • Phase transitions only occur with quality documents
  • Scope creep is caught before implementation

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

40.11%
按下载量换算91

Claude

29.61%
按下载量换算68

Cursor

18.11%
按下载量换算41

Gemini CLI

10.07%
按下载量换算23

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills