Hand off current work to SDK agent for autonomous execution
Transfers current work to an autonomous SDK agent for continuous implementation and testing.
/plugin marketplace add flight505/sdk-bridge-marketplace/plugin install sdk-bridge@sdk-bridge-marketplaceI'll hand off your work to an autonomous SDK agent that will work on implementing features from your feature_list.json.
First, let me use the handoff-validator agent to check that everything is ready for handoff.
Use the Task tool to invoke the handoff-validator agent. The agent will check:
If the validator finds any issues, it will STOP the handoff and tell you how to fix them.
If validation passes, proceed to launch the SDK agent.
After validation passes, launch the harness:
${CLAUDE_PLUGIN_ROOT}/scripts/launch-harness.sh .
This script will:
.claude/sdk-bridge.local.mdautonomous_agent.py in background with nohup.claude/sdk-bridge.pid.claude/sdk-bridge.log.claude/handoff-context.json tracking fileAfter the SDK agent launches successfully, inform the user:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
✅ Handoff Complete
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
The SDK agent is now working autonomously on your project.
What happens now:
• SDK agent works through features in feature_list.json
• One feature implemented per session
• Commits after each successful feature
• Logs progress to claude-progress.txt
• Stops when all features pass or max sessions reached
You can:
• Close this CLI - the agent continues running
• Monitor anytime: /sdk-bridge:status
• View live logs: tail -f .claude/sdk-bridge.log
• Cancel if needed: /sdk-bridge:cancel
• Resume when done: /sdk-bridge:resume
The SDK agent will work until:
✓ All features in feature_list.json pass, or
✓ Max sessions limit reached, or
✓ Progress stalls (no completion for 3+ sessions), or
✓ You cancel it with /sdk-bridge:cancel
When the agent completes, it will create .claude/sdk_complete.json
and you can review its work with /sdk-bridge:resume.
/handoffWrite or update a handoff document so the next agent with fresh context can continue this work.