Build software without drowning in prompts!
Sunday, August 23, 2026
Simple software engineering pipeline inspired by OpenSpec
read_file, run_command, fetch_urlInspiration: 12 Factor Agents: Principles for building reliable LLM applications
- Beautiful, simple, and human-readable
- `#` and `##` for headings
- `-` for lists
- `1.` and `1.` and `1.` for numbered lists
- __bold__ and _italic_ for emphasis
- single backtick for inline code and three backticks for code block
- `>` for blockquotes
- `---` for horizontal rules
- [Link](https://example.com) for hyperlinks
-  for images
- Human-readable + machine-parsable = ✨
- [Markdown Syntax Cheatsheet](https://www.markdownguide.org/cheat-sheet/)
- Text-based Diagrams
- [Mermaid](https://mermaid.js.org/intro/)
- [Graphviz](https://graphviz.org/gallery/)
- [...and many more](https://kroki.io/)Beautiful, simple, and human-readable
# and ## for headings- for listsHuman-readable + machine-parsable = ✨
Text-based Diagrams
opencode.json for certain featuresdocker composegit clone https://github.com/aadityabhatia/opencode-docker
opencode.jsonc, agents/, workspace/workspace is the shared folder accessible from both the host and the containerdocker compose up to start OpenCode web service; docker compose run for CLIhttp://localhost:4096 in your browser/workspace and start a new session
README.md and spec/proposal.md contain a sample project description