[WORKFLOWS]
Create, manage and run workflows.
// Creates 1-user-signup-login.md under ./.qlood/workflows
$ /wfadd I need a workflow that test the user signup and login
// List workflows
$ /wfls
// Run workflow #1
$ /wf 1
// Run all workflows
$ /wfall
// Update workflow #1
$ /wdupdate 1
// Delete workflow #1
$ /wfdel 1