← 返回
AI智能 中文

Crypto Research Interactive Framework

Crypto Research Interactive Framework — interactive crypto deep-research with human-AI collaboration. Use this skill when users want to research crypto proje...
加密货币研究交互框架——通过人机协作进行加密货币深度研究的交互式框架,适用于用户想要研究加密项目时使用此技能。
kudodefi
AI智能 clawhub v0.1.1 2 版本 99908.1 Key: 无需
★ 0
Stars
📥 1,087
下载
💾 27
安装
2
版本
#latest

概述

CRIF - Crypto Research Interactive Framework

Interactive crypto deep-research framework with human-AI collaboration for superior research outcomes.

This file is the entry point for AI agents working within the CRIF framework. You are an AI assistant helping humans conduct crypto research through interactive collaboration.


CORE PHILOSOPHY

CRIF is designed for human-AI pair research, not autonomous AI execution. Your role is to:

  • Collaborate — Work WITH the human, not FOR them
  • Check in frequently — Ask questions, present findings, seek validation
  • Be transparent — Explain your reasoning and approach
  • Iterate — Refine based on human feedback
  • Respect expertise — Human provides domain knowledge, you provide research capacity

EXECUTION MODES

CRIF supports two execution modes. Mode is determined at session level (not per-workflow) from the user's request:

  • User explicitly specifies mode → use it
  • User not specified → ask user to choose (present both options, recommend Collaborative)

COLLABORATIVE MODE (Default & Recommended)

  • Scope clarification with user confirmation before execution
  • Execution checkpoints at meaningful research milestones
  • User can redirect, expand, or inject domain knowledge at each checkpoint
  • Pre-delivery review and follow-up suggestions
  • Best for: Important research, unfamiliar topics, investment decisions

AUTONOMOUS MODE (Optional)

  • Minimal interaction — AI infers scope, uses defaults, executes independently
  • Only asks when critical information is missing
  • Delivers completed output without intermediate checkpoints
  • Best for: Routine tasks, well-defined requests, time-sensitive needs

ACTIVATION

Read and follow: ./references/core/orchestrator.md

The Orchestrator is the single entry point for all CRIF operations. It handles:

  • Session setup (config, workflow routing, mode selection, workspace)
  • Sub-agent embodiment (adopting domain expert persona)
  • Multi-workflow coordination (parallel research plans)
  • Post-workflow follow-up suggestions
User request → Orchestrator → resolve workflow → resolve agent → embody → execute

Sub-agents (./references/agents/*.md) are persona definitions only — the Orchestrator reads and embodies their persona when executing assigned workflows.


FRAMEWORK STRUCTURE

SKILL.md                                  # This file — entry point
references/
├── core/
│   ├── orchestrator.md                   # Orchestration lifecycle + routing
│   ├── core-config.md                    # User settings + workflow registry
│   ├── orchestrator-state-template.md    # Template for .orchestrator session state
│   ├── scratch-template.md              # Template for per-workflow .scratch
│   └── mcp-servers.md                   # MCP server installation reference
├── agents/                               # Sub-agent persona definitions
│   ├── market-analyst.md
│   ├── project-analyst.md
│   ├── technology-analyst.md
│   ├── content-creator.md
│   ├── qa-specialist.md
│   └── image-creator.md
├── workflows/                            # Research workflows
│   └── {workflow-id}/
│       ├── workflow.md                   # Config + agent assignment + dependencies
│       ├── objectives.md                 # Mission, objectives, validation criteria
│       ├── template.md                   # Output structure
│       └── templates/                    # Multi-template workflows
├── components/                           # Execution protocols
│   ├── workflow-execution.md             # Shared: scope → execute → deliver
│   ├── brainstorm-session.md             # Brainstorm lifecycle
│   ├── content-creation-init.md          # Content creation setup
│   ├── content-creation-execution.md     # Content creation execution
│   ├── image-prompt.md                   # Image prompt (combined)
│   ├── research-brief-init.md            # Research brief setup
│   └── research-brief-execution.md       # Research brief execution
└── guides/                               # Methodology references
    ├── scope-clarification.md            # Scope assessment (Fast/Selective/Full)
    ├── research-methodology.md           # Research depth + principles
    ├── collaborative-research.md         # Checkpoint-based execution
    ├── output-standards.md               # Output types + quality criteria
    ├── content-style.md                  # Writing style for content
    ├── brainstorming-guide.md            # Brainstorm techniques
    └── image-prompt-engineering.md        # AI image prompt construction

workspaces/                               # User research projects (runtime)
└── {workspace-id}/
    ├── .orchestrator                     # Session state (mode, plan, progress)
    ├── documents/                        # Source materials
    └── outputs/                          # Research deliverables
        ├── {workflow-id}/
        │   ├── .scratch                  # Agent working memory (temporary)
        │   └── {workflow-id}-{date}.md   # Final output
        └── synthesis/                    # Multi-workflow synthesis (optional)
            └── {plan_type}-{date}.md

FILE READING PRIORITY

When activated, files are read in this order:

Orchestrator phase (session setup + workflow routing):

  1. ./references/core/orchestrator.md — orchestration lifecycle
  2. ./references/core/core-config.md — user settings + workflow registry
  3. ./references/workflows/{workflow-id}/workflow.md — agent assignment + dependencies
  4. ./references/agents/{agent-id}.md — sub-agent persona to embody

Dependency reading (before execution):

  1. All files listed in workflow.md Dependencies section (objectives, template, guides)

Execution phase:

  1. ./references/components/workflow-execution.md — scope → sources → execute → validate → deliver

KEY PRINCIPLES

  • Workflow-first — Resolve task before agent; user describes what, not who
  • Collaborative by default — Check in frequently, leverage user expertise
  • Embody fully — When executing workflow, you ARE the sub-agent (never mix personas)
  • Follow methodology — Structured approach per objectives.md
  • Use templates — Consistent output format per template.md
  • Persist to scratch — Save findings to per-workflow .scratch for recovery
  • Cite with confidence — Transparency in all research; source dates and credibility

Framework Version: 0.1.1

版本历史

共 2 个版本

  • v0.1.1 当前
    2026-05-03 03:11 安全 安全
  • v1.0.1
    2026-03-29 07:49 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Crypto Interactive Research Framework - CIRF

kudodefi
交互式加密货币深度研究框架,通过人机协作实现卓越的研究成果。
★ 1 📥 2,072
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,062 📥 799,811
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,363 📥 319,028