soloopx.by solo lemon.
Back to loops
Testingmanual

Tom Osman's app testing automation

This "loop" automation is nuts inside of Codex.

51 views24 uses+1 rating0 notesby Vlad Balabash

// parameters

Triggermanual
Max iterations8
Exit conditionthe loop's stated exit condition is met, or max iterations are reached

// run_this_loop

Copy the kickoff into your agent first. The blueprint below explains how the loop evaluates progress and when it should stop.

+1
rate the loop
Open in CursorOpen in Claude

Use loop copies the kickoff prompt. Share copies the loop link. Open in Cursor / Claude only pre-fill that prompt — they do not install hook files. Download loop saves the loop as tom-osman-s-app-testing-automation.md.

goal: go over every single feature in this app create a user story with expected behaviour based on the code keep a single canonical spreadsheet tracking the features status

- when done switch loop to testing every user story and documenting all errors 
- when done fix every logistical error or ux error
- test every user behaviour again post fix

// blueprint

The loop contract: target outcome, execution sequence, checks, stopping condition, and safety constraints.

Goal

go over every single feature in this app create a user story with expected behaviour based on the code keep a single canonical spreadsheet tracking the features status

// loop_sequence

// loop_sequence_diagram.json
closed loop

Trigger

Manual start

Actions block

1 steps
Execute custom logic steps

Feedback gate

Evaluate: state progress

Run the check, read the output, then decide whether the loop is complete.

Check failed

Repeat actions with the latest feedback.

Success

the loop's stated exit condition is met, or max iterations are reached

Safety capMax 8 iterations
field notes

Comments from loop runners.

0 notes
0/1200

No comments yet. Be the first to leave implementation notes.