rcf-lite

Stravica/rcf-lite
★ 2 stars JavaScript Code/Dev Tools Updated 1d ago
RCF Build Lite - CLI, MCP server, view tool, and SDD build adapter for the Requirements Confidence Framework.
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": {
    "rcf-lite": {
      "command": "npx",
      "args": [
        "-y",
        "Stravica/rcf-lite"
      ]
    }
  }
}

README Excerpt

Tooling for the [Requirements Confidence Framework (RCF)](https://stravica.ai/rcf-methodology): a method for keeping AI-built software honest. Anyone who has shipped with a coding agent knows the failure mode. The code arrives fast, but what the product is supposed to do lives in prompt history, and prompt history is not a spec. RCF keeps a live, machine-checkable chain from what you asked for, through requirements, user stories, acceptance criteria and tests, into the code itself, as plain JSON

Topics

climcprcfrequirements-engineeringtraceability