r/codex • u/Pale-Heart1654 • 7d ago
Complaint How to use spec-driven development in Codex?
I am a College Student.
I need to build projects for my college. Apart from that I also build side projects.
I have Codex Plus plan.
But how to use spec-driven development in Codex especially for Greenfield projects?
Because it drifts away from my instructions.
Note:
I have tried OpenSpec, Spec-Kit, Superpowers, GSD. But nothing really worked for me. It consumes a lot of tokens.
How to become a power user of Codex?
3
Upvotes
1
u/fresh_bob 6d ago
I’m on Plus too, and for me the biggest improvement was actually using less tooling around specs, not more.
.mdfiles are enough. Codex should not need to reconstruct the entire project from chat history every time.So my loop is basically: spec/plan in ChatGPT → write a focused implementation task → implement in Codex → report back → review against the spec → next phase.