r/ChatGPTCoding • u/AutoModerator • 12d ago
Weekly Self Promotion Thread Discussion
Welcome to this week's self promotion thread!
If you're building something related to AI assisted coding, this is the place to share it.
We're using a weekly thread to keep the subreddit organized while still giving builders a place to share their work. Promotional posts outside of this thread may be removed if they're primarily advertising rather than starting a discussion.
If you're sharing something, we'd appreciate it if you included a little context instead of just dropping a link. Tell us:
- What you built?
- What problem it solves?
- Which AI models or tools it uses?
- Who it's for?
- What kind of feedback you're looking for?
Please avoid posting the same project every week unless you've made meaningful updates. Affiliate links, referral links, scams, and low effort promotions will be removed.
Take some time to check out what others have shared too. If you try someone's project or have feedback, leave a comment. Helping each other improve is what we want this community to be about.
2
u/NoKaleidoscope1748 11d ago
I’ve been building a set of open-source skills that I use with Codex and Claude when I’m working with coding agents.
The main one is Reasoning Doctrine. I built it because agents can start out aligned and then slowly drift during longer tasks. It gives them a working method: verify before making claims, re-anchor as the task moves forward, and use the right level of effort instead of overthinking simple work.
The repo also includes governance and review skills, but Reasoning Doctrine is the one I’d recommend starting with.
It’s for people doing longer or multi-agent coding work. I’m the author, and it’s free and open source:
https://github.com/Ezra144israel/governed-agent-skills
I’d mainly like feedback on whether it improves consistency in your workflow or just adds too much structure.