authoring-workflowslisted
Install: claude install-skill nemori-ai/cc-master
# Workflow Authoring Is Not Ported To Cursor Yet
Do not use the Claude Code Workflow API instructions in Cursor IDE Agent.
This skill is intentionally a stub in the Cursor 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.
Before enabling this skill for Cursor, verify and document a Cursor-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 Task subagent + background shell dispatch per master-orchestrator-guide rather than pretending the Claude Code Workflow tool exists.