Multi-Skill Workflows
Skill Composition
Chain multiple skills in one task:
Research industry trends, compile an analysis report, then generate a presentation
Agent auto-chains: research skill > document skill > PPT skill.
Scheduled Task Chains
| Task | Schedule | Description |
|---|---|---|
| Data pull | 0 0 6 * * * | Fetch latest data |
| Analysis | 0 0 7 * * * | Generate daily report |
| Push | 0 30 8 * * * | Send to department group |
Each task’s output feeds the next via fixed paths.
Taskboard Pipelines
Custom workflows (column transition rules) via the React Flow editor. Agent-dispatched tasks auto-advance through stages.
Channel-Triggered Workflows
@LanMateBot Start the weekly report workflow
Agent executes preset steps, pushing progress to Lansenger.
Parallel Sub-Agents
Split these 100 contracts into 5 groups and review them in parallel
Five sub-agents work simultaneously; the main agent consolidates.