windsurf-core-workflow-a

Solid

Execute Windsurf's primary workflow: Cascade Write mode for multi-file agentic coding. Use when building features, refactoring across files, or performing complex code tasks. Trigger with phrases like "windsurf cascade write", "windsurf agentic coding", "windsurf multi-file edit", "cascade write mode", "windsurf build feature".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Windsurf Core Workflow A — Cascade Write Mode ## Overview Cascade Write mode is Windsurf's primary productivity tool. It acts as an autonomous agent that can create files, modify code across multiple files, run terminal commands, install dependencies, and debug errors -- all from a single natural language prompt. This is the "money-path" workflow for Windsurf users. ## Prerequisites - Windsurf IDE with Cascade enabled - `.windsurfrules` configured (see `windsurf-sdk-patterns`) - Git initialized with clean working tree ## Instructions ### Step 1: Create a Git Checkpoint Always commit or stash before a Cascade session. Cascade writes directly to your files. ```bash git add -A && git commit -m "checkpoint: before cascade session" # Or for uncommitted work: git stash push -m "pre-cascade stash" ``` ### Step 2: Open Cascade in Write Mode Press **Cmd/Ctrl+L** to open the Cascade panel. Ensure "Write" mode is selected (not "Chat"). Write mode allows Cascade to: - Create and modify files - Run terminal commands (with Turbo or per-command approval) - Install dependencies - Read terminal output for debugging - Open browser previews ### Step 3: Write an Effective Prompt Structure your prompt with scope, specifics, and constraints: ``` "In src/services/, create a NotificationService that: 1. Sends email via Resend API (already in package.json) 2. Sends Slack messages via webhook URL from env 3. Uses the Result<T,E> pattern from src/types/result.ts 4. Includes retry logic wi...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

windsurf-core-workflow-b

Execute Windsurf's secondary workflow: Workflows, Memories, and reusable automation. Use when creating reusable Cascade workflows, managing persistent memories, or automating repetitive development tasks. Trigger with phrases like "windsurf workflow", "windsurf automation", "windsurf memories", "cascade workflow", "windsurf slash command".

2,266 Updated today
jeremylongshore
AI & Automation Solid

windsurf-hello-world

Create your first Windsurf Cascade interaction and Supercomplete experience. Use when starting with Windsurf, testing your setup, or learning basic Cascade and Supercomplete workflows. Trigger with phrases like "windsurf hello world", "windsurf example", "windsurf quick start", "first windsurf project", "try windsurf".

2,266 Updated today
jeremylongshore
AI & Automation Solid

windsurf-reliability-patterns

Implement reliable Cascade workflows with checkpoints, rollback, and incremental editing. Use when building fault-tolerant AI coding workflows, preventing Cascade from breaking builds, or establishing safe practices for multi-file AI edits. Trigger with phrases like "windsurf reliability", "cascade safety", "windsurf rollback", "cascade checkpoint", "safe cascade workflow".

2,266 Updated today
jeremylongshore
AI & Automation Solid

windsurf-local-dev-loop

Configure Windsurf local development workflow with Cascade, Previews, and terminal integration. Use when setting up a development environment, configuring Turbo mode, or establishing a fast iteration cycle with Windsurf AI. Trigger with phrases like "windsurf dev setup", "windsurf local development", "windsurf dev environment", "windsurf workflow", "develop with windsurf".

2,266 Updated today
jeremylongshore
AI & Automation Solid

windsurf-sdk-patterns

Apply production-ready Windsurf workspace configuration and Cascade interaction patterns. Use when configuring .windsurfrules, workspace rules, MCP servers, or establishing team coding standards for Windsurf AI. Trigger with phrases like "windsurf patterns", "windsurf best practices", "windsurf config patterns", "windsurfrules", "windsurf workspace".

2,266 Updated today
jeremylongshore