Skip to content

Commit 080e3a4

Browse files
authored
Revise key benefits and enhance examples in README
Updated key benefits and added examples for clarity.
1 parent a022d4d commit 080e3a4

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,28 @@ Work together as a powerful workflow system with automatic file management:
176176
1. **Create Work Procedure** - AI analyzes the task and generates `work_procedure.md` as the reusable procedure and `work_progress.txt` as the execution plan.
177177
2. **Execute Work Procedure** - AI follows and refines `work_procedure.md` during execution, and tracks and records outcomes in `work_progress.txt`.
178178

179-
**Key benefits:** Consistent results, automatic progress tracking, continuous improvement, easy team sharing
179+
**Key benefits:** self-refining procedures, resumable workflows, automatic progress tracking, consistent results
180180

181181
**Example:** "Create a procedure for deploying my web application" → "Execute the deployment procedure"
182182

183+
<div align="center">
184+
<table cellspacing="0" cellpadding="0" border="0" width="100%">
185+
<tr>
186+
<td align="center" width="45%">
187+
<img src="images/work_procedure.png" alt="Built-in Prompts Menu" style="max-width: 100%; height: auto;"/>
188+
<br/>
189+
<em>AI-generated work_procedure.md</em>
190+
</td>
191+
<td width="3%"></td>
192+
<td align="center" width="45%">
193+
<img src="images/work_progress.png" alt="Prompt Selection" style="max-width: 100%; height: auto;"/>
194+
<br/>
195+
<em>AI-generated work_progress.md</em>
196+
</td>
197+
</tr>
198+
</table>
199+
</div>
200+
183201
---
184202

185203
### 📊 Analyze Content

0 commit comments

Comments
 (0)