UNPKG

quallaa-cli

Version:

Sets up core infrastructure services for AI-assisted development

4 lines 2.53 kB
import { RoleContext } from '../../types'; export declare const productContext: RoleContext; export declare const productSections = "\n## User Analytics & Tracking Context\nBasic user analytics and tracking setup:\n- Event tracking: Custom events for user actions and feature usage\n- Funnel analysis: Conversion tracking through user journeys\n- Cohort analysis: User retention and engagement over time\n- Session recording: Understanding user behavior patterns\n- Performance metrics: Page load times and user experience metrics\n- Custom dimensions: Track product-specific metrics that matter to your business\n\n## A/B Testing Framework\n- Feature flags: Toggle features for different user segments\n- Statistical significance: Proper sample size and confidence intervals\n- Metric tracking: Compare conversion rates across test variants\n- User assignment: Consistent assignment to test groups\n- Results analysis: Clear reporting on test outcomes\n- Rollout strategy: Gradual feature rollout based on test results\n\n## Feature Flag Management\n- Database-driven feature flags with real-time updates\n- User segment targeting (role, plan, location, etc.)\n- Percentage-based rollouts for gradual feature releases\n- Emergency kill switches for quick feature disable\n- A/B test integration with feature flag system\n- Analytics integration to measure flag impact\n\n## Customer Feedback Systems\n- In-app feedback collection with contextual triggers\n- Feature request voting and prioritization\n- User interview scheduling and management\n- Feedback categorization and sentiment analysis\n- Integration with product roadmap planning\n- Customer success team collaboration tools\n\n## Product-Specific Libraries\n- Analytics: Custom event tracking, user journey analysis\n- Experimentation: A/B test framework with statistical analysis \n- Feedback: User survey integration, feature request management\n- Metrics: KPI dashboards, conversion funnel analysis\n- Segmentation: User cohort analysis, behavioral targeting\n\n## Common Product Management Tasks\n- Monitor feature adoption rates and usage patterns\n- Set up conversion funnels for key user journeys\n- Create user segments based on behavior and demographics\n- Run experiments to optimize product metrics\n- Build custom reports for executive stakeholders\n- Track customer satisfaction and Net Promoter Score\n- Analyze user feedback to inform product roadmap\n- Monitor product performance across different user segments\n"; //# sourceMappingURL=product.d.ts.map