An Airglow app should stay small enough to test on one real page. Use this shape for the first version:Documentation Index
Fetch the complete documentation index at: https://docs.airglow.cc/llms.txt
Use this file to discover all available pages before exploring further.
| Part | Question |
|---|---|
| Page | Where does the app appear? |
| Action | What does the user click or ask? |
| Output | What visible result should appear? |
| Check | How do you know it worked? |
Good first prompt shape
Keep the first version narrow
- one target page;
- one action;
- one visible result;
- no background automation before the UI works;
- no broad refactor unless the agent explains why it is needed.
If you cannot test it in one browser tab, the first version is probably too large.