FLAD pt. 2: Prompts for Generating `AGENTS.md`
This post continues the idea of Full-Loop Agentic Development (FLAD). The previous article introduced FLAD as a development model where the agent owns the entire loop: planning, implementation, testing, validation, and only then handing control back to the human. This time, we’ll keep it short and practical. Below are two copy‑pasteable prompts, that you can use directly with a coding agent. The first prompt generates a production‑grade AGENTS.md for an existing project. The second prompt kicks off a new project in a FLAD‑native way, using existing ecosystem bootstrapping tools. Both prompts explicitly require the model to research current‑year best practices, tools, and libraries before producing output. ...