GitHub-native task execution layer inspired by GSD #726
davide-troiani
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
|
Thanks for sharing. I am particularly interested in stronger task decomposition during the planning. I feel that is the right direction as well as a finer phase decomposition |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I wanted to share an experiment I have been working on, inspired by GSD-style workflows:
https://github.com/ai-is-gonna/get-tasks-done
The problem I am focusing on is reviewability.
As AI coding agents become more capable, the risk is whether their work stays small, explicit, traceable and safe for a human to review.
Get Tasks Done implements a GitHub-native execution model:
spec → planned task → GitHub issue → branch → pull request → validation record → human review
The goal is to make agentic coding fit inside normal engineering delivery instead of bypassing it.
A few design choices I am exploring:
I see it more as an adjacent execution layer / workflow experiment around task granularity, review gates, and GitHub-based delivery control. Actually it is helping me A LOT in my projects.
Curious how others here think about this direction.
Cheers
Beta Was this translation helpful? Give feedback.
All reactions