Skip to content

Commit eb8a7fd

Browse files
committed
Add TLDR one-shot prompt example at top of README.md
1 parent e68ca93 commit eb8a7fd

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
44
[![Skill](https://img.shields.io/badge/opencode-skill-purple)](https://opencode.ai)
55

6+
## TLDR: One-shot prompt to get started
7+
Run this command to begin your first Lean Loop cycle:
8+
```
9+
opencode "Implement a greet(name) function that returns 'Hello, {name}!': Start with PLAN phase"
10+
```
11+
612
A disciplined heartbeat cycle for AI-assisted and human-driven TDD development.
713

814
```
@@ -293,4 +299,4 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
293299

294300
## License
295301

296-
[MIT](LICENSE) © 2026 Max
302+
[MIT](LICENSE) © 2026 Max

0 commit comments

Comments
 (0)