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

pov-expansion视角扩展

Agent Skill

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

总安装

264

周安装

11

GitHub Stars

5

下载量

88
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/dangeles/claude --skill pov-expansion

简介

pov-expansion 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于视角扩展类研究任务,支持基于关键词或场景的线索筛选。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装使用。
  • 安装前应检查权限范围、项目维护状态及潜在的文件或网络操作风险。
  • 具体功能需参考原始 SKILL.md 和 README 文档进一步确认。

SKILL.md

POV-Expansion: Cross-Domain Perspective Generation

Generate systematic cross-domain perspectives through boundary spanning research frameworks. Uses structure-mapping theory, convergence tracking, and transfer evaluation to identify analogous problems and transferable solutions.

When to Use

Use this skill when:

  • Stuck on a problem - Need fresh perspectives from outside your domain
  • Evaluating analogies - Want to assess if approach from field X applies to field Y
  • Seeking breakthrough insights - Ready for 2-3 hour deep exploration
  • Have structured problem - Can articulate problem clearly enough for abstraction

When NOT to Use

Do NOT use when:

  • Exploratory browsing - No specific problem statement (use /research-pipeline instead)
  • Time-constrained - Need answer in <1 hour (this workflow takes 2-3 hours minimum)
  • Well-understood problem - Already know the solution domain (direct research faster)
  • Vague problem - Cannot articulate problem clearly (refine first)

Architecture

Three-tier architecture:

  1. Orchestrator: pov-expansion-pm (coordinates workflow, handles exceptions)
  2. Specialist Agents: 5 new agents for abstraction, perspective generation, synthesis, transfer evaluation
  3. Supporting Skills: Reuses requirements-analyst, fact-checker, devils-advocate, editor, strategist

Pre-flight Validation

Before invoking /pov-expansion, verify:

  • Problem statement is specific (not "improve product" but "reduce onboarding time")
  • Expected runtime: 2-3 hours (workflow cannot be rushed)
  • Dependencies available: requirements-analyst, fact-checker, devils-advocate, editor, strategist skills exist

The 12-Stage Pipeline

Stage 0: Archival Guidelines Review

Owner: pov-expansion-pm (automatic) Duration: 2-5 min Checkpoint: Never (always runs automatically) Session Setup: Creates /tmp/pov-session-{YYYYMMDD-HHMMSS}-{PID}/

Initialize workflow session and extract archival guidelines from project CLAUDE.md.

Process:

  1. Create session directory: /tmp/pov-session-$(date +%Y%m%d-%H%M%S)-$$/
  2. Read project CLAUDE.md (if exists in working directory or parent)
  3. Extract archival guidelines:

- Repository organization (directory structure for cross-domain analyses) - Naming conventions (analysis- prefix for POV expansion outputs) - Git rules (commit after edits, no version-numbered files) - Document structure requirements (Executive Summary, Key Parameters Table) - Citation format (Nature-style inline)

  1. Write archival summary to session directory: archival-guidelines-summary.md
  2. Store session path in workflow state for downstream agents

Output:

session_setup:
  session_dir: "/tmp/pov-session-{timestamp}-{pid}/"
  archival_summary_path: "{session_dir}/archival-guidelines-summary.md"
  guidelines_found: boolean
  guidelines_source: string  # Path to CLAUDE.md or "defaults"

Quality Gate: Session directory created, archival summary written.

Failure Handling:

  • CLAUDE.md not found: Use sensible defaults, log warning
  • Session directory creation fails: ABORT (cannot proceed without session isolation)

Stage 1: Problem Refinement

Owner: requirements-analyst (reused) Duration: 15-30 min Receives: Session directory path from Stage 0 Quality Gate: Specific problem statement with measurable criteria

Stage 2: Problem Abstraction

Owner: pov-abstractor-classifier Duration: 15-30 min Quality Gate: Rasmussen hierarchy populated (5/5 levels)

Stage 3: Domain Classification

Owner: pov-abstractor-classifier Duration: 20-45 min (includes user confirmation) Quality Gate: 4 domains proposed (1+ Near, 1+ Mid, 1+ Far), user confirmed

Stage 4: Parallel Perspective Generation

Owner: pov-perspective-analyst (x4 parallel) Duration: 30-60 min (parallel) Quality Gate: 3+ perspectives complete, each with structural analogies

Stage 5: Parallel Verification

Owner: fact-checker (x2 parallel, reused) Duration: 15-30 min (parallel) Quality Gate: No factual errors in central claims

Stage 6: Convergence Analysis

Owner: pov-synthesizer Duration: 20-40 min Quality Gate: Convergence floor met (1+ theme in 2+ reports)

