Prompt file imported from GiantCroissant-Lunar/sim-world (
.windsurf/workflows/README.md). Copyright stays with the author.
Windsurf Workflows
Windsurf workflows for Sim-World development. Invoke with /[workflow-name] in Cascade.
Available Workflows
Spec-Kit Workflows
Feature development workflows following the spec-kit methodology:
/speckit-specify- Create feature specification/speckit-plan- Create technical implementation plan/speckit-tasks- Break down plan into actionable tasks/speckit-implement- Execute tasks and build feature/speckit-analyze- Analyze cross-artifact consistency/speckit-checklist- Generate quality checklist/speckit-clarify- Identify and resolve ambiguities/speckit-constitution- Define/update project principles
Usage
In Windsurf Cascade, invoke workflows with slash commands:
/speckit-specify
/speckit-plan
/speckit-tasks
/speckit-implement
Workflows can call other workflows:
/speckit-specify
/speckit-plan
/speckit-analyze
Full Documentation
Each workflow references comprehensive documentation in .agent/commands/:
- speckit.specify.md
- speckit.plan.md
- speckit.tasks.md
- speckit.implement.md
- speckit.analyze.md
- speckit.checklist.md
- speckit.clarify.md
- speckit.constitution.md
Workflow Discovery
Windsurf automatically discovers workflows from:
.windsurf/workflows/in current workspace.windsurf/workflows/in sub-directories.windsurf/workflows/in parent directories (up to git root)
Workflow files are limited to 12,000 characters each.
Creating Custom Workflows
Ask Cascade to generate workflows:
Create a workflow for deploying the simulation
Or create manually in .windsurf/workflows/[name].md with:
- Title and description
- Numbered steps
- References to documentation