Example Prompts
Before proceeding, make sure you’ve completed the Straion setup. If not, follow the instructions in the Getting Started guide.
You can use the prompts below as a starting point. They are examples meant to inspire your own workflows — feel free to adapt them to your specific use case and development environment.
Build a feature end-to-end
Section titled “Build a feature end-to-end”Use Straion in your implementation end-to-end.
Trigger skill directly
/developing-with-rules I want to add a password reset flow using email verificationStart from an existing spec
/developing-with-rules Here's my spec, validate and implement it: [paste spec]State Straion in the prompt
Implement and validate the following task using Straion: [task description]When to use this
- Turning a spec or task into a production ready feature
- Verifying that the code changes follow the rules your defined in Straion
- Ensuring alignment with architecture and internal standards
Plan Implementation
Section titled “Plan Implementation”Use Straion to implement and validate a specific task.
Trigger skill directly
/developing-with-rules Break down this spec into tasks, don't implement yet: [paste spec]When to use this
- Turning a task or issue into an actionable plan
- Verifying that the implementation follows the rules your defined in Straion
- Ensuring alignment with architecture and internal standards
Validate specification or implementation plan
Section titled “Validate specification or implementation plan”Use Straion to review and validate technical specifications, software design documents or RFCs before implementation. You can also use Straion to validate implementation plans before development begins.
Trigger skill
/validating-rules Does this spec meet our rules? [paste spec]State Straion in the prompt
Validate this specification using Straion: [specification content]Validate this RFC with Straion. RFC: [rfc content]Validate the implementation plan against my rules using StraionWhen to use this
- Identifying ambiguities or missing rules early
- Ensuring alignment with your rules and best practices
- Avoiding unnecessary iterations
- Catching issues early instead of during code review
Validate code
Section titled “Validate code”Use Straion to review code changes and ensure they follow your rules.
Trigger skill directly
/validating-rules Check the changes in PR #42 against our rulesState in prompt **
Validate the code changes using StraionValidate these changes against matching rules using StraionWhen to use this
- Reviewing code changes
- Validating code changes against your rules