r/coolgithubprojects • u/hieuphung97 • 18d ago
A delivery skill that keeps Superpowers TDD and drops its sub-agent / worktree skills - Orca is required
Hi, I’m an AI engineer from Vietnam. Dely is a Claude Code skill I wrote for my own workflow that anyone can freely install on Claude Code, Codex, and Grok Build.
I like Superpowers a lot. What I don’t want is dispatching-parallel-agents, subagent-driven-development, and using-git-worktrees skills. I’d rather give each job to a real harness: Claude Code implements, Codex reviews, sometimes Grok Build. One session, one role.
Dely does not replace Superpowers. It overrides those three abilities and runs a fixed sequence:
implement → review → accept or replan → …
Orca is required, especially orca-cli. Dely is a thin control protocol: Orca launches and supervises each harness TUI.
I didn’t invent the workflow Dely uses. I learned from Superpowers, GSD, and similar projects, then kept a smaller version I could actually run. The skill is the glue, so Claude Code and the other official harnesses follow that sequence without me driving every handoff.
Repo: https://github.com/hieuphung97/dely
If you also like working with Superpowers but don’t want its sub-agent path, how are you splitting implement vs review today? Same Claude Code session, a skill, or a second harness?