5 Smart Wizards
Interactive guides that walk you through each step — asking questions, collecting context, and showing results as you go.
Need non-interactive CI/CD pipelines instead? See Workflows — wizards call the same underlying engines.
Model Tiers:
cheapFast & Affordable
capableBalanced
premiumMost Capable
Debugging
capableGuided error investigation and fix planning
Domain:Development
Learn more →Refactoring
capablePlan safe, incremental code refactoring
Domain:Development
Learn more →Release Prep
capableGuided release readiness check and preparation
Domain:Release
Learn more →Security Audit
capableGuided security vulnerability scanning and remediation
Domain:Security
Learn more →Test Generation
cheapGenerate behavioral tests for a module or file
Domain:Testing
Learn more →Run Wizards via CLI
terminal
# Run security audit on your codebase
attune workflow run security-audit --input '{"path": "./src"}'
# Generate tests for a module
attune workflow run test-gen --input '{"path": "./src/auth"}'
# Review code with auto-chaining
attune workflow run code-review --input '{"path": "./src/api.py"}'
# Check dependencies for vulnerabilities
attune workflow run dependency-check
# Pre-release quality gate
attune workflow run release-prep
Need More Power?
Combine wizards with our 19 integrated workflows for multi-agent orchestration, progressive tier escalation, and automatic cost optimization.