execute-tasks-windsurf

Execute SDD tasks sequentially in Windsurf using a 4-phase inline workflow.

2|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/sequenzia/agent-tools --skill execute-tasks-windsurf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute-tasks-windsurf
Source: https://github.com/sequenzia/agent-tools/tree/main/plugins/sdd/skills/execute-tasks-windsurf
Command: npx skills add https://github.com/sequenzia/agent-tools --skill execute-tasks-windsurf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Executes pending SDD tasks in Windsurf in a deterministic, context-aware manner.

Core Features & Use Cases

  • Sequential in-context task execution: runs tasks one by one in a single session with optional per-task group filtering.
  • 4-phase inline workflow: Understand, Implement, Verify, Complete with file-based external memory.
  • Safe file operations: uses Bash scripts for atomic task file moves and history logging to prevent data loss.

Quick Start

Tell Windsurf to execute all pending tasks using the Windsurf inline 4-phase workflow.

Frequently Asked Questions about execute-tasks-windsurf

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute SDD tasks sequentially in Windsurf without losing context?

Sequential SDD task execution in Windsurf uses a single-context orchestrator with deterministic file-based external memory to run tasks one by one within a single session. This prevents context loss and manages dependency graphs safely.

What is the 4-phase inline workflow for task execution in Windsurf?

The 4-phase inline workflow is a structured task execution process comprising Understand, Implement, Verify, and Complete phases. It executes entirely within a single Windsurf session using file-based memory to maintain state across phases.

How do I safely manage task files and history logs during Windsurf session orchestration?

You can safely manage task files during session orchestration by using Bash scripts for atomic task file moves and history logging. This script-backed approach prevents data loss during sequential task execution and dependency graph processing.

Can I filter specific task groups when running sequential task execution in Windsurf?

Yes, sequential in-context task execution supports optional per-task group filtering. This allows you to target specific groups of pending SDD tasks within the single-context orchestrator session instead of running all tasks.

Does Windsurf inline task execution support cross-task learnings and comprehensive verification?

Yes, the Windsurf inline 4-phase workflow meets requirements for cross-task learnings and comprehensive verification. It leverages deterministic file-based external memory to retain insights across tasks and validates outputs during the Verify phase.

When should I use a single-context orchestrator for task execution instead of standard methods?

Use a single-context orchestrator when processing SDD task groups or dependency graphs that require deterministic execution and cross-task state retention. It is ideal when comprehensive inline verification within a single session is necessary.