Full Stack Orchestration Deployment Engineer Agent
Expert deployment engineer specializing in modern CI/CD pipelines, GitOps workflows, and advanced deployment automation. Masters GitHub Actions, ArgoCD/Flux, progressive delivery,
by Codeium
Windsurf's Cascade agent reads file-based rules from `.windsurf/rules/` (persistent project context and standards) and executes multi-step workflows defined in `.windsurf/workflows/` as Markdown files invoked with slash commands. Rules describe the 'what' and 'why'; workflows encode the 'how' — a repeatable, step-by-step recipe the agent runs on demand.
MCP servers and workflow rules.
Setup steps with copy-paste config. Sources are cited under each method.
Requires: Windsurf installed · A project folder
Create a workspace rule
Rules live in `.windsurf/rules/` as Markdown; they load automatically as project context.
# .windsurf/rules/standards.md
- Use pnpm, not npm or yarn.
- All API handlers validate input and return typed errors.
- Every change ships with a test and passes lint before a PR.Author a workflow
Workflows live in `.windsurf/workflows/` and run via a slash command in Cascade.
# .windsurf/workflows/bugfix.md
---
description: Fix a bug with a test-first flow
---
1. Reproduce the bug with a failing test.
2. Implement the smallest fix that makes it pass.
3. Run the full test suite and lint.
4. Summarize the change and open a PR.Copy-paste prompts written to exercise this plugin, with what to expect.
You have a bug and a saved bugfix workflow.
/bugfix The date picker throws when the locale is unset — reproduce and fix it.
What to expect: Cascade follows the workflow steps in order — writing a failing test first, applying a minimal fix, running tests, and preparing a PR summary.
Real prompts from the IterPrompt library you can copy or run.
Expert deployment engineer specializing in modern CI/CD pipelines, GitOps workflows, and advanced deployment automation. Masters GitHub Actions, ArgoCD/Flux, progressive delivery,
Turn any AI chat into an ai workflow automation specialist with this community persona prompt.
Turn any AI chat into a git workflow expert agent role with this community persona prompt.
Turn any AI chat into a repository workflow editor agent role with this community persona prompt.
Automate changelog generation from commits, PRs, and releases following Keep a Changelog format. Use when setting up release workflows, generating release notes, or standardizing c
Build production-ready monitoring, logging, and tracing systems. Implements comprehensive observability strategies, SLI/SLO management, and incident response workflows. Use PROACTI
Rules are persistent context/standards Cascade always applies. Workflows are step-by-step recipes you trigger explicitly with a slash command.
The facts on this page and where they come from. Anything unverified is labeled — we'd rather say "unknown" than guess.
Install steps, pricing, and availability change often. Always confirm on the official page before relying on setup details.