Keyword Workflows


Instead of local flows, you drive recurring processes through keywords that the MCP server resolves into multi-step workflows.

How it works

  1. resolve-keyword({ keyword: "KIDOKU" }) returns a workflow_id.
  2. get_workflow_step({ workflow_id }) returns step 1.
  3. Implement each step and submit it via submit_step_result(...).
  4. The next step arrives automatically — until workflow_complete.

Available keywords

  • KIDOKU FULL — documentation sequence (9 steps)
  • CONTENT CREATION — session insight as a briefing row (5 steps)
  • SUMMARY — status + recommendation in one block
  • DEPLOYMENT — check branch deploy-ready + push