Warp Workflows
Section titled “Warp Workflows”Workflow Location
Section titled “Workflow Location”Source of Truth: C:\Users\Admin\.warp\workflows\
All workflow YAML files are stored in Warp’s configuration directory. This document provides descriptions and usage instructions.
How to Use Workflows
Section titled “How to Use Workflows”Method 1: Workflow Picker (Recommended)
Section titled “Method 1: Workflow Picker (Recommended)”- Open Warp terminal
- Press
Ctrl+Shift+RorCmd+Shift+R(check Warp settings for exact keybinding) - Search for the workflow name
- Fill in parameters
- Execute
Method 2: Hash Command
Section titled “Method 2: Hash Command”- Type
#in the terminal - The workflow picker should appear (if enabled)
- Search and execute
Note: If # doesn’t work, check Warp Settings → Features → Workflows to ensure they’re enabled.
Available Workflows
Section titled “Available Workflows”Generate KB Folder Structure
Section titled “Generate KB Folder Structure”File: generate-kb-folder-structure.yaml
Purpose: Scans the Business KB filesystem and generates filtered folder structure markdown files at specified depth levels.
Parameters:
folder_levels(default: 2) - Number of folder levels to include, excluding Business rootoutput_folder(default:D:\FSS\KB\Business\00_KB Home\) - Where to save output files
Outputs:
Folder_Structure-Filtered.md- Folders onlyFolderFile_Structure-Filtered.md- Folders and files
Exclusions: Respects patterns: node_modules, .git, .gitignore, dist, .next, .trash, .obsidian, out
Usage Example:
- Default: Generates 2-level folder structure in default location
- Custom: Set
folder_levelsto 3 for deeper structure
Troubleshooting
Section titled “Troubleshooting”Workflows Not Appearing
Section titled “Workflows Not Appearing”- Check if workflows are enabled: Warp Settings → Features → Workflows
- Verify files exist in:
%USERPROFILE%\.warp\workflows\ - Restart Warp
- Check keybindings in Warp Settings
Alternative: Direct Script Execution
Section titled “Alternative: Direct Script Execution”If workflows aren’t working, use the PowerShell script directly:
D:\fss\kb\Business\03_Processes\AI\Warp\Workflows\generate-kb-structure.ps1 -FolderLevels 2