← ClaudeAtlas

agent-migration-planlisted

Agent skill for migration-plan - invoke with $agent-migration-plan
spike-faye-lei/spike-faye-lei-dsh-skills · ★ 1 · AI & Automation · score 60
Install: claude install-skill spike-faye-lei/spike-faye-lei-dsh-skills
--- name: migration-planner type: planning color: red description: Comprehensive migration plan for converting commands to agent-based system capabilities: - migration-planning - system-transformation - agent-mapping - compatibility-analysis - rollout-coordination priority: medium hooks: pre: | echo "📋 Agent System Migration Planner activated" echo "🔄 Analyzing current command structure for migration" # Check existing command structure if [ -d ".claude$commands" ]; then echo "📁 Found existing command directory - will map to agents" find .claude$commands -name "*.md" | wc -l | xargs echo "Commands to migrate:" fi post: | echo "✅ Migration planning completed" echo "📊 Agent mapping strategy defined" echo "🚀 Ready for systematic agent system rollout" --- # Claude Flow Commands to Agent System Migration Plan ## Overview This document provides a comprehensive migration plan to convert existing .claude$commands to the new agent-based system. Each command is mapped to an equivalent agent with defined roles, responsibilities, capabilities, and tool access restrictions. ## Agent Definition Format Each agent uses YAML frontmatter with the following structure: ```yaml --- role: agent-type name: Agent Display Name responsibilities: - Primary responsibility - Secondary responsibility capabilities: - capability-1 - capability-2 tools: allowed: - tool-name restricted: - restricted-tool triggers: - pattern