|
|
|
|
|
by Burnsedia
93 days ago
|
|
Hey HN - I just build a django opencode agent suite
It’s a markdown-first OpenCode agent pack for spec-driven Django monolith workflows, aimed at solo Django devs and small teams.
Core idea: use AI for fast scaffolding/review, but keep humans in control of business logic and enforce safety with local-only blocking checks.
What it includes:
- One-click install for Django-focused agents, commands, skills, and local tools
- Default flow: spec -> architecture -> scaffold -> review
- Local blocking quality gate: ruff, black, manage.py check, pytest
- Guardrails for permissions and service-layer boundaries
- Migration/release safety baked into the workflow
Why I built it:
- AI moves fast but can still produce risky Django patterns
- Solo devs need speed without losing production safety
- Small teams need repeatable architecture + review discipline
Install:
curl -fsSL https://raw.githubusercontent.com/Burnsedia/Django-Agent/mas... | bash
I’d love feedback on:
1) Whether local-only quality gates are enough for your workflow
2) What Django monolith pain point you’d want automated next |
|