(loop-engineering) Implements exactly one feature from the BACKLOG.md Backlog — syncs main, acquires the loop lock, creates a feature branch, implements all acceptance criteria with tests, visually inspects UI changes, passes the independent verifier, and opens a PR. Use for Build-mode loop runs, or when asked to…
(loop-engineering) Planner — turns a short feature idea into a detailed BACKLOG.md spec before any Build run. Checks past similar work to decide whether the idea fits one loop run; if it is too broad, proposes a split into smaller features and asks the human to approve. Use when asked to "plan a feature", "spec this…
(loop-engineering) Runs the daily Report-mode triage — checks open PRs, CI status and the BACKLOG.md backlog, then updates STATE.md and appends to the run log without writing any code. Use for scheduled daily loop runs, project health checks, or when asked to "triage", "run report mode", or "update the loop state".
(loop-engineering) Visually inspects UI changes by screenshotting routes with pnpm snap and reading the images against a design checklist (layout, spacing, hierarchy, semantic tokens, empty/loading/error states). Use after implementing any UI change, before opening a PR that touches src/app or src/components, or when…
Runs before the agent uses a tool for Edit, Write, MultiEdit, NotebookEdit and Bash tool calls, executing deny-edit.mjs via node. From muzafferkadir/nextjs-loop-engineering-starter.
Instructions for muzafferkadir/nextjs-loop-engineering-starter, covering agents.md — project instructions for ai agents, how to start a loop, project purpose, stack and commands.