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. Use the relevant steps in order. Stop at a validated baseline for a prototype; optimizer runs require an appropriate authorized budget and evidence of need. Exporting a local artifact does not authorize deployment.

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
79
GitHub Stars
277
First Seen
Apr 20, 2026
dspy-advanced-workflow — intertwine/dspy-agent-skills