From tmux-session-tools
Create a custom tmux workflow command for your project
How this command is triggered — by the user, by Claude, or both
Slash command
/tmux-session-tools:create-workflow workflow-nameThe summary Claude sees in its command listing — used to decide when to auto-load this command
Use the Task tool to spawn the `create-workflow-agent` subagent from this plugin.
Pass these values to the agent in the prompt:
- Plugin root path: `${CLAUDE_PLUGIN_ROOT}`
- Current working directory: `${CWD}`
- Optional workflow name: `$1` (if provided)
The agent will:
1. Analyze the current project structure using detection scripts
2. Identify project type, frameworks, and available scripts
3. Suggest an appropriate tmux layout based on project type
4. Guide user through customizing pane names, commands, and watch intervals
5. Generate an executable workflow command that can be reusedUse the Task tool to spawn the create-workflow-agent subagent from this plugin.
Pass these values to the agent in the prompt:
${CLAUDE_PLUGIN_ROOT}${CWD}$1 (if provided)The agent will:
npx claudepluginhub koromiko/my_claudecode_marketplace/create-workflowGenerate an n8n workflow JSON from a natural language automation description, with error handling, metadata, and credential setup instructions.
/create-workflowCreates a structured markdown workflow document from a repeatable multi-step process extracted from the conversation.
/create-workflowScaffolds a custom swarm workflow by generating a mode skill and shortcut command. Prompts for workflow purpose and structure type, then produces the files.
/create-workflowCreates multi-phase workflow definitions with JIT resource loading, progress tracking, structured phases, and metadata.