Layer 1 · Architect
Signalnio
Defines system architecture, trust boundaries, and shared standards across the stack.
- Decision architecture
- System design constraints
- Shared standards and governance
Signalnio designs the architecture. Decide.fyi checks the rules. Krafthaus turns the workflow into an app.
Layer 1 · Architect
Defines system architecture, trust boundaries, and shared standards across the stack.
Layer 2 · Engine
Decision API for deterministic verdicts and decision records.
Layer 3 · Interface
Workflow app layer for turning repeated company handoffs into governed apps.
An illustrative quote approval, from request to owner review.
Architecture and shared standards by Signalnio.
01Workflow request
A team requests terms outside its agreed pricing rules.
02Decide.fyi · Rule check
The engine flags the exception and attaches a Decision Record.
03Krafthaus · Review handoff
The workflow app routes the quote to its owner with the record attached.
Run the example to follow each step.
Input
{
"workflow": "quote_approval",
"action": "send_nonstandard_terms",
"guardrail": "Preserve margin floor"
}Engine response (Decide.fyi)
{
"verdict": "REVIEW",
"action": "route_to_owner",
"request_id": "req_8g2m1k",
"decision_record": "attached"
}Interface output (Krafthaus)
Quote approval gate Result: route nonstandard terms to owner Rulebook: bound Delivery: handoff + audit trace
Workflow request → Decide.fyi rule check → Krafthaus review handoff.
Production links: decide.fyi · krafthaus.app