constructive-agent-e2e
Installation
SKILL.md
Constructive Agent E2E — Full Agentic Dev Loop
Build, run, see, fix, repeat. No human required between provision and ship.
The Loop
1. Provision DB → Constructive SDK (secureTableProvision + relationProvision)
2. Generate SDK → @constructive-io/graphql-codegen (hooks + ORM)
3. Start dev server → pnpm dev (Next.js App Router)
4. Open in agent-browser → npx agent-browser open <url>
5. Screenshot → agent-browser screenshot file.png
6. Snapshot → agent-browser snapshot (accessibility tree + refs)
7. Interact → agent-browser click @ref / fill @ref "value"
8. Observe → Fix → Push → edit code, restart if needed, repeat from step 4