docs/examples/prompt.sample.md

Example prompt

Implement a new HTTP endpoint:

  • Add GET /hello returning { "hello": "world" }
  • Add tests for the endpoint
  • Ensure npm test passes
  • Update README with usage

Keep changes minimal and well documented.