AgentSkillsCN

creative-analysis

将创意作品(剧本、叙事、故事、影片、游戏)引导至恰当的分析流程。可通过涉及脚本分析、叙事拆解、故事反馈、创意作品评估、结构诊断、算法提取,或任何“分析这一[创意作品]”的变体来触发。根据用户意图选择分析流程:P1 优先级的初步筛选、P2 结构诊断、P3 工艺修订、P4 学术分析、P5 市场评估、P6 机制提取,或 P7 全面分析。对于以修订为导向的需求,默认采用 P3(工艺)流程。

SKILL.md
--- frontmatter
name: creative-analysis
description: Route creative work (scripts, narratives, stories, films, games) to appropriate analysis protocols. Triggers on requests involving script analysis, narrative breakdown, story feedback, creative work evaluation, structural diagnosis, algorithm extraction, or any variation of "analyze this [creative work]". Selects protocol based on user intent: triage (P1), structural diagnosis (P2), craft revision (P3), scholarly analysis (P4), market assessment (P5), mechanism extraction (P6), or comprehensive analysis (P7). Default to P3 (Craft) for revision-oriented requests.

Creative Analysis Protocol Router

Systematic selection and invocation of narratological analysis protocols for creative work.

Protocol Selection Logic

Quick Selection

User IntentProtocolTime
"Worth pursuing?" / "Should I read this?"P1-TRIAGE30-60 min
"What's structurally broken?"P2-STRUCTURAL2-3 hrs
"How do I fix this?" / "Give me notes"P3-CRAFT4-5 hrs
"Analyze this theoretically" / "For a paper"P4-SCHOLARLY6-8 hrs
"Will this sell?" / "Commercial potential?"P5-MARKET3-4 hrs
"How does this technique work?"P6-EXTRACTION4-6 hrs
"Full analysis" / "Everything"P7-COMPREHENSIVE8-12 hrs

Decision Tree

code
START
  │
  ├─ Is this a gatekeeping decision? ──────────────► P1-TRIAGE
  │
  ├─ Is the focus commercial viability? ───────────► P5-MARKET
  │
  ├─ Is this for academic/scholarly output? ───────► P4-SCHOLARLY
  │
  ├─ Is the goal to extract technique/mechanism? ──► P6-EXTRACTION
  │
  ├─ Is comprehensive documentation needed? ───────► P7-COMPREHENSIVE
  │
  ├─ Is this a structural overhaul (pre-polish)? ──► P2-STRUCTURAL
  │
  └─ Is this revision guidance for a working draft?► P3-CRAFT (DEFAULT)

Trigger Patterns

PatternMaps To
"quick read", "first look", "recommend or pass"P1
"structure", "architecture", "act breakdown"P2
"revision", "notes", "feedback", "fix"P3
"academic", "paper", "theory", "framework"P4
"market", "sell", "commercial", "audience"P5
"technique", "mechanism", "algorithm", "how does X work"P6
"full", "comprehensive", "everything"P7

Protocol Invocation

After selecting protocol, invoke corresponding skill:

  • P1: Load protocol-triage/SKILL.md
  • P2: Load protocol-structural/SKILL.md
  • P3: Load protocol-craft/SKILL.md
  • P4: Load protocol-scholarly/SKILL.md
  • P5: Load protocol-market/SKILL.md
  • P6: Load protocol-extraction/SKILL.md
  • P7: Load protocol-comprehensive/SKILL.md

Escalation Rules

Monitor for triggers requiring protocol upgrade:

DuringIf You FindEscalate To
P1Fundamental structural issuesP2
P2Character-driven problemsP3
P3Needs theoretical framingAdd P4 elements
AnyCommercial questions ariseAdd P5 supplement
AnyMechanism worth formalizingAdd P6 extraction

Output Confirmation

Always confirm protocol selection with user before proceeding:

code
Selected: P[#] — [PROTOCOL NAME]

This will produce:
- [Document 1]
- [Document 2]
- ...

Estimated time: [X] hours
Proceed? [Y/n]

Cross-References

  • Templates: /mnt/project/coverage-template.md, /mnt/project/beat-map-template.md, etc.
  • Algorithms: /mnt/project/mckee_narratological_algorithms_complete.md, etc.
  • Meta-framework: /mnt/project/attention_mechanics_meta_principles.md