opencode-epfOpenCode plugin for EPF (Emergent Product Framework) — proactive guardrails and on-demand dashboards
3
58
8 in 7 days
35.8
Multi-signal model
7 days ago
2026-08-13
Install and configure
opencode.jsonWrites 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"]
}Writes to ~/.config/opencode/opencode.json — applies to every project.
~/.config/opencode/opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-epf@0.3.0"]
}If you want to modify the plugin locally, install it into the project and reference the local path.
shell
pnpm add -D opencode-epfopencode 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