AI Features/Wizard AI Assistant
Teams Only

Wizard AI Assistant

Get AI help while using the wizard to format custom requirements and add additional rules.

The "Anything Else" Section

In the advanced wizard steps, there's an "Anything Else" section where you can add custom requirements. Teams users get access to AI assistant that helps format these into proper configuration rules.

How it works:

  • Write your requirements in plain language
  • Click "Format with AI" to structure them
  • AI converts them into clear, actionable rules
  • Rules are added to your generated config files

Example

Your input:

"We always use async/await instead of .then(). Tests need at least 80% coverage. All API responses should include proper error codes. Use conventional commits."

AI output:

## Code Style

### Async/Await
- Always use async/await syntax for asynchronous operations
- Never use .then() chains or callbacks for promises
- Handle errors with try/catch blocks

## Testing

### Coverage Requirements
- Minimum test coverage: 80%
- All new features must include unit tests
- Integration tests for API endpoints

## API Design

### Response Format
- Include appropriate HTTP status codes
- Return meaningful error messages
- Use consistent error response structure

## Git Workflow

### Commits
- Follow Conventional Commits specification
- Format: type(scope): description
- Types: feat, fix, docs, style, refactor, test, chore

Tips for Best Results

Be Clear About Requirements

State your requirements clearly. "80% test coverage" is better than "write tests"

Include Specifics

Mention specific tools, libraries, or standards you use

Group Related Items

Put related requirements together so AI can organize them logically

Review the Output

Check that the formatted rules match what you intended

Good Use Cases

  • Converting internal documentation into AI rules
  • Formatting team coding standards
  • Adding project-specific requirements the wizard doesn't cover
  • Creating custom sections for unique workflows
← AI Blueprint EditingSupported Platforms →