Each app accepts only the facts needed for the workflow boundary. It does not ask an LLM to freeball the business decision.
Workflow App Examples
Workflow apps built on Decide
Krafthaus is the forward-deployed product layer that installs Decide into consequential customer workflows. Three live software-company workflow apps prove the delivery layer: quote approval, AI agent action, and customer onboarding readiness.
Live app surfaces
Three proofs of the same delivery layer.
Each app has a public surface, a closed intake, a pinned Application Manifest v1, a direct_declarative_rulebook binding, a Decision Record, and an execution handoff before the customer workflow moves.
Enterprise quote approval before sales sends pricing, discount, or nonstandard terms. Governed action: send_enterprise_quote.
AI agent action boundary before customer-facing autonomous software acts. Governed action: execute_ai_agent_action.
Customer onboarding readiness before implementation moves to go-live. Governed action: launch_customer_go_live.
What repeats
The app changes. The contract stays stable.
All three live examples use direct_declarative_rulebook and reject customer executable rulebooks in production.
Decide returns required binding material: runtime binding, rulebook contract, application verdict, input hash, and rulebook attestation.
Krafthaus turns the verdict into a next action: send, route, block, execute, or review.
Contracts and proposal paths
Use the examples as proof, then scope one company workflow.
Machine-readable contract for intake fields, direct rulebook binding, record fields, action boundary, and sales ops handoff.
Manifest AI Agent Action ManifestMachine-readable contract for agent action facts, direct rulebook binding, Decision Record, and execution handoff.
Manifest Customer Onboarding Readiness ManifestMachine-readable contract for readiness facts, direct rulebook binding, Decision Record, and CS onboarding handoff.
Proposal Quote approval sprintUse the proposal template to tailor quote approval around discounts, custom terms, legal review, and owner routing.
Proposal AI agent action sprintUse the proposal template to tailor an AI action boundary around confidence, consent, approval, reversibility, and risk.
Proposal Customer onboarding sprintUse the proposal template to tailor onboarding readiness around go-live blockers, implementation status, and launch handoff.
Category wrapper
This is the system, not three disconnected demos.
The examples make Krafthaus legible as the workflow app layer on Decide. Start with one consequential workflow, package the operating surface, and let Decide own deterministic verdicts, records, replay, and verification.