AgentSkillsCN

mip-verify

MIP 流程第六阶段——逐一对比所有引文与原始文本,验证量化分析结果,并以示例标注充实附录内容。

SKILL.md
--- frontmatter
name: mip-verify
description: Phase 6 of MIP pipeline - Verify all quotes against source text, validate quantitative claims, and generate the appendix with sample annotations.
allowed-tools: Read, Write, Edit

MIP Verification Phase

Verify the essay's accuracy and generate the appendix with sample metaphor annotations.

Your Task

Conduct comprehensive verification of the essay and create supporting materials.

Verification Process

1. Quote Verification

Extract every quote from mip-analysis/essay/analysis.md and verify against source chapters:

For each quote:

  1. Find the exact text in book/chapters/chapter-XX.txt
  2. Confirm chapter attribution is correct
  3. Check for any transcription errors
  4. Verify surrounding context supports the analysis

2. Quantitative Claims Verification

Check all numerical claims against source data:

  • Total metaphor counts match annotation files
  • System frequencies match cmt-systems.json
  • Distribution claims accurate
  • Percentages calculated correctly

3. Consistency Check

Ensure internal consistency:

  • System names match throughout
  • Quote IDs reference correct annotations
  • Thesis supported by evidence presented
  • No contradictory claims

Output Files

mip-analysis/essay/verification-report.md

markdown
# Verification Report

## Quote Verification

| Quote | Source | Status | Notes |
|-------|--------|--------|-------|
| "green light..." | Ch. 1 | ✓ Verified | |
| "valley of ashes..." | Ch. 2 | ✓ Verified | |
| ... | ... | ... | ... |

### Summary
- Total quotes checked: N
- Verified accurate: N
- Corrections needed: N

## Quantitative Verification

| Claim | Source | Expected | Actual | Status |
|-------|--------|----------|--------|--------|
| Total metaphors | annotations/*.json | 67 | 67 | ✓ |
| System 1 frequency | cmt-systems.json | 18 | 18 | ✓ |
| ... | ... | ... | ... | ... |

## Corrections Made

[List any corrections applied to analysis.md]

## Verification Complete
Date: [date]
All quotes verified: Yes/No
All claims verified: Yes/No

mip-analysis/essay/appendix.md

markdown
# Appendix: Sample Metaphor Annotations

This appendix provides 15-20 representative examples of the metaphor annotations
generated through the MIP (Metaphor Identification Procedure) analysis.

---

## Annotation Format

Each entry includes:
- **Quote**: The exact text from the novel
- **Location**: Chapter and paragraph
- **Lexical Unit**: The metaphorical word/phrase
- **Basic Meaning**: Concrete, physical sense
- **Contextual Meaning**: Meaning in this passage
- **MIPVU Type**: Indirect, direct, or implicit
- **CMT Mapping**: Source → Target domain
- **Function**: Thematic role

---

## Sample Annotations

### 1. [ID: ch1-003]

> "stretched out his arms toward the dark water in a curious way"

**Location**: Chapter 1, paragraph 47
**Lexical Unit**: "stretched out"
**Basic Meaning**: Physical extension of limbs
**Contextual Meaning**: Yearning, reaching for the unattainable
**MIPVU Type**: Indirect
**CMT Mapping**: DESIRE IS PHYSICAL REACHING
**Function**: Characterization of Gatsby's longing

---

[Continue for 15-20 total examples, selecting from each CMT system]

---

## Distribution by System

| CMT System | Examples in Appendix |
|------------|---------------------|
| DESIRE IS LIGHT | 5 |
| DECAY IS WASTE | 4 |
| PAST IS PLACE | 4 |
| WEALTH IS DISPLAY | 4 |

## Full Annotation Data

Complete annotation files available in `mip-analysis/annotations/`

Selection Criteria for Appendix

Include annotations that:

  1. Represent each of the 4 CMT systems (4-5 per system)
  2. Show variety in MIPVU types
  3. Demonstrate clear MIP analysis
  4. Come from different chapters
  5. Include both novel and conventional metaphors

Success Criteria

  • All essay quotes verified against source text
  • Any errors corrected in analysis.md
  • Quantitative claims validated
  • Appendix contains 15-20 well-documented examples
  • Verification report complete
  • Ready for /mip-pdf phase