跳到主要内容
    ↑↓ 选择↵ 打开esc 关闭
    中文English
    emergent-company

    Epf

    v0.3.0其他
    opencode-epf

    OpenCode plugin for EPF (Emergent Product Framework) — proactive guardrails and on-demand dashboards

    GitHub 星标

    3

    月装机量

    58

    近 7 天 8

    综合评分SCORE

    35.8

    生态多维模型

    最近提交

    7 天前

    2026-08-13

    快速安装与配置

    opencode.json

    写入当前项目的 opencode.json,只对这个仓库生效。

    opencode.json

    {
      "$schema": "https://opencode.ai/config.json",
      "plugin": ["opencode-epf@0.3.0"]
    }

    opencode 启动时会通过内嵌运行时自动加载 npm 依赖并缓存至本地目录,无需手动在全局环境执行安装。

    This is the EPF (Emergent Product Framework) instance for test-product.

    Directory Structure

    • READY/ - Strategic foundation phase

      • 00_north_star.yaml - Vision, mission, values
      • 01_insight_analyses.yaml - Market research
      • 02_strategy_foundations.yaml - Core strategy elements
      • 03_insight_opportunity.yaml - Opportunity analysis
      • 04_strategy_formula.yaml - Strategic approach
      • 05_roadmap_recipe.yaml - Execution roadmap
    • FIRE/ - Execution phase

      • definitions/ - Feature & track definitions
      • value_models/ - Value creation models
      • workflows/ - Process workflows
    • AIM/ - Assessment phase

      • living_reality_assessment.yaml - Persistent baseline
      • assessment_reports/ - Cycle assessments
    • outputs/ - Generated documents

    Validation

    # Validate this instance
    epf-cli health
    
    # Validate specific file
    epf-cli validate READY/00_north_star.yaml
    
    # Generate health report
    epf-cli report --format html -o report.html