Workflows
Common qStudio workflows
qStudio Workflows
Coming Soon - This documentation will be available when qStudio launches.
Planned Workflows
New Project Scaffolding
Text
User: Create a new CRM application with contacts,
companies, and deals
qStudio: I'll scaffold a CRM with those entities...
[generates full project structure]Feature Addition
Text
User: Add email integration to send notifications
when deals close
qStudio: I'll add the email-service qBit and create
a notification process...Refactoring
Text
User: Refactor the order process to use async steps
for external API calls
qStudio: I'll convert the API steps to async...
[shows diff of changes]Code Review
Text
User: Review my OrderTable for qqq best practices
qStudio: I found a few improvements:
1. Consider adding audit fields...
2. The status field could use an enum...Interactive Mode
qStudio supports interactive refinement:
1. Generate initial code
2. Review and request changes
3. Iterate until satisfied
4. Apply to project