frameworks/motia/contributors/rfc/0000-00-00-template.md
[Provide a clear 2-3 sentence summary of your proposal here]
Currently, Motia [describe current state]...
However, users face challenges with:
<!--
Include ASCII diagrams, mermaid diagrams, or describe the architecture clearly.
Show how different components interact.
-->
<!--
Show how data moves through the system.
Include key decision points and transformations.
-->
// Include TypeScript interfaces, types, or other code examples
// that show the structure of your solution
interface ExampleInterface {
// Add detailed type definitions
}
// Show code examples or configuration
// Show command-line examples or API calls
[Summarize the key benefits of your proposal and why it should be implemented]