FlowSquad Documentation
Setup, usage, and feature guide for FlowSquad
Evaluation Version | 45-Day Trial | Maximum 2 Products
🚀 Quick Start
- Extract the portable ZIP to a folder (e.g.,
C:\FlowSquad) - Run
FlowSquad.exe(Windows) or deploy with Docker - Access FlowSquad at
http://localhost:5000 - Complete the setup wizard (select AI provider, configure API keys)
- Try Demo to explore all features with sample data
🎯 Overview: From Code to Intelligent Design & Decisions
FlowSquad is an AI-powered SDLC intelligence platform that transforms how development teams create requirements, designs, and test cases. Instead of starting from scratch or using generic AI tools, FlowSquad learns from YOUR actual codebase to generate context-aware documentation.
The Problem We Solve
Traditional SDLC Documentation Challenges:
- ❌ Vague Requirements: "Add user login" → But what about password reset? MFA? Session management?
- ❌ Manual Design Docs: Hours spent creating technical designs that become outdated immediately
- ❌ Copy-Paste Test Cases: Rewriting the same test scenarios for every new feature
- ❌ No Quality Visibility: Is this release better or worse than the last? No one knows.
- ❌ Generic AI Guesses: ChatGPT/Copilot don't understand YOUR code patterns and conventions
FlowSquad's Approach:
- ✅ Codebase-Aware AI: Vector database learns YOUR code patterns, frameworks, and conventions
- ✅ Complete SDLC Pipeline: Code Analysis → Requirements → Design → Test Cases → Quality Scoring
- ✅ Context-Driven Generation: Every output considers your existing codebase structure
- ✅ Quality Gates: Completeness scores (0-100), risk analysis, automated recommendations
- ✅ Time Savings: 80% reduction in SDLC documentation time
How It Works
1. Analyze Your Code
└─> Parse any language (Python, Java, JavaScript, etc.)
└─> Extract modules, dependencies, complexity, patterns
└─> Store embeddings in vector database
2. Refine Requirements
└─> Transform vague ideas into complete requirements
└─> AI adds acceptance criteria, dependencies, risks
└─> Completeness scoring (0-100) ensures quality
3. Generate Designs
└─> Auto-create technical design documents
└─> Architecture diagrams, API contracts, database schemas
└─> Context-aware: knows your existing tech stack
4. Create Test Cases
└─> Learn from your existing test patterns
└─> Generate new test cases that match your style
└─> Automation script analysis (Selenium, Pytest, Cypress, etc.)
5. Score Quality
└─> Quality metrics (test coverage, automation %, complexity)
└─> Risk analysis (low/medium/high per module)
└─> Prioritized recommendations for improvement
Who Should Use FlowSquad?
✅ Perfect For:
- Product Managers: Transform vague ideas into complete user stories with acceptance criteria
- Business Analysts: Document requirements with AI-powered refinement and completeness scoring
- Software Architects: Auto-generate technical designs aligned with existing architecture
- Development teams: 5-500 developers building features faster with less documentation overhead
- Engineering managers: Gain visibility into quality metrics and technical debt
- QA teams: Automate test case creation and track automation coverage
- System integrators: Handle repetitive patterns with codebase-aware AI
- Regulated industries: Finance, healthcare, government needing comprehensive documentation
- You have existing codebase to analyze (FlowSquad learns from it)
- You need consistent, high-quality requirements
- You want to reduce manual documentation time
- You need quality metrics and risk analysis
🚀 Installation
FlowSquad Evaluation is available in two deployment options:
- Windows Portable - No installation required, double-click to run
- Docker Container - Cross-platform deployment for Linux, macOS, Windows (WSL/Docker Desktop), and servers
Installation (Windows Portable)
FlowSquad Evaluation is distributed as a portable package - no installation required!
Windows:
- Extract the
FlowSquad-Portable-v1.0.zipto a folder (e.g.,C:\FlowSquad)- Right-click → Extract All → Choose location
- ⚠️ Do NOT extract to temporary folders (Downloads, Temp, Desktop)
- ⚠️ Avoid protected folders (Program Files, Windows, System32) - permission issues
- ✅ Best locations:
C:\FlowSquad,D:\FlowSquad, or any user-writable directory
- Run
FlowSquad.exefrom the extracted folder- Double-click
FlowSquad.exe - First launch may take 10-15 seconds (initializing Python environment)
- ✅ Windows Defender/Firewall: Allow access when prompted
- Double-click
- Access FlowSquad in your browser
- Browser automatically opens to
http://localhost:5000 - If browser doesn't open, manually navigate to
http://localhost:5000 - ✅ Bookmark this URL for easy access
- Browser automatically opens to
- Complete the setup wizard on first launch
- Keep
FlowSquad.exerunning while using the application - System Tray Icon: FlowSquad appears in the system tray (bottom-right of taskbar)
- Right-click the icon to quit the application
- Closing the console window (if visible) will also stop FlowSquad
- To restart: Double-click
FlowSquad.exeagain
Data Location:
- All data stored in your local AppData folder:
- Location:
C:\Users\[YourUsername]\AppData\Local\FlowSquad\ flowsquad.db- Database filevector_db/- Code analysis embeddingsuploaded_documents/- Generated reportsanalysis_output/- Analysis results
- Location:
- Backup: Copy the
AppData\Local\FlowSquadfolder to preserve all data
System Requirements:
- Windows 10/11 (64-bit)
- 4 GB RAM minimum, 8 GB recommended
- 2 GB free disk space (more for large codebases)
- Internet connection (for LLM API access)
Installation (Docker - Linux/macOS/WSL/Server)
FlowSquad is available as a Docker container for cross-platform deployment!
Prerequisites:
- Docker installed (Get Docker)
- Docker Compose (included with Docker Desktop)
- 4 GB RAM minimum, 8 GB recommended
- Internet connection (for LLM API access)
Quick Start:
- Extract the
FlowSquad-Docker-v1.4.zipto a folder - Deploy using the deployment script:
Windows (PowerShell):
.\deploy.ps1Linux/Mac:
chmod +x deploy.sh ./deploy.sh - Access FlowSquad in your browser
- Navigate to http://localhost:5000
- First launch may take 15-20 seconds (container initialization)
- Complete the setup wizard on first launch
Managing the Container:
# Windows PowerShell
.\deploy.ps1 -Status # Check if running
.\deploy.ps1 -Logs # View logs
.\deploy.ps1 -Stop # Stop container
.\deploy.ps1 # Start (run again)
# Linux/Mac
./deploy.sh status # Check if running
./deploy.sh logs # View logs
./deploy.sh stop # Stop container
./deploy.sh # Start (run again)
Docker containers have different machine IDs than the host system. You'll need to:
- First startup: FlowSquad detects it's unlicensed and shows activation page
- Request Docker License: Contact support with your container's machine ID
- Activate: Support will provide a container-specific license file
Data Persistence:
- All data stored in Docker volume:
flowsquad-data - Survives container restarts and updates
- Location:
/datainside container
Backup:
# Backup data volume (creates flowsquad-backup.tar.gz)
docker run --rm -v flowsquad-data:/data -v $(pwd):/backup alpine tar czf /backup/flowsquad-backup.tar.gz /data
# Restore data volume from backup
docker run --rm -v flowsquad-data:/data -v $(pwd):/backup alpine tar xzf /backup/flowsquad-backup.tar.gz -C /
⚙️ First Time Setup
The setup wizard guides you through configuration:
Step 1: Select AI Provider
- GitHub Models pre-selected as default (recommended for evaluation)
- 30-day free trial - perfect for testing FlowSquad
- Access to GPT-4o, GPT-4o-mini, and embeddings
- Requires GitHub account and Personal Access Token
- Alternative providers:
- OpenAI - GPT-4, GPT-3.5 Turbo, text-embedding-3-small (paid plans)
- Anthropic - Claude 3.5 Sonnet, Claude 3 Opus (advanced reasoning)
Step 2: Configure Models & API
- Dynamic Instructions: Provider-specific setup steps appear automatically
- Get Your API Key:
- GitHub Models: https://github.com/settings/tokens (create Personal Access Token)
- OpenAI: https://platform.openai.com/api-keys
- Anthropic: https://console.anthropic.com/settings/keys
- Test API Key: Click "Test Key" to validate access and fetch available models
- Select Models: Choose from models your API key can actually access
- Set token limits (max tokens per request) and daily limits for cost control
- ✅ Validates authentication AND model access (not just credentials)
- ✅ Fetches your actual available models from the API
- ✅ Detects free tier limitations and quota issues
- Dropdowns populate with only accessible models after testing
Step 3: Optional LDAP Security (Recommended for Enterprise)
- Enable LDAP for secure authentication against Active Directory
- Benefits: Centralized user management, password policies, audit trails
- Configure LDAP server, port, bind credentials, and search base
- Map LDAP groups to FlowSquad roles
- Otherwise, use default admin/admin login (change password for security)
Step 4: Review & Complete
- Verify settings and click "Complete Setup"
Default Login Credentials:
- Username: admin
- Password: admin
📦 Working with Products
Creating a Product
Option 1: Try Demo (Recommended for First-Time Users)
- Click "🎬 Try Demo" button on dashboard
- Real-Time Progress Tracking: Watch as FlowSquad builds your demo with detailed step-by-step progress
- Completion Message: "🎉 FlowSquad at your service!"
- Next Step: Load sample requirements from
demo-products/ecommerce-platform/quick-requirements.txt - Go to Requirements tab → Paste text → Click "Refine Requirements"
- Next Step: Load sample requirements from
- Demo includes real analysis (not static data):
- 3 codebases analyzed with AI semantic analysis
- Backend API: Flask REST API (Python)
- Frontend: React TypeScript application
- Payment Service: Node.js microservice
- 15 test cases loaded in VectorDB for semantic search
- Try the complete workflow:
- Analyze Tab: View analyzed codebases and their intelligence
- Requirements Tab: Load sample requirements and refine with AI
- Design Tab: Generate technical designs from refined requirements
- Test Cases Tab: View loaded test cases and generate new ones
- QA Automation Tab: Upload automation scripts
- Quality Score Tab: Calculate quality score
Option 2: Create New Product
- Click "Add Product" from dashboard
- Enter product name and description
- Product admin is automatically set to "admin" (or select LDAP users if configured)
- Click "Create Product"
- Start adding codebases and requirements
🔧 Main Features
1. Code Analysis
Purpose: Understand your codebase structure, complexity, and language metrics
How to use:
- Go to product dashboard → Code Analysis tab
- Enter Git repository URL (or upload ZIP)
- Provide credentials if private repository
- Click "Analyze Codebase"
- View comprehensive results:
- Language Metrics: Lines of code per language
- Language Distribution: Percentage breakdown and visual charts
- Complexity Analysis: Cyclomatic complexity, cognitive complexity
- Code Structure: Entry points, dependencies, architecture layers
- Technology Stack: Frameworks and libraries detected
- File Statistics: Total files, directories, module count
- Export analysis results for documentation
2. Requirements Management
Purpose: Refine and improve requirements quality
How to use:
- Go to Requirements tab
- Choose input method:
- Paste text directly (one-liner or full document)
- Upload requirement document (.md, .txt, .pdf)
- Load from Jira ticket (Enterprise feature - preview only)
- Load from Confluence page (Enterprise feature - preview only)
- Click "Refine Requirements"
- Review AI-generated refined requirements with:
- Structured user stories
- Acceptance criteria
- Technical specifications
- Priority assignments
- Download or copy results
- Full document:
demo-products/ecommerce-platform/requirement-doc.md - Quick one-liners:
demo-products/ecommerce-platform/quick-requirements.txt
3. Design Generation
Purpose: Create technical design from requirements
How to use:
- Go to Design tab
- Select source (refined requirements or paste manually)
- Click "Generate Design"
- Review architecture diagrams and specifications
- Download design document
4. Test Case Generation
Purpose: Generate comprehensive test scenarios and manage test data
How to use:
- Go to Test Cases tab
- Option A - Generate from Design:
- Select source (design document or paste requirements)
- Click "Generate Test Cases"
- Review AI-generated scenarios with steps and expected results
- Option B - Upload Existing Tests:
- Click "Upload Test Cases" button
- Select CSV or Excel file with columns: title, priority, status, description
- Test cases stored for quality analysis
- Manage Test Cases:
- View all test cases in table format
- Export to Excel/CSV for external use
- Delete test cases using "Delete Test Cases" button
- View test-to-code ratio and coverage metrics
5. Automation Analysis
Purpose: Analyze test automation scripts and measure automation coverage
How to use:
- Go to QA Automation tab
- Analyze Scripts:
- Enter automation repository URL (Git)
- Or upload automation scripts as ZIP
- Click "Analyze Automation"
- View Results:
- Framework detection (Selenium, Pytest, JUnit, Cypress, etc.)
- Script count and coverage metrics
- Automation patterns and best practices
- Recommendations for improvement
- Manage Automation:
- Delete automation data using "Delete Automation" button
- Re-analyze after updates with "Re-Analyze" button
6. Quality Score Analysis
Purpose: Comprehensive quality metrics combining code, tests, and automation
How to use:
- Go to Quality Score tab
- Select Scan Mode:
- Quick Scan (Recommended): Test density analysis via keyword matching
- ⚡ Speed: 1-2 seconds
- 💰 Cost: Free
- 📊 Method: Measures test-to-code ratio (proxy metric)
- ✅ Best for: Fast quality checks, regular monitoring
- Deep Scan: LLM semantic coverage analysis
- ⏱️ Speed: 30-60 seconds
- 💰 Cost: $0.10-0.30 per analysis (API costs)
- 📊 Method: LLM validates actual function coverage
- ✅ Best for: Accurate coverage assessment, pre-release audits
- Quick Scan (Recommended): Test density analysis via keyword matching
- Click "Calculate Quality Score"
- Review 3-Layer Scoring System:
- Test Density/Semantic Coverage (60 points): Quick Scan uses test-to-code ratio, Deep Scan uses actual function coverage
- Automation Coverage (30 points): Automated tests / Total tests
- Bonus (10 points): High coverage on both metrics
- View Detailed Insights:
- Covered vs uncovered modules
- Test-to-code ratio (Quick) or function coverage (Deep)
- Automation percentage (target: >70%)
- Untested modules/functions requiring attention
- Risk assessment and recommendations
- 90-100: Excellent (Production-ready)
- 75-89: Good (Minor improvements needed)
- 60-74: Acceptable (Moderate technical debt)
- Below 60: Needs Improvement (High risk)
📊 Understanding Quality Score Calculation
FlowSquad's quality score is a weighted combination of three key metrics:
Formula Breakdown
Quality Score = (Test Density/Semantic Coverage × 0.6) + (Automation Coverage × 0.3) + Bonus (0-10 points)
Where:
- Test Density (Quick) = Based on test-to-code ratio (0-100%)
- Semantic Coverage (Deep) = LLM-validated function coverage (0-100%)
- Automation Coverage = (Automated Tests / Total Tests) × 100%
- Bonus = +10 points if Code Coverage >70% AND Automation >50%
Component 1: Test Density / Semantic Coverage (60% weight)
IMPORTANT: This is NOT traditional code coverage (line/branch coverage from instrumentation tools).
Quick Scan - Test Density:
- What it measures: Test-to-code ratio via keyword matching
- How it works: Counts tests mapped to each module by name similarity
- Accuracy: Proxy metric (doesn't validate actual test content)
- Speed: 1-2 seconds
- Cost: Free
Deep Scan - Semantic Coverage:
- What it measures: Actual function coverage using LLM
- How it works: LLM extracts functions from code, validates which tests cover them
- Accuracy: High (validates actual test-function relationships)
- Speed: 30-60 seconds
- Cost: ~$0.10-0.30 per analysis
Component 2: Automation Coverage (30% weight)
What it measures: Percentage of test cases that are automated
Automation % = (Number of Automation Scripts / Number of Test Cases) × 100%
Component 3: Completeness Bonus (10 points)
Conditions: Both must be true:
- Test Density/Semantic Coverage > 70%
- Automation Coverage > 50%
Complete Example
E-Commerce Demo Scenario (Quick Scan):
Initial State:
Code Modules: 3 (Backend, Frontend, Payment Service)
Test Cases: 15
Automation Scripts: 0
Test Density (Quick Scan):
- Test-to-code ratio: 15/3 = 5.0
- Density: 100% (5+ tests per module)
- Score: 100% × 0.6 = 60 points
Automation Coverage:
- Scripts: 0/15 = 0%
- Score: 0% × 0.3 = 0 points
Bonus: 0 (automation <50%)
Total Quality Score: 60/100 ⚠️
After Uploading Automation:
Test Density: 60 points
Automation Coverage: 14/15 = 93% = 28 points
Bonus: +10 (100% code + 93% automation)
Total Quality Score: 98/100 ✅
👤 Admin Features
Access admin features from the navigation bar:
License Info (🔑 License)
- View trial status and days remaining
- Check product usage (evaluation limit: 2 products)
- Request evaluation extension
- View machine ID for support
Setup Configuration (⚙️ Setup)
AI Provider Settings:
- Switch between OpenAI, GitHub Models, or Anthropic
- GitHub Models recommended for evaluation (30-day free trial)
- Update API keys securely (stored encrypted)
- Test API Key: Validates authentication AND model access
- Model Selection: Choose from models your API key can actually access
- Adjust token and daily limits for cost control
LDAP Security Configuration:
- Enable/disable LDAP authentication
- Update LDAP server connection details
- Configure user search base and filters
- Map LDAP groups to application roles
- Test LDAP connectivity before saving
💡 Tips & Best Practices
- Security Best Practices
- API keys encrypted in database (Fernet encryption)
- Use separate API keys for evaluation vs production
- Enable LDAP for enterprise-grade authentication
- Change default admin password immediately
- Use LDAP groups for role-based access control
- Try Demo First
- Click "🎬 Try Demo" to see the complete FlowSquad workflow
- Real AI analysis runs during demo creation
- Experience the full SDLC pipeline: Code → Requirements → Design → Tests → Quality
- Demo includes 3 codebases, 15 test cases, sample requirements
- Cost Management
- GitHub Models: 30-day free trial - best for evaluation
- OpenAI: Start with daily limits to control costs
- Use GPT-3.5 Turbo for faster/cheaper processing
- GPT-4/GPT-4o provides better quality for complex analysis
- Quality Score Optimization
- Target 3-5 test cases per code module (test-to-code ratio)
- Aim for >70% automation coverage
- Use descriptive test/automation names for proper mapping
- Re-run quality score after improvements to track progress
- Evaluation Limits
- Maximum 2 products
- 45-day trial period
- Full feature access during evaluation
🔄 Common Workflows
Workflow 0: Quick Demo (First-Time Users)
- Click "Try Demo" on dashboard
- Explore e-commerce platform demo with complete data
- Use sample requirements from
demo-products/ecommerce-platform/ - Test Requirements refinement and Design generation
- Delete demo product when ready for real work
Workflow 1: New Feature Development
- Create product
- Analyze existing codebase
- Add feature requirements (paste or upload document)
- Refine requirements with AI
- Generate design document
- Generate test cases
- Upload or link automation repository
- Review quality score and identify gaps
Workflow 2: Legacy Code Understanding
- Create product
- Analyze codebase for complexity hotspots
- Review entry points and dependencies
- Upload existing test cases (CSV/Excel)
- Analyze automation coverage
- Run quality score analysis
- Get prioritized refactoring recommendations
Workflow 3: Complete SDLC Flow
- Create product
- Upload/paste requirements document
- Refine requirements with AI-generated user stories
- Generate technical design with architecture diagrams
- Generate comprehensive test cases
- Upload existing test cases or create new ones
- Analyze automation repository
- Calculate quality score (target: >75/100)
- Iterate on gaps identified by quality analysis
🆘 Troubleshooting
"Setup Required" Error
Cause: Setup not completed or database missing
Solution:
- Complete the setup wizard
- If issue persists, reinstall FlowSquad
"Invalid API Key" Error
Cause: API key incorrect or expired
Solution:
- Go to provider website and verify key
- Generate new API key if needed
- Use "Test API Key" button before saving
- Check for typos or extra spaces
"License Expired" Error
Cause: 45-day trial period ended
Solution:
- Get machine request key from License Info
- Contact support@flowsquad.com for extension
"Product Limit Reached" Error
Cause: Already have 2 products (evaluation max)
Solution:
- Delete an existing product from the dashboard
- Product deletion removes database records AND uploaded documents folder
- Contact support@flowsquad.com for increased limit
Code Analysis Fails
Possible Causes:
- Unsupported language
- Large codebase (memory limits)
- Invalid file structure
Solutions:
- Check language is supported (supports 30+ languages)
- Split large codebases into modules
- Ensure ZIP contains source code (not binaries)
- Check logs/ folder for detailed error messages
LDAP Connection Fails
Possible Causes:
- LDAP server unreachable
- Incorrect bind credentials
- Port blocked by firewall
- Search base misconfigured
Solutions:
- Verify LDAP host/port with IT department (standard: 389 for LDAP, 636 for LDAPS)
- Test bind user credentials separately
- Check firewall allows outbound connections
- Try without SSL first (port 389) for testing
- Verify search base DN matches your Active Directory structure
Quality Score Shows 0/100 or Low Score
Possible Causes:
- No codebases analyzed yet
- No test cases uploaded
- No automation scripts analyzed
Solutions:
- Analyze at least one codebase first
- Upload test cases (CSV/Excel) or generate from design
- Analyze automation repository for coverage metrics
- Use "Try Demo" to see realistic quality metrics (80-85/100)
- Re-run quality analysis after adding data
❓ FAQ
Q: Should I try the demo first?
A: Yes! Click "Try Demo" to instantly explore all features with a complete e-commerce platform example. Delete it when ready for actual work.
Q: What file formats can I upload for test cases?
A: CSV and Excel (.xlsx, .xls) files. Required columns: title, priority, status, description.
Q: How is the Quality Score calculated?
A: Three components: Test Density/Semantic Coverage (60 points), Automation Coverage (30 points), Quality Metrics (10 points bonus). Target: >75/100 for production-ready code.
Q: What automation frameworks are supported?
A: All major frameworks: Selenium, Pytest, JUnit, TestNG, Cypress, Playwright, Mocha, Jest, Protractor, Robot Framework, Cucumber, SpecFlow, and more.
Q: What programming languages are supported for analysis?
A: FlowSquad supports 30+ languages including JavaScript, TypeScript, Python, Java, C#, PHP, Ruby, Swift, Kotlin, Go, Rust, and more.
Q: Can I delete test cases or automation data?
A: Yes. Each tab has a "Delete" button to remove all uploaded data and start fresh.
Q: Is my code sent to OpenAI/GitHub?
A: Only when explicitly requested for analysis. Code analysis happens locally. LLM is used only for documentation generation and requirements analysis.
Q: Which AI provider should I choose?
A: GitHub Models offers 30-day free trial (recommended). OpenAI (GPT-4) offers excellent quality. Anthropic (Claude) provides superior reasoning.
Q: Can I use offline?
A: No, evaluation version requires internet for LLM API calls. Enterprise version offers offline mode with local LLMs.
Q: Should I enable LDAP?
A: Yes, if you have Active Directory. LDAP provides enterprise-grade security: centralized authentication, password policies, and audit trails.
Q: Can multiple users use it simultaneously?
A: Yes. Evaluation version supports LDAP authentication for multiple users. Enterprise version provides unlimited concurrent users.
Q: What happens after 45 days?
A: Application stops allowing new products/analysis. Contact support@flowsquad.com for extension or upgrade.
Q: Can I migrate to a different machine?
A: Yes, but license is MAC-address locked. Contact support@flowsquad.com for a new license.
Q: Is my data secure?
A: Yes. All data stored locally in encrypted SQLite database. API keys encrypted with Fernet.
Q: Can I backup my data?
A: Yes. Backup the FlowSquad installation folder, especially flowsquad_engine.db file.
🚀 Enterprise Features (Coming Soon)
FlowSquad Enterprise Edition is currently under development. Based on evaluation user feedback, we're building a production-grade platform for teams of all sizes.
Enterprise Roadmap
Phase 1: Database Migration & Multi-Tenancy
- ✅ PostgreSQL database (scalable, production-ready)
- ✅ Multi-tenant architecture (organization isolation)
- ✅ Advanced RBAC (roles: admin, product manager, developer, viewer)
- ✅ Unlimited products and users
- ✅ Data migration from evaluation version (zero data loss)
Phase 2: Enterprise Features & Billing
- ✅ Stripe billing integration (subscription management)
- ✅ License management (online validation, grace periods)
- ✅ MFA support (TOTP via QR code)
- ✅ Enhanced audit logging
- ✅ Email notifications
- ✅ Organization dashboard (usage metrics, cost breakdown)
Phase 3: Advanced SDLC Pipeline - Complete Squad Workflow
- ✅ Requirements → Stories → Tasks End-to-End Flow
- ✅ User Story Breakdown (IT + Non-IT stories)
- ✅ Task Generation (Development, QA, Design, DevOps, Documentation, Security)
- ✅ Story Point Estimation (with confidence scoring)
- Flow: Seamless Requirements → Stories → Tasks → Execution pipeline
- Squad: Every team member gets their tasks automatically
- End-to-End: From business idea to production-ready work items in minutes
Phase 4: Integrations
- ✅ GitHub/GitLab/Bitbucket (enhanced repository integration)
- ✅ Jira/Linear/Azure Boards (bidirectional sync)
- ✅ Confluence/Notion (auto-publish design docs)
- ✅ Slack/Teams (notifications, webhooks)
- ✅ SSO/SAML (enterprise authentication)
How to Stay Updated
Join the Enterprise Waitlist:
- Visit: https://flowsquad.io/enterprise (coming soon)
- Email: enterprise@flowsquad.com
📞 Support
Evaluation Extension:
- Click "🔑 License" → "Request Extension"
- Email generated key to support@flowsquad.com
Questions or Issues:
- Email: support@flowsquad.com
- Include your machine ID (from License page)
Upgrade to Enterprise:
- Email: support@flowsquad.com
- Unlimited products, advanced features, on-premise deployment
For detailed technical documentation and integration guides, contact support@flowsquad.com
© 2026 FlowSquad - Evaluation Version