📄️ Acceptance Testing
User acceptance testing workflow with stakeholder validation
📄️ Api Documentation Generation
Generate comprehensive API documentation from code
📄️ Architecture Documentation
Generate architecture documentation with C4 diagrams and ADRs
📄️ Caching Strategy
Implement caching strategy for performance improvement
📄️ Changelog Update
Update CHANGELOG.md with recent changes following Keep a Changelog format
📄️ Code Quality Gate
Comprehensive code quality validation before merge/deploy
📄️ Code Review Request
Request code review with AI pre-review for common issues
📄️ Code Review Response
Address code review feedback and update PR
📄️ Compliance Audit
Security compliance audit against standards (OWASP, SOC2, etc.)
📄️ Context Export
Export session context for preservation and sharing
📄️ Context Import
Import and restore context from previous session
📄️ Context Switch
Switch between projects or features with context preservation
📄️ Continuous Deployment
Automated deployment pipeline to staging and production
📄️ Continuous Integration
Set up or update CI pipeline for automated testing and validation
📄️ Daily Standup
Generate daily progress summary for standup meetings
📄️ Database Optimization
Optimize database queries and schema for performance
📄️ Decision Log
Log and track important project decisions
📄️ Deployment Rollback
Rollback failed deployment to previous stable version
📄️ Documentation Audit
Comprehensive documentation quality audit with gap identification
📄️ Experiment Tracking
Track experiments with hypotheses, results, and learnings
📄️ Handoff Creation
Create comprehensive handoff document for session continuity
📄️ Handoff Resume
Resume work from handoff document with context restoration
📄️ Infrastructure Provisioning
Provision cloud infrastructure using IaC (Terraform, CloudFormation)
📄️ Knowledge Search
Search knowledge base for decisions, patterns, and solutions
📄️ Load Testing
Execute load tests to validate performance under stress
📄️ Memory Optimized Implementation
Workflow for Memory Optimized Implementation
📄️ Monitoring Setup
Set up application monitoring, logging, and alerting
📄️ Penetration Testing
Automated penetration testing and security validation
📄️ Performance Optimization
Optimize application performance based on profiling results
📄️ Performance Profiling
Profile application performance and identify bottlenecks
📄️ Project Archive
Archive completed or deprecated project with full context preservation
📄️ Project Configure
Configure existing project settings, environment variables, and build configuration
📄️ Project Create
Create a new project with complete structure, planning documents, and starter templates
📄️ Project Kickoff
Workflow for Project Kickoff
📄️ Project Maintain
Routine project maintenance including dependency updates, security patches, and cleanup
📄️ Project Migrate
Migrate project to new framework, language, or architecture
📄️ Proof Of Concept
Full proof-of-concept with validation against success criteria
📄️ Pull Request Creation
Create pull request with comprehensive description and change analysis
📄️ Quality Metrics Dashboard
Generate comprehensive quality metrics dashboard
📄️ Quick Fix
Rapid bug fix workflow with minimal overhead
📄️ Rapid Prototype
Quickly build proof-of-concept to validate idea
📄️ Readme Maintenance
Create or update project README with current information
📄️ Regression Testing
Full regression test suite execution with failure analysis
📄️ Secrets Management
Audit and secure secrets and credentials
📄️ Security Fix Implementation
Fix identified security vulnerabilities with validation
📄️ Security Vulnerability Scan
Comprehensive security scan for vulnerabilities and misconfigurations
📄️ Self-Healing Agent Pipeline
Workflow for Self-Healing Agent Pipeline
📄️ Session Analysis
Analyze large JSONL session files with intelligent chunking
📄️ Session End
End development session with checkpoint creation and context preservation
📄️ Session Start
Start a new development session with context restoration and environment verification
📄️ Spike Investigation
Technical spike to investigate unknown or risky approach
📄️ Sprint Planning Cycle
Workflow for Sprint Planning Cycle
📄️ Task Breakdown
Workflow for Task Breakdown
📄️ Technology Evaluation
Evaluate new technology or framework for adoption
📄️ Test Driven Development
TDD cycle: write test, implement feature, refactor