feat: add OpenProse plugin skills

This commit is contained in:
Peter Steinberger
2026-01-23 00:49:32 +00:00
parent db0235a26a
commit 51a9053387
102 changed files with 23315 additions and 5 deletions

View File

@@ -0,0 +1,22 @@
# Roadmap Examples
These examples demonstrate **planned** OpenProse syntax that is **not yet implemented**.
They are included to show the direction of the language and gather feedback on the design.
## Planned Features
| Feature | Status | Example File |
|---------|--------|--------------|
| Agent definitions | Planned | `simple-pipeline.prose` |
| Named sessions | Planned | `simple-pipeline.prose` |
| Parallel execution | Planned | `parallel-review.prose` |
| Variables & context | Planned | `iterative-refinement.prose` |
| Loops & conditionals | Planned | `iterative-refinement.prose` |
| Imports | Planned | `syntax/open-prose-syntax.prose` |
## Do Not Run These Examples
These files will not work with the current interpreter. They are for reference only.
For working examples, see the parent `examples/` directory.