원클릭으로
build-scoring
Design multi-dimensional evaluation rubrics with calibrated scales, thresholds, and function-adaptive weights.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Design multi-dimensional evaluation rubrics with calibrated scales, thresholds, and function-adaptive weights.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Audit a generated OS repository for completeness, consistency, and architectural integrity against the 15 design principles and 23-item checklist.
Transplant a skill, command, or capability from one agentic-system repo into another via a 5-phase gated protocol (inventory → import → localize → wire → verify). Use when grafting a feature from an upstream repo that has its own dependencies, platform assumptions, or upstream-specific file references that need adapting before the feature will work in the destination repo. Not for copying a self-contained file — use only when the feature has a dependency footprint and the destination repo has its own conventions the import must respect.
Identify who evaluates the user's output, what each audience prioritizes, and where their priorities conflict.
Define the user context model — identity axes, context files, persona variants, and privacy rules for the target OS.
Design compounding feedback loops — what data accumulates, what reads it, and how the system gets smarter with use.
Design the complete skill set for the target OS — each skill's purpose, inputs, process, output format, auto-triggers, and quality checks.
| name | build-scoring |
| description | Design multi-dimensional evaluation rubrics with calibrated scales, thresholds, and function-adaptive weights. |
/define-audiences (scoring rubrics serve the audiences)domain-input/scoring-rubrics.md needs to be filleddomain-input/audiences.md (what audiences evaluate)domain-input/domain-workflow.md (pipeline stages and healthy metrics)domain-input/domain-knowledge.md (existing domain frameworks)From the workflow and audience maps, identify every point where the OS needs to evaluate something:
For each scoring context, ask the designer:
For each scoring context:
Structure into:
## Scoring Context: [Name] (e.g., "Opportunity Triage")
### Dimensions
| Dimension | Scale | Weight (Default) | What It Measures |
|-----------|-------|-------------------|-----------------|
| [X] | 0-20 | [X]% | [one line] |
| [X] | 0-20 | [X]% | [one line] |
### Calibration: [Dimension 1]
| Score | Description | Example |
|-------|-------------|---------|
| 9-10 | [X] | [real example] |
| 7-8 | [X] | [real example] |
| 5-6 | [X] | [real example] |
| 3-4 | [X] | [real example] |
| 1-2 | [X] | [real example] |
For each scoring context, define what the total score means:
Ask the designer: "If I score something 72/100, what should the user do?" This calibrates whether the thresholds are right.
### Thresholds
| Range | Recommendation | User Action |
|-------|---------------|-------------|
| Below [X] | SKIP / STOP | [what to do instead] |
| [X]-[Y] | PROCEED WITH CAUTION | [what mitigant is needed] |
| [Y]-100 | GO | [next step] |
### Boundary Cases
- Score of exactly [X]: [which band and why]
- Score of exactly [Y]: [which band and why]
Ask the designer if weights shift based on context:
For each variant:
### Weight Variants
| Condition | Dimension Adjustments | Rationale |
|-----------|----------------------|-----------|
| [User type X] | [Dim A] from 20% → 30%, [Dim B] from 20% → 10% | [why] |
| [Special condition] | Override to SKIP regardless of score | [why] |
Design the sanity check for each scoring context:
Write the complete scoring framework to domain-input/scoring-rubrics.md.
Tell the designer:
Scoring rubrics designed:
- [N] scoring contexts: [list]
- [N] total dimensions across all contexts
- Thresholds: SKIP below [X], CAUTION [X]-[Y], GO above [Y]
- [N] weight variants for different user types/conditions
Key calibration check: A [typical example] should score approximately [X]. Does that feel right?
Next: Run /design-identity to define the user context model and persona variants.
Good scoring rubrics:
Bad scoring rubrics: