JDS – Copilot Skill Suite for Structured Agent Behavior

Enforce think-plan-execute pipelines with live task graph visualization for long-running coding agent sessions

Updated: 5/15/2026
Difficulty
medium
Time
varies by task complexity
Use Case
Structuring long-running coding agent sessions to prevent focus loss and task drift during complex multi-step automation
Popularity
0 views

About this automation

JDS is a Copilot-tailored skill suite that enforces a strict think-plan-execute pipeline where nothing gets skipped. It leverages Copilot's built-in SQL todo dependencies and provides a live task graph visualizer to help visualize agentic workflow and its parallelism, preventing agents from wandering off during extended sessions.

How to implement

1

Define task dependencies using SQL todo structure

2

Enforce think phase: agent analyzes problem and constraints

3

Enforce plan phase: agent creates structured execution plan

4

Enforce execute phase: agent follows plan without deviation

5

Monitor workflow with live task graph visualizer

6

Leverage parallelism insights from task graph for optimization