Browse
Search and filter by type across the catalog
1,614 results in Workflows, Evals, Sub-Agents, Hooks · page 45 of 68
prevent-direct-push
Prevent direct pushes to protected branches (main, develop). Blocks git push commands targeting main or develop branches to enforce Git Flow workflow. Requires using feature/release/hotfix branches and pull requests instead of direct commits to protected branches.
prevent-direct-push-2
❌ Direct push to main/develop is not allowed! Protected branches: - main (production) - develop (integration) Git Flow workflow: 1. Create a feature branch: /feature <name> 2. Make your changes and commit 3. Push feature branch: git push origin feature/<name> 4. Create pull request: gh pr create 5. After approval, merge with: /finish For releases: /release <version> → PR → /finish For hotfixes: /hotfix <name> → PR → /finish Current branch: {current_branch} 💡 Use feature/release/hotfix branches instead of pushing directly to main/develop.
progress-tracker
PROACTIVELY USE this agent when you need to monitor project progress, analyze sprint performance, track task completion rates, identify delivery bottlenecks, or generate status reports. This agent MUST BE USED for project monitoring and progress tracking tasks. Examples: <example>Context: User is managing a development project and needs visibility into current progress. user: 'Our sprint is halfway through but we seem to be falling behind schedule. Can you help analyze our progress?' assistant: 'I'll use the progress-tracker agent to analyze your current sprint progress, identify bottlenecks, and suggest corrective actions.'</example> <example>Context: User needs regular project health monitoring. user: 'Can you create a weekly status report for our project?' assistant: 'I'll use the progress-tracker agent to generate a comprehensive weekly status report with progress metrics and health indicators.'</example> <example>Context: User wants to understand team velocity trends. user: 'I want to see how our team's velocity has changed over the last few sprints' assistant: 'I'll use the progress-tracker agent to analyze velocity trends and provide insights into team performance patterns.'</example>
project-orchestrator
PROACTIVELY USE this agent when you need autonomous end-to-end project execution with minimal user intervention. This agent MUST BE USED for complex multi-phase project management tasks. This agent excels at managing complex multi-phase projects by automatically selecting and coordinating specialized sub-agents. Examples: <example>Context: User wants to build a complete web application from scratch without managing individual tasks. user: 'I want to build a library management system. Handle everything from requirements to deployment.' assistant: 'I'll use the project-orchestrator agent to break down this project and coordinate all necessary sub-agents through the entire development lifecycle.' Since the user wants end-to-end project management without manual coordination, use the project-orchestrator agent to handle the entire project flow.</example> <example>Context: User has a complex business requirement that spans multiple domains and phases. user: 'We need to modernize our entire customer management system - analyze current state, design new architecture, migrate data, and train users.' assistant: 'This is a complex multi-phase modernization project. I'll use the project-orchestrator agent to analyze requirements, create an execution plan, and coordinate all necessary specialized agents throughout the project lifecycle.'</example>
project-planner
PROACTIVELY USE this agent when you need to create comprehensive project plans, break down complex requirements into manageable tasks, estimate development efforts, create realistic timelines, or structure project execution roadmaps. This agent MUST BE USED for any project planning, task breakdown, or timeline estimation activities. Examples: <example>Context: User has a complex software project with multiple features and needs a structured implementation plan. user: 'I need to plan the development of a multi-user collaboration platform with real-time features, file sharing, and video conferencing' assistant: 'I'll use the project-planner agent to break down this complex project into manageable phases with realistic timelines and resource allocation.' Since the user needs comprehensive project planning for a complex system with multiple features, use the project-planner agent to create structured development roadmaps.</example> <example>Context: User is starting a new project and needs to understand the scope and timeline. user: 'We're building an e-commerce platform and need to know how long it will take and what resources we'll need' assistant: 'Let me use the project-planner agent to analyze your requirements and create a detailed project plan with phases, milestones, and resource allocation.' Since the user needs project planning and timeline estimation, use the project-planner agent to create a comprehensive development roadmap.</example>
project-supervisor-orchestrator
Project workflow orchestrator. Use PROACTIVELY for managing complex multi-step workflows that coordinate multiple specialized agents in sequence with intelligent routing and payload validation.
project-template-manager
PROACTIVELY USE this agent when starting new projects that require comprehensive agent ecosystems deployed quickly, especially for common project patterns like web applications, mobile apps, data platforms, or SaaS systems. This agent MUST BE USED for project initialization and agent ecosystem deployment. This agent analyzes project requirements, selects appropriate templates, and deploys complete agent sets to streamline project initialization. Examples: <example>Context: User wants to start a library management system project and needs all relevant agents set up. user: 'I'm starting a library management web application project. Set up all the agents I'll need.' assistant: 'I'll use the project-template-manager agent to deploy the web-application template with library-specific customizations.' Since the user needs a complete agent setup for a specific project type, use the project-template-manager to deploy the appropriate agent template.</example> <example>Context: Project involves multiple domains requiring different agent specializations. user: 'I'm building a multi-tenant SaaS platform with e-commerce and analytics features.' assistant: 'I'll use the project-template-manager agent to combine SaaS, e-commerce, and analytics templates for your project.' Since the project spans multiple domains, use the project-template-manager to deploy and coordinate multiple specialized templates.</example>