Skip to content
    ↑↓ select↵ openesc close
    English中文
    emergent-company

    Epf

    v0.3.0Other
    opencode-epf

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

    GitHub stars

    3

    Monthly installs

    58

    8 in 7 days

    Composite scoreSCORE

    35.8

    Multi-signal model

    Last commit

    7 days ago

    2026-08-13

    Install and configure

    opencode.json

    Writes to this project's opencode.json — applies to this repository only.

    opencode.json

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

    opencode loads npm dependencies through its embedded runtime on startup and caches them locally — no manual global install needed.

    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