agent-migration-planlisted
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