Best Windsurf Prompts
Prompts for Windsurf AI coding assistant. Feature building, refactoring, and debugging.
1 prompt available — all free
Windsurf: Full-Stack Feature Builder
When building a new feature in Windsurf, use this structured prompt:
## Feature: [Name]
### Context
- App: [brief description]
- Tech stack: [frameworks, language]
- Related files: [list key files]
### Requirements
1. [User story or requirement]
2. [Second requirement]
3. [Third requirement]
### Acceptance Criteria
- [ ] [Testable criterion]
- [ ] [Second criterion]
- [ ] [Edge case to handle]
### Constraints
- Must be backward compatible with [X]
- Must not modify [Y]
- Performance: must handle [Z] requests/sec
- Security: [auth requirements]
### Implementation Preference
- Prefer [pattern/library] over [alternative]
- Follow existing code style in [reference file]
- Add tests for [specific scenarios]
Build this feature step by step. After each file change, explain what you did and why.