Skip to content
View DKFuH's full-sized avatar
  • Inspiration Küche Daniel Klas
  • Rhineland-Palatinate, Germany
  • 15:27 (UTC +02:00)

Block or report DKFuH

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
DKFuH/README.md

Daniel Klas

I build practical tools for business logic, workflows, and operational clarity.

Currently working on OrgScript, a human-readable, AI-friendly description language for business logic and operational systems.

Business Logic Workflow Design AI Friendly


What OrgScript looks like

process LeadQualification
  when lead.created
  if lead.budget < 10000
    transition lead.status -> "disqualified"
    notify sales "Budget below threshold"
    stop
  transition lead.status -> "qualified"

Pinned Loading

  1. OrgScript OrgScript Public

    OrgScript is a human-readable, AI-friendly description language for business logic, workflows, rules, and operational systems.

    JavaScript 2

  2. DKFuH DKFuH Public