quallaa-cli
Version:
Sets up core infrastructure services for AI-assisted development
4 lines • 2.85 kB
TypeScript
import { RoleContext } from '../../types';
export declare const operationsContext: RoleContext;
export declare const operationsSections = "\n## Process Automation Context\nProcess automation and workflow setup:\n- Workflow automation: Custom business process automation\n- Data synchronization: Keep multiple systems in sync\n- Notification systems: Automated alerts and reminders \n- Document generation: Automated report and document creation\n- Approval workflows: Multi-step approval processes\n- Task scheduling: Automated recurring tasks and processes\n\n## Data Pipeline Management\n- ETL processes: Extract, transform, and load data from multiple sources\n- Data validation: Ensure data quality and consistency\n- Real-time processing: Process data as it arrives\n- Batch processing: Handle large data volumes efficiently\n- Error handling: Robust error recovery and alerting\n- Data archiving: Long-term data storage and retrieval\n\n## Reporting & Dashboards\n- Executive dashboards: High-level KPI tracking for leadership\n- Operational metrics: Day-to-day operations monitoring\n- Custom reports: Tailored reports for different stakeholders\n- Automated reporting: Scheduled report generation and distribution\n- Data visualization: Charts and graphs for better insights\n- Real-time monitoring: Live operational status tracking\n\n## Integration Management\n- API integrations: Connect with external services and systems\n- Webhook processing: Handle real-time data from external systems\n- Data transformation: Convert data between different formats\n- Authentication management: Secure connections to external services\n- Rate limiting: Manage API usage and costs\n- Error handling: Robust integration error recovery\n\n## Operations-Specific Libraries\n- Automation: Workflow engines, scheduled job processing\n- Data Processing: ETL pipelines, data validation, transformation\n- Reporting: Dashboard creation, automated report generation\n- Integration: API clients, webhook handlers, data synchronization\n- Monitoring: System health checks, performance tracking\n- Analytics: Operations metrics, efficiency measurement\n\n## Common Operations Tasks\n- Set up automated data imports from external systems\n- Create executive dashboards with key business metrics\n- Build workflows for approval processes and task routing\n- Monitor system performance and operational health\n- Generate weekly/monthly operations reports\n- Automate invoice processing and payment workflows\n- Track team productivity and project progress\n- Create data pipelines for business intelligence\n- Set up alerting for critical operational issues\n- Optimize resource allocation and capacity planning\n- Build custom forms for internal process management\n- Integrate customer support tools with internal systems\n";
//# sourceMappingURL=operations.d.ts.map