Skip to main content

the loop / 02

Spec

set the bar. Requirements with Verify with: lines.

  1. Input
  2. Spec
  3. Output

step 02

The work here

When needed, write AC-NNN requirements with a Verify with: line each. Add non-goals and open questions. Carry the full path. Check it with suspec check spec.md.

spec.md

~/.agents/artifacts/acme-site/spec.md

spec
### AC-003 — Global shell includes nav and footer

A Shell component renders on every route via app/layout.tsx.

- Nav: logo, links, mobile hamburger below lg.
- Footer: copyright, links, colophon line.

Verify with: npm run build passes; every generated page contains
exactly one <nav> and one <footer>.

next handoff

Implement

Requirements with Verify with: lines. If it lives in a file, pass its full path. Inline work stays inline.

Continue to Implement