Agentic Coding: Rules, skills, subagents, and reflection—how we steer models so multi-step work stays coherent.
Dev.to AI
•
Generative AI
Agentic coding here means treating the LLM as part of a system: you supply constraints (rules), reusable procedures (skills), and split responsibilities (subagents), then merge and review (reflection) instead of hoping one giant prompt does it all. This repository is a small, concrete rehearsal of that pattern. The runnable piece is a User Analytics dashboard - enough UI and mock data to force real decisions about structure and state.