Stage 7: Transfer Evaluation

Owner: pov-transfer-evaluator Duration: 20-40 min Quality Gate: Transfer feasibility scored, Far field warnings added

Stage 8: Master Synthesis

Owner: pov-synthesizer Duration: 45-90 min Quality Gate: All perspectives integrated, convergent insights highlighted

Stage 9: Strategic Assessment

Owner: strategist (reused skill) Duration: 20-40 min Quality Gate: 3+ actionable recommendations with implementation paths

Stage 10: Adversarial Review

Owner: devils-advocate (reused) Duration: 20-40 min Quality Gate: Critical issues identified, mitigations proposed

Stage 11: Editorial Polish

Owner: editor (reused) Duration: 15-30 min Quality Gate: Consistent voice, no substantive errors

Timeout Configuration

StageTimeoutExceeded Action
0 (Archival)5 minABORT - cannot proceed without session
1 (Refinement)30 minEscalate to user
2 (Abstraction)30 minEscalate to user
3 (Classification)45 minProceed with HIGH confidence domains only
4 (Perspectives)60 min totalProceed with available (minimum 2 required)
4 (per agent)20 minRetry once, then skip
5 (Verification)30 minSkip verification (flag risk)
6 (Convergence)40 minProceed with portfolio framing
7 (Transfer)40 minLower confidence, proceed
8 (Synthesis)90 minEscalate to user
9 (Strategic)40 minSkip (optional)
10 (Review)40 minDeliver without review (flag risk)
11 (Editorial)30 minDeliver as-is, cleanup session

Global Workflow Timeout: 8 hours On Global Timeout: Save state, escalate to user

Session Cleanup:

  • On successful completion (Stage 11 complete): Delete session directory
  • On failure/abort: Retain session directory for debugging (log path to user)

Quality Gate Specifications

Gate 0: Session Initialization (Stage 0)

CheckThresholdAutomated?
Session directory createdexists and writableYes
Archival summary writtenfile existsYes
Session path stored in workflow statepath presentYes

Pass Threshold: 3/3 checks pass On Failure: ABORT - cannot proceed without session isolation

Gate 1: Problem Abstraction (Stage 2)

CheckThresholdAutomated?
Rasmussen levels populated5/5 levelsYes
Structural elements identified>= 3 elementsYes
Constraints defined>= 1 constraintYes
Success metrics measurable>= 1 metricManual

Pass Threshold: 4/4 checks pass On Failure: Return to Stage 1 with feedback (max 2 iterations)

Gate 2: Domain Classification (Stage 3)

CheckThresholdAutomated?
Domains proposed4 domainsYes
Near field present>= 1Yes
Far field present>= 1Yes
User confirmationRequiredNo

Pass Threshold: All checks pass On Failure: Re-run with user guidance

Gate 3: Perspective Generation (Stage 4)

CheckThresholdAutomated?
Perspectives complete>= 3 of 4Yes
Structural analogies per perspective>= 2Yes
Domain-specific examples>= 2 per perspectiveYes
No placeholder text0 instancesYes

Pass Threshold: All checks pass Marginal Pass: 3/4 checks (flag in synthesis) On Failure: Retry failed perspective or proceed with reduced coverage

Gate 4: Transfer Feasibility (Stage 7)

CheckThresholdAutomated?
All perspectives evaluated100%Yes
Structural similarity scoredAll have scoresYes
At least one high-transfer analogy>= 1 with score > 0.6Yes
Far field warnings addedAll Far field have warningsYes

Pass Threshold: 4/4 checks pass Marginal Pass: 3/4 (proceed with caution flag) On Failure: Return to Stage 3 with broadened domains

Gate 5: Synthesis Coherence (Stage 8)

CheckThresholdAutomated?
All perspectives referenced100%Yes
Convergent insights highlighted>= 1Yes
Contradictions resolved0 unresolvedManual
Executive summary presentYesYes

Pass Threshold: All checks pass On Failure: Return to synthesis with feedback

Gate 6: Strategic Actionability (Stage 9)

CheckThresholdAutomated?
Actionable recommendations>= 3Yes
Implementation pathsEach has pathYes
Timeline/effort estimatesPresentYes

Pass Threshold: All checks pass On Failure: Add missing elements or skip stage

Session Directory Structure

Location: /tmp/pov-session-{YYYYMMDD-HHMMSS}-{PID}/

