Workflow Authoring Is Not Ported To kimi-code Yet
Do not use the Claude Code Workflow API instructions in kimi-code.
This skill is intentionally a stub in the kimi-code projection because the source skill teaches Claude Code dynamic workflows: Workflow tool, agent(), parallel(), pipeline(), phase(), log(), workflow(), background task IDs, and <task-notification> completion. kimi has no verified equivalent (no Workflow tool; the manifest has no agents field for custom roles).
Before enabling this skill for kimi-code, verify and document a kimi-native equivalent for:
- deterministic multi-agent workflow execution;
- background execution and completion notification;
- resume/cache semantics;
- supported scripting runtime and API shape;
- resource caps and budget reporting.
Until then, use built-in Task subagent roles (coder/explore/plan/general), Agent Swarm, or background Bash task dispatch per master-orchestrator-guide rather than pretending the Claude Code Workflow tool exists.