flow-engineering

Rene-Kuhm/flow-engineering
★ 0 stars Python Code/Dev Tools Updated 2d ago
Spec-driven orchestration for AI-assisted software delivery, with persistent context, verification workflows, CLI tooling, and an optional read-only MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "flow-engineering": {
      "command": "uvx",
      "args": [
        "flow-engineering"
      ]
    }
  }
}

Or install with pip: pip install flow-engineering

README Excerpt

> Orchestrator of the Agentic & Context-Driven closed loop: **INTENT → CONTEXT → SPEC → APPLY → VERIFY → ARCHIVE**. `flow-engineering` is an opinionated Python orchestrator that closes the loop between saved decisions (Engram), code structure (Graphify), and shipped behavior. It implements **SDD (Spec-Driven Development)** end-to-end with strict TDD, drift detection, and cross-session recovery.

Topics

ai-agentsclicontext-engineeringdeveloper-toolsmcppythonsoftware-engineeringspec-driven-development