Example Prompts
A quick copy-paste reference for the most common Straion workflows. Adapt them to your own task and development environment. For the full explanation of each workflow, follow the linked guide.
Before you start, make sure you’ve completed the Straion setup — see Getting Started.
Build a feature end-to-end
Section titled “Build a feature end-to-end”See Develop with rules for details.
/developing-with-rules I want to add a password reset flow using email verification/developing-with-rules Here's my spec, validate and implement it: [paste spec]Implement and validate the following task using Straion: [task description]Plan an implementation
Section titled “Plan an implementation”See Develop with rules for details.
/developing-with-rules Break down this spec into tasks, don't implement yet: [paste spec]Validate a spec or implementation plan
Section titled “Validate a spec or implementation plan”See Validate specs and Validate implementation plans for details.
/validating-rules Does this spec meet our rules? [paste spec]Validate this RFC with Straion. RFC: [rfc content]Validate the implementation plan against my rules using StraionValidate code
Section titled “Validate code”See Validate code for details.
/validating-rules Check the changes in PR #42 against our rulesValidate these changes against matching rules using Straion