JDS – Copilot Skill Suite for Structured Agent Behavior
Enforce think-plan-execute pipelines with live task graph visualization for long-running coding agent sessions
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
Define task dependencies using SQL todo structure
Enforce think phase: agent analyzes problem and constraints
Enforce plan phase: agent creates structured execution plan
Enforce execute phase: agent follows plan without deviation
Monitor workflow with live task graph visualizer
Leverage parallelism insights from task graph for optimization