opencode-epfOpenCode 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"]
}写入 ~/.config/opencode/opencode.json,对所有项目生效。
~/.config/opencode/opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-epf@0.3.0"]
}若你要在本地改造这个插件,先装到项目里再从本地路径引用。
shell
pnpm add -D opencode-epfopencode 启动时会通过内嵌运行时自动加载 npm 依赖并缓存至本地目录,无需手动在全局环境执行安装。
README.md
查看原始文件→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