Skip to content

Latest commit

 

History

History
85 lines (72 loc) · 4 KB

File metadata and controls

85 lines (72 loc) · 4 KB

Open Workflow Library — Roadmap

The authoritative roadmap lives in docs/roadmap.md. This top-level file is a short pointer kept in sync with that document. When the two disagree, docs/roadmap.md wins.

Open Workflow Library is an open workflow intelligence project that collects, indexes, validates, and proposes repairs for automation workflows across frameworks. The starting dataset is an inherited n8n workflow collection; the tooling is framework-agnostic by design.

This roadmap is intentionally honest. Items that are not on this list are not planned. Items below are derived from docs/roadmap.md and docs/status.md.

Shipped stages

  • Foundation V0 — workflow collection consolidated, JSON schemas for IR / metadata / repair / learning events, read-only audit tool, seed wiki content.
  • Security Sanitization — secret-pattern scan with [REDACTED] replacement before any write. Current audit run reports 0 possible secret findings.
  • Expansion Pack V0 — 420 deterministic n8n templates under workflows/generated/open-workflow-library-v0/, each with workflow.json, workflow.ir.json, and a README, placeholders only. Structurally validated by tools/validate_generated_pack.py.
  • Intelligence Core V1 — unified catalog, search CLI, schema validator, duplicate analyzer, repair-proposal generator, deterministic prompt-to-IR MVP (keyword rules, not an LLM), wiki seed builder.
  • Workflow Runtime Proof V1 — IR→n8n exporter, static n8n compatibility validator, prompt→IR→n8n orchestrator with per-prompt proof folder, runtime repair proposals, learning event generator, human review queue aggregator. Static validation only.
  • Public Readiness Hardening V1 — README quickstart + honest status table, SECURITY.md, structured GitHub issue/PR templates, CONTRIBUTING.md rewrite, .gitignore, the docs set listed in docs/roadmap.md, public-claims audit tool, final-readiness orchestrator.

Next

  • Behavioural n8n sandbox validation — import at least one runtime-proof workflow into a sandbox n8n instance, replace placeholders, trigger the workflow, record outcomes as learning events. Required before any "behaviourally validated" language can appear in the repository.
  • Dedupe / review pass — triage the 289 exact-content duplicate groups surfaced by tools/analyze_duplicates.py and the review-queue items, one PR at a time. Nothing is auto-deleted.
  • Curated workflow packs — hand-reviewed packs for selected domains, each with explicit safety notes and a documented review trail.
  • LLM-backed prompt-to-workflow — replace the keyword-rule MVP with a retrieval-grounded LLM pipeline that consumes the catalog and wiki. The deterministic MVP stays as a baseline and fallback.
  • Dify exporter — emit Dify-compatible workflow JSON from the Universal IR using a conservative node whitelist.
  • LangGraph exporter — emit a LangGraph-compatible graph definition from the Universal IR.
  • Hosted documentation / site — a static site built from docs/ and wiki/ content. No new content is created for the site.

Explicitly out of scope

These are not on the roadmap and will not be added without an explicit maintainer decision:

  • Self-healing workflows.
  • Certified integrations.
  • Production-ready / production-certified positioning.
  • Full autonomous self-improvement. Learning events stay evidence; promotion to curated wiki rules requires a human PR.
  • Full multi-framework support. Today only n8n export exists. Dify and LangGraph exporters are planned; Make and Zapier are documented but not built.
  • Regulatory compliance (HIPAA, SOC 2, GDPR, etc.).
  • Clinical, legal, or financial advice in any workflow.

How to contribute

See CONTRIBUTING.md. Workflow submissions and tool changes must pass the local validation set listed there and in docs/maintainer-release-checklist.md.

Last reviewed: 2026-05-24.