/tmp/pov-session-{YYYYMMDD-HHMMSS}-{PID}/
├── archival-guidelines-summary.md  # Stage 0 output
├── workflow-state.yaml             # Workflow state for resume
├── progress.md                     # Progress tracking
├── stage-1-refinement.md           # Stage 1 output
├── stage-2-abstraction.yaml        # Stage 2 output (structured)
├── stage-3-domains.yaml            # Stage 3 output (structured)
├── stage-4-perspectives/           # Parallel outputs
│   ├── near-field-1.md
│   ├── near-field-2.md
│   ├── mid-field.md
│   └── far-field.md
├── stage-5-verification/           # Parallel outputs
│   ├── verification-1.md
│   └── verification-2.md
├── stage-6-convergence.md
├── stage-7-transfer.md
├── stage-8-synthesis.md
├── stage-9-strategic.md
├── stage-10-review.md
├── stage-11-final.md               # Final deliverable
└── failure-log.md                  # Failure tracking

Workflow State Schema

workflow_state:
  workflow_id: string
  problem_statement: string
  started_at: ISO8601
  current_stage: integer  # 0-11
  stages_completed: [integer]

  session:                              # Added for session management
    session_dir: string                 # /tmp/pov-session-{...}/
    archival_guidelines_path: string    # Path to archival-guidelines-summary.md
    guidelines_found: boolean           # Whether CLAUDE.md was found
    guidelines_source: string           # Path to CLAUDE.md or "defaults"
    cleanup_on_complete: boolean        # Default true

  artifacts:
    stage_0: path | null                # archival-guidelines-summary.md
    stage_1: path | null
    stage_2: path | null
    # ... etc
    stage_11: path | null

  status: enum[in_progress, paused, completed, failed]
  last_checkpoint: ISO8601
  error_log: [string]

Session Handling on Resume:

  • If session directory exists: Reuse existing session
  • If session directory missing: Re-run Stage 0 to recreate (non-destructive)

Error Handling Protocols

Catastrophic Failure Protocol (Stage 4)

When ALL perspective agents fail:

  1. Detection: 0 valid outputs from 4 parallel agents
  2. Check for partial outputs: Any content > 500 chars is "partial"
  3. Present user options:
PERSPECTIVE GENERATION FAILED: All 4 agents failed

Failures:
- Near Field 1: [status]
- Near Field 2: [status]
- Mid Field: [status]
- Far Field: [status]

Options:
(A) Retry SEQUENTIALLY (slower but more stable)
(B) Retry with 2 agents only (Near + Mid fields)
(C) Review partial outputs if available
(D) Abort workflow, preserve problem abstraction

Convergence Floor Protocol

Minimum Convergence Threshold:

  • 1+ themes appearing in 2+ reports, OR
  • 2+ strategies appearing in 2+ reports, OR
  • 1+ structural analogies across 2+ domains

On Zero Convergence:

  1. Re-analyze with relaxed matching (related concepts, not exact)
  2. Look for "anti-convergence" (all agree something doesn't work)
  3. If still zero: Offer portfolio framing (present as independent options, not validated patterns)

User Response Timeout Protocol

GateTimeoutDefault Action
Domain Classification10 minProceed with HIGH confidence domains only
Transfer Feasibility5 minProceed with portfolio view
Strategic Priority5 minPresent all options without prioritization

Parallel Execution

Stage 4: Perspective Generation (Fork-Join)

parallel_execution:
  stage: 4
  pattern: fork_join
  max_agents: 4

  agent_assignment:
    agent_1: "Near Field 1"
    agent_2: "Near Field 2"
    agent_3: "Mid Field"
    agent_4: "Far Field"

  output_paths:
    agent_1: "/tmp/pov-session-{id}/stage-4-perspectives/near-field-1.md"
    agent_2: "/tmp/pov-session-{id}/stage-4-perspectives/near-field-2.md"
    agent_3: "/tmp/pov-session-{id}/stage-4-perspectives/mid-field.md"
    agent_4: "/tmp/pov-session-{id}/stage-4-perspectives/far-field.md"

  completion:
    minimum_required: 2
    proceed_on_timeout: true
    log_missing: true

Stage 5: Verification (Parallel)

parallel_execution:
  stage: 5
  pattern: parallel
  max_agents: 2

  assignment:
    agent_1: "Near + Mid perspectives"
    agent_2: "Far perspective + cross-check"

Success Criteria

  • Diversity: Perspectives span Near, Mid, and Far fields (4 domains minimum)
  • Depth: Structural analogies via structure-mapping principles (>=2 per perspective)
  • Convergence: Cross-perspective insights tracked with measurable algorithm
  • Transferability: Rigorous transfer evaluation with Far field warnings
  • Actionability: Strategic assessment with >=3 recommendations and implementation paths

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

33.48%
按下载量换算29

Claude

32.05%
按下载量换算28

Cursor

17.72%
按下载量换算16

Gemini CLI

10.49%
按下载量换算9

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills