Skip to content

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.

Use Straion in your implementation end-to-end.

Trigger skill directly

/developing-with-rules I want to add a password reset flow using email verification

Start 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

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 Straion

When 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

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 rules

State in prompt **

Validate the code changes using Straion
Validate these changes against matching rules using Straion

When to use this

  • Reviewing code changes
  • Validating code changes against your rules