Integration Command
Creates new branch from main, stops test server, runs cleanup script, and auto-learns from completed work.
/plugin marketplace add jleechanorg/claude-commands/plugin install claude-commands@claude-commands-marketplaceWhen this command is invoked, YOU (Claude) must execute these steps immediately: This is NOT documentation - these are COMMANDS to execute right now. Use TodoWrite to track progress through multi-phase workflows.
Action Steps:
Purpose: Create fresh branch from main and cleanup test servers
Action: Stop test server → Run ./integrate.sh script → Clean environment
Usage:
/integrate - Creates dev{timestamp} branch/integrate [branch-name] - Creates branch with custom name/integrate --force - Override safety checksExamples:
/integrate - Creates dev1752251680 branch/integrate newb - Creates newb branch/integrate feature/my-feature - Creates feature/my-feature branch/integrate fix/bug-123 --force - Creates fix/bug-123 branch, overriding checksEnhanced Implementation:
/learn to capture insights from completed work./integrate.sh script with optional branch nameTest Server Integration:
/push to start server for new branch