You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ABOUT.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,9 @@
6
6
7
7
## What is VY Prompt Master?
8
8
9
-
**VY Prompt Master** is a prompt engineering framework designed for [Vy (Vercept)](https://vercept.com/) – an AI-powered macOS automation agent. It transforms high-level user task descriptions into detailed, executable YAML specifications that Vy can safely and predictably carry out.
9
+
**VY Prompt Master** is a prompt engineering framework designed for [Vy (Vercept)](https://vercept.com/)
10
+
– an AI-powered macOS automation agent. It transforms high-level user task descriptions into detailed,
11
+
executable YAML specifications that Vy can safely and predictably carry out.
10
12
11
13
---
12
14
@@ -19,7 +21,8 @@ Modern AI agents can perform complex computer tasks, but without proper structur
19
21
-**Debugging difficulties** – Hard to trace what went wrong
20
22
-**Hallucination** – Claiming completion without verification
21
23
22
-
VY Prompt Master solves these problems by enforcing a rigorous specification format where every action is:
24
+
VY Prompt Master solves these problems by enforcing a rigorous specification format where every
25
+
action is:
23
26
24
27
-**Grounded in UI** – Tied to visible elements, not abstract concepts
25
28
-**Verified** – Every action has observable success criteria
Copy file name to clipboardExpand all lines: docs/QUICK-REFERENCE.md
+37-8Lines changed: 37 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# VY Meta Prompt - Quick Reference Guide
2
2
3
3
## Overview
4
+
4
5
The **VY Meta Prompt** is a unified framework that consolidates all VY (Vercept) automation best practices into a single, streamlined specification for generating safe, deterministic, and robust UI automation prompts.
5
6
6
7
**Version:** 2.0
@@ -12,7 +13,8 @@ The **VY Meta Prompt** is a unified framework that consolidates all VY (Vercept)
0 commit comments