Initialize Celery in existing project with framework detection
Initialize Celery in your project with automatic framework detection. Use this when adding Celery to Django, Flask, FastAPI, or standalone Python projects to get proper configuration, security best practices, and environment variable setup.
/plugin marketplace add vanman2024/ai-dev-marketplace/plugin install celery@ai-dev-marketplaceproject-pathšØ EXECUTION NOTICE FOR CLAUDE
When you invoke this command via SlashCommand, the system returns THESE INSTRUCTIONS below.
YOU are the executor. This is NOT an autonomous subprocess.
Immediately after SlashCommand returns, start executing Phase 0, then Phase 1, etc.
See @CLAUDE.md section "SlashCommand Execution - YOU Are The Executor" for detailed explanation.
Arguments: $ARGUMENTS
Goal: Initialize Celery with automatic framework detection and broker configuration
Core Principles:
Phase 1: Discovery Goal: Understand project structure and detect framework
Actions:
!{bash cd "${ARGUMENTS:-.}" && pwd} !{bash ls -la manage.py settings.py app.py main.py requirements.txt pyproject.toml 2>/dev/null | head -20}
Phase 2: Framework Analysis Goal: Load project files to confirm framework type
Actions:
Example checks:
Phase 3: Setup Initialization Goal: Invoke celery-setup-agent with detected context
Actions:
Task(description="Initialize Celery with framework detection", subagent_type="celery:celery-setup-agent", prompt="You are the celery-setup-agent. Initialize Celery for project at: $ARGUMENTS
Framework Detection Results:
Requirements:
Security Requirements:
Expected deliverable:
Phase 4: Verification Goal: Confirm Celery is properly initialized
Actions:
Phase 5: Summary Goal: Document what was accomplished and next steps
Actions:
Display initialization summary:
Next steps:
Security reminder: