Workflow Library
CODITECT's comprehensive workflow library contains 1,147 automated workflows organized across 30+ categories. Each workflow defines a multi-step automation pattern executed by specialized AI agents.
Quick Stats
| Metric | Value |
|---|---|
| Total Workflows | 1,147 |
| Categories | 30+ |
| Execution Method | /workflow <category>/<name> |
Browse by Category
Development & DevOps
| Category | Workflows | Description |
|---|---|---|
| Developer Experience | 55 | Project setup, CI/CD, debugging |
| DevOps | 55 | Infrastructure, deployment, monitoring |
| Security | 5 | Vulnerability scanning, compliance |
| Performance | 5 | Profiling, optimization, load testing |
| Quality Assurance | 5 | Testing, code quality gates |
Business & Operations
| Category | Workflows | Description |
|---|---|---|
| Operations | 100 | Process automation, workflows |
| Business/Sales | 50 | Sales automation, CRM |
| Professional/HR | 50 | HR automation, onboarding |
| Personal/Productivity | 50 | Personal productivity automation |
Industry-Specific
| Category | Workflows | Description |
|---|---|---|
| Healthcare | 50 | Medical workflows, HIPAA compliance |
| Financial Services | 50 | Banking, fintech automation |
| Legal Services | 49 | Legal document workflows |
| Manufacturing | 50 | Production, inventory |
| Retail & E-commerce | 50 | E-commerce automation |
| Real Estate | 50 | Property management |
| Education | 50 | Educational content |
| Hospitality & Tourism | 49 | Hotel, travel workflows |
| Energy & Utilities | 50 | Energy sector automation |
| Transportation & Logistics | 48 | Logistics, shipping |
Creative & Research
| Category | Workflows | Description |
|---|---|---|
| Creative/Design | 50 | Design automation |
| Creative/General | 50 | Content creation |
| Research/Intelligence | 50 | Competitive analysis, research |
| Community | 50 | Community management |
| Finance/Investment | 50 | Investment analysis |
Core Workflows
| Category | Workflows | Description |
|---|---|---|
| Documentation | 5 | Documentation generation |
| Collaboration | 5 | Team collaboration |
| Innovation | 5 | Prototyping, experiments |
| Memory & Context | 5 | Context management |
| Project Lifecycle | 5 | Project management |
Workflow Structure
Each workflow contains:
- Mermaid Diagram - Visual flowchart of the workflow steps
- Step Narratives - Detailed description of each step with agent assignments
- Metadata - Complexity, duration, category, and tags
- Usage - Command to execute the workflow
Example Workflow
# Execute a workflow
/workflow developer-experience/continuous-integration
# List workflows in a category
/workflows list developer-experience
# Search workflows
/workflows search "security audit"
Workflow Metadata
Each workflow includes:
- Complexity:
simple|moderate|complex - Duration: Estimated execution time (e.g., "15-30m")
- Category: Primary category classification
- Tags: Searchable tags for discovery
- Agent: Primary AI agent responsible for execution
Contributing Workflows
To add new workflows:
- Create a JSON file following the n8n workflow format
- Include
_coditectmetadata block - Place in appropriate category folder under
~/.coditect/workflows/ - Run
python scripts/workflow-to-docs.py --batchto regenerate docs
Version: 1.5.0 | Last Updated: January 9, 2026 | Workflows: 1,147