This commit is contained in:
10
ideas/customer-support/ticket-triage-agent.md
Normal file
10
ideas/customer-support/ticket-triage-agent.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Ticket Triage Agent
|
||||
|
||||
Automate classification, prioritization, and first-draft responses for support tickets. Route to the right team and enforce SLAs.
|
||||
|
||||
Agent capabilities:
|
||||
- Classify intent, extract entities, and determine severity/SLA
|
||||
- Draft suggested replies, escalate to human agents for complex cases
|
||||
- Auto-create incidents for systemic issues and trigger runbooks
|
||||
|
||||
Integrations: Zendesk, Freshdesk, Jira, email, chat platforms.
|
||||
10
ideas/data-engineering/pipeline-orchestrator.md
Normal file
10
ideas/data-engineering/pipeline-orchestrator.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Data Pipeline Orchestrator
|
||||
|
||||
Automate ETL/ELT workflows: schedule jobs, handle retries, detect schema drift, spin up jobs on demand, and auto-heal failed runs.
|
||||
|
||||
Agent capabilities to add:
|
||||
- Connect to data sources, run transformations, and validate outputs
|
||||
- Auto-scale compute for heavy jobs and failover to cheaper instances
|
||||
- Send alerts, open issues, or create remediation PRs when data quality breaks
|
||||
|
||||
Integrations: Airflow, Prefect, dbt, Snowflake, BigQuery, S3.
|
||||
10
ideas/hardware-automation/firmware-updater.md
Normal file
10
ideas/hardware-automation/firmware-updater.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Automated Firmware Updater
|
||||
|
||||
Safely roll out firmware updates to fleets of IoT devices and embedded hardware with canaries, staged rollouts and automatic rollback on failures.
|
||||
|
||||
Agent capabilities:
|
||||
- Orchestrate canary batches, monitor device health/telemetry, and pause/rollback on anomalies
|
||||
- Maintain cryptographic signing, version compatibility checks, and staged deployment policies
|
||||
- Integrate with device registries and update delivery networks
|
||||
|
||||
Integrations: Mender, balena, OTA servers, device telemetry systems.
|
||||
10
ideas/legal-compliance/regulatory-audit-agent.md
Normal file
10
ideas/legal-compliance/regulatory-audit-agent.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Regulatory Audit Agent
|
||||
|
||||
Scan policies, procedures and documentation to surface compliance gaps and create prioritized remediation tasks.
|
||||
|
||||
Agent capabilities:
|
||||
- Map regulatory requirements to company docs and highlight mismatches
|
||||
- Produce audit-ready reports and suggested procedural changes
|
||||
- Track remediation progress and prepare evidence bundles
|
||||
|
||||
Integrations: document stores, ticket trackers, DLP systems, policy repositories.
|
||||
10
ideas/localization/translation-pipeline.md
Normal file
10
ideas/localization/translation-pipeline.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Translation & Localization Pipeline
|
||||
|
||||
Automate translation workflows, context-aware QA, and localization testing for products and docs.
|
||||
|
||||
Agent capabilities:
|
||||
- Extract translatable strings, run MT + human-in-the-loop review, and validate context
|
||||
- Maintain glossaries, detect UI truncation/regressions, and run pseudo-localization tests
|
||||
- Deploy localized assets and notify stakeholders of changes
|
||||
|
||||
Integrations: Translation APIs, TMS (Crowdin/Transifex), CI pipelines.
|
||||
10
ideas/marketing-automation/experiment-runner.md
Normal file
10
ideas/marketing-automation/experiment-runner.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Marketing Experiment Runner
|
||||
|
||||
Automate A/B/n experiments across web, email and ads, collect metrics, analyze significance, and implement winners.
|
||||
|
||||
Agent capabilities:
|
||||
- Launch experiments, monitor metrics, and detect early signals
|
||||
- Automatically allocate traffic and pause harmful variants
|
||||
- Generate statistical reports and suggest next tests
|
||||
|
||||
Integrations: GA4, Optimizely, email providers, ad platforms, analytics stores.
|
||||
10
ideas/robotics-edge/robot-task-scheduler.md
Normal file
10
ideas/robotics-edge/robot-task-scheduler.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Robot Task Scheduler
|
||||
|
||||
Schedule, dispatch, and monitor autonomous tasks for robots, drones and edge controllers. Handle retries, collision avoidance cues, and mission telemetry.
|
||||
|
||||
Agent capabilities:
|
||||
- Convert high-level goals into step sequences, allocate robots, and route tasks by location/availability
|
||||
- Monitor telemetry, pause tasks for safety or low battery, trigger human approval for risky ops
|
||||
- Record mission logs and auto-generate post-run reports
|
||||
|
||||
Integrations: ROS, MQTT, fleet management systems, edge compute.
|
||||
10
ideas/rpa-desktop/desktop-automation-manager.md
Normal file
10
ideas/rpa-desktop/desktop-automation-manager.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Desktop Automation Manager
|
||||
|
||||
Manage robotic process automation (RPA) flows across user desktops and virtual machines: schedule macros, enforce permissions, and collect results.
|
||||
|
||||
Agent capabilities:
|
||||
- Record user flows, convert to reusable automations, and run under safe sandboxes
|
||||
- Monitor success/failure, rotate credentials securely, and generate audit logs
|
||||
- Provide self-service for non-technical users to trigger automations
|
||||
|
||||
Integrations: WinAppDriver, AutoHotkey, Power Automate, credential stores.
|
||||
Reference in New Issue
Block a user