Ever wished you could:
- Save your best AI conversations and reuse them?
- Share your AI expertise with your team?
- Make sure AI gives you consistent results?
- Build on what works instead of starting from scratch?
That's exactly what this library helps you do! Think of it as your collection of AI recipes that:
- Work reliably every time
- Get better with each use
- Anyone can learn and apply
- Scale across teams
It's as simple as:
- Open Cursor AI's Composer (CMD/CTRL + I)
- Copy any
run.md
file content - Fill in your specific details
- Press Enter and watch it work!
The easiest way:
- Go to
factory/new_workflow/
- Follow the steps in
run.md
- Get a professional workflow in seconds
_ai_workflows/
├── code_based/ # Workflows with Python automation
│ └── faq_analysis/ # Example: FAQ improvement workflow
├── factory/ # Create new workflows
│ ├── new_workflow/ # Complete workflow template
│ └── new_instructions/ # Single task template
├── templates/ # Reusable patterns
└── text_based/ # Text-only workflows
Perfect for when you want to:
- Experiment quickly
- Discuss ideas with AI
- Refine things interactively
- Keep things simple
Better when you need to:
- Run things automatically
- Have more control
- Integrate with other tools
- Be independent from AI assistants
For processes you'll repeat:
workflow_name/
├── instructions/ # Step-by-step guide
│ └── instructions_v1.0.0.md
└── run.md # Ready to execute
For one-time complex tasks:
project_name/
└── instructions_v1.0.0.md
- Use version numbers (v1.0.0)
- Document what changed
- Keep previous versions
- Files start with
__validation_required
- Always check the results
- Remove the suffix after validation
- Test with different inputs
- One clear goal per workflow
- Standard inputs and outputs
- Clear success criteria
- Regular improvements
Check out the FAQ analysis workflow in code_based/faq_analysis/
:
- Text version for quick experiments
- Code version for automation
- Complete documentation
- Ready to use!
- Try existing workflows
- Test in your projects
- Document what you learn
- Share improvements
Built with ❤️ by AI Swiss