windsurf-core-workflow-b

Solid

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".

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 B — Workflows & Memories ## Overview Windsurf Workflows are reusable, multi-step automation sequences saved as markdown files and invoked via slash commands in Cascade. Memories are persistent facts that survive across sessions. Together they eliminate repetitive prompting and maintain project context. ## Prerequisites - Windsurf with Cascade enabled - Understanding of `windsurf-core-workflow-a` (Write mode) - `.windsurfrules` configured ## Instructions ### Step 1: Create a Workflow File Workflows live in `.windsurf/workflows/` as markdown files. Each becomes a slash command. ```markdown <!-- .windsurf/workflows/new-feature.md --> --- name: new-feature description: Scaffold a new feature with service, route, and tests --- ## Steps 1. Ask the user for: feature name, description, and which database tables are involved 2. Create `src/services/${feature-name}.ts` with: - CRUD methods using Result<T,E> pattern - Input validation with zod schemas - JSDoc comments on all public methods 3. Create `src/routes/${feature-name}.ts` with: - GET, POST, PUT, DELETE route handlers - Request validation middleware - Consistent error response format 4. Create `tests/services/${feature-name}.test.ts` with: - Unit tests for all service methods - Both success and error paths 5. Run `npx vitest run tests/services/${feature-name}.test.ts` 6. If tests pass, report success. If not, fix and re-run. ``` Invoke in Cascade: `/new-feature` ### Step...

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-a

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".

2,266 Updated today
jeremylongshore
AI & Automation Solid

windsurf-flows-automation

Create and manage Windsurf Flows for repetitive tasks. Activate when users mention "windsurf flows", "task automation", "workflow automation", "repetitive tasks", or "process automation". Handles Flow creation and management. Use when working with windsurf flows automation functionality. Trigger with phrases like "windsurf flows automation", "windsurf automation", "windsurf".

2,266 Updated today
jeremylongshore
AI & Automation Solid

windsurf-deploy-integration

Deploy applications using Windsurf's built-in deployment features and Cascade automation. Use when deploying apps from Windsurf, configuring Netlify/Vercel integration, or building deployment workflows with Cascade. Trigger with phrases like "deploy windsurf", "windsurf deploy", "windsurf netlify", "windsurf vercel", "cascade deploy".

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
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