AI Workflows
The AI Workflow Framework includes five production-ready workflows for generating different types of content. Each workflow follows a consistent pattern of AI generation with human review gates.
Website Workflow
9 Stages 2 ApprovalsGenerate complete, multi-page responsive websites with AI-powered content, design, and SEO optimization.
Output Includes:
- Homepage with hero section and navigation
- About, Services, Contact pages
- Responsive design with theme selection
- SEO-optimized meta content
Ebook Workflow
7 Stages 2 ApprovalsCreate complete ebooks with structured chapters, professional formatting, and export to multiple formats.
Output Includes:
- Chapter-by-chapter content generation
- Table of contents and structure
- PDF and EPUB export
- Cover design suggestions
Course Workflow
6 Stages 2 ApprovalsBuild educational courses with modules, lessons, quizzes, and learning objectives aligned to best practices.
Output Includes:
- Course curriculum and learning paths
- Module and lesson content
- Quiz and assessment questions
- eLearning integration
Survey Workflow
4 Stages 1 ApprovalGenerate professional questionnaires with intelligent question sequencing and response validation.
Output Includes:
- Question bank with multiple types
- Conditional logic and branching
- Scoring and analysis templates
- Survey module integration
Video Workflow
9 Stages 2 ApprovalsCreate video content with AI-generated scripts, slide presentations, text-to-speech narration, and video composition.
Output Includes:
- Video script with scene breakdowns
- Slide deck generation
- AI voiceover with TTS
- Final video composition
Research Workflow
BasicConduct AI-powered research with source gathering, analysis, and report generation.
Output Includes:
- Research reports and summaries
- Source citations and references
- Key findings extraction
- Recommendations
Workflow Comparison
| Feature | Website | Ebook | Course | Survey | Video |
|---|---|---|---|---|---|
| Total Stages | 9 | 7 | 6 | 4 | 9 |
| Approval Gates | 2 (Design, Pages) | 2 (Outline, Chapters) | 2 (Curriculum, Content) | 1 (Questions) | 2 (Script, Slides) |
| AI Provider | OpenAI GPT-4 | OpenAI GPT-4 | OpenAI GPT-4 | OpenAI GPT-4 | OpenAI + TTS |
| Output Format | Website Pages | PDF, EPUB | eLearning Course | Survey | MP4 Video |
| Portal Wizard | |||||
| Auto-Approval Mode |
Common Workflow Pattern
All workflows follow a consistent pattern based on the
ai.content.workflow.mixin which implements:
┌─────────────────────────────────────────────────────────────────┐
│ CONTENT WORKFLOW PATTERN │
├─────────────────────────────────────────────────────────────────┤
│ │
│ 1. DISCOVERY Gather requirements from user │
│ │ (wizard input, parameters) │
│ ▼ │
│ 2. OUTLINE AI generates structured outline │
│ │ (chapters, pages, modules, etc.) │
│ ▼ │
│ 3. OUTLINE APPROVAL Human reviews and approves structure │
│ │ (approval gate #1) │
│ ▼ │
│ 4. CREATE TASKS System creates tasks from outline │
│ │ (one task per deliverable) │
│ ▼ │
│ 5. PROCESS EACH AI generates content for each task │
│ │ (parallel or sequential) │
│ ▼ │
│ 6. REVIEW EACH Human reviews with feedback option │
│ │ (approval gate #2 - per item) │
│ ▼ │
│ 7. PUBLISH Finalize and export to target format │
│ (website pages, PDF, video, etc.) │
│ │
└─────────────────────────────────────────────────────────────────┘
Next Steps
Select a workflow above to view detailed documentation including stage breakdowns, configuration options, and code examples.