u/Anaq42

I built a superpowers adaptation for Copilot called JDS

I built a superpowers adaptation for Copilot called JDS

I guess it might be a bit too late now with the whole usage based billing news, but I figure someone might find this useful.

A few months ago I stumbled on obra's superpowers repository (you’ve probably heard of it).

I really liked the approach and idea that you enforce discipline for your agent through a skill-based workflow. Even though coding agents (copilot included) have become a lot better at natively handling complex tasks, they still wander off and lose track of things. I really liked how superpowers fixed this and how it enabled long-running sessions without the agent losing its "focus".

So I decided to build a Copilot tailored skill suite around the core idea of superpowers. I didn't just want to port superpowers to Copilot, I took inspiration from it and improved on it. JDS enforces a strict think -> plan -> execute pipeline where nothing gets skipped. It leverages Copilot's built-in sql todo dependencies, rubber duck reviews and provides a live task graph visualizer which helps visualize the agentic workflow and its parallelism.

Open to feedback, criticism, or ideas, especially from anyone who’s tried to make Copilot or LLM workflows more consistent across projects.

Repository: https://github.com/josipmusa/jds

github.com
u/Anaq42 — 6 days ago