Skip to content

Commit a543311

Browse files
author
Brian Casel
committed
update
1 parent 6a64951 commit a543311

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ https://buildermethods.com/agent-os
1010
- Tightened up template and istructions for writing spec.md, aiming to keep it shorter, easier to scan, and covering only the essentials.
1111
- Tweaked create-task-list workflow for consistency.
1212
- When planning product roadmap, removed instruction to limit it to 12 items.
13+
- Clarified instructions in implement-tasks in regards to useage of Playwright and screenshots.
1314

1415
## [2.1.0] - 2025-10-21
1516

profiles/default/workflows/implementation/implement-tasks.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@ Implement all tasks assigned to you and ONLY those task(s) that have been assign
99

1010
## Guide your implementation using:
1111
- **The existing patterns** that you've found and analyzed in the codebase.
12+
- **Specific notes provided in requirements.md, spec.md AND/OR tasks.md**
13+
- **Visuals provided (if any)** which would be located in `agent-os/specs/[this-spec]/planning/visuals/`
1214
- **User Standards & Preferences** which are defined below.
1315

1416
## Self-verify and test your work by:
1517
- Running ONLY the tests you've written (if any) and ensuring those tests pass.
1618
- IF your task involves user-facing UI, and IF you have access to browser testing tools, open a browser and use the feature you've implemented as if you are a user to ensure a user can use the feature in the intended way.
19+
- Take screenshots of the views and UI elements you've tested and store those in `agent-os/specs/[this-spec]/verification/screenshots/`. Do not store screenshots anywhere else in the codebase other than this location.
20+
- Analyze the screenshot(s) you've taken to check them against your current requirements.

0 commit comments

Comments
 (0)