dspy-advanced-workflow

Installation
SKILL.md

DSPy Advanced Workflow (2026)

This skill runs the seven-step loop that turns a natural-language task description into an optimized, saved, deployable DSPy program. Every step delegates to a specific skill — invoke them in order.

The seven steps

1. Spec

Rephrase the user's task in one sentence. Identify inputs, outputs, the quality axis that matters, and any constraints (latency, cost, tool access, context size). Pick predictor shape:

Task shape Predictor
Single-step structured I/O dspy.Predict / dspy.ChainOfThought
Tool use / multi-step dspy.ReAct
Code execution dspy.ProgramOfThought
Long context / codebase dspy.RLMdspy-rlm-module

2. Program

Installs
66
GitHub Stars
264
First Seen
Apr 20, 2026
dspy-advanced-workflow — intertwine/dspy-agent-skills