JDS: Copilot Skill Suite with Think-Plan-Execute Pipeline
Enforce disciplined agentic workflows with task graph visualization and dependency management
About this automation
JDS is a Copilot-tailored skill suite that enforces a strict think-plan-execute pipeline for coding agents. It leverages Copilot's built-in SQL todo dependencies and provides live task graph visualization to help visualize agentic workflows and their parallelism, preventing agents from wandering off or losing track of tasks.
How to implement
Define skill-based workflow structure using JDS framework
Implement think phase: agent analyzes task and generates plan
Implement plan phase: agent structures execution steps with SQL todo dependencies
Implement execute phase: agent runs tasks in dependency order
Monitor workflow with live task graph visualizer
Visualize parallelism opportunities and task dependencies
Iterate on skill definitions to improve agent focus and task completion