So we built Agentic Code. Just add an AGENTS.md file and your AI actually: - Plans before coding - Writes tests first - Checks everything works before moving on
Zero config. Works with any tool (Codex CLI, Cursor, Aider, etc.):
``` npx github:shinpr/agentic-code my-project ```
It just works.
shinpr•1h ago
Agentic Code makes your AI follow the same steps you'd expect from a real teammate. It reads project rules, plans the work, writes test skeletons first (new in v0.2), then implements with quality checks.
The magic is progressive rule loading - small tasks get minimal overhead, complex features get full workflows with approval gates. Your AI adapts to the task complexity automatically.
Been using it internally for months. Every session now follows predictable patterns instead of chaos.
There's also a short demo GIF in the README if you want to see it in action.
Happy to answer any questions!