agent-migration-plan
FeaturedAgent skill for migration-plan - invoke with $agent-migration-plan
AI & Automation 72,060 stars
8521 forks Updated today MIT
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
---
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...
Details
- Author
- ruvnet
- Repository
- ruvnet/ruflo
- Created
- 1 years ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
agent-migration-plan
Agent skill for migration-plan - invoke with $agent-migration-plan
1 Updated 3 weeks ago
spike-faye-lei AI & Automation Listed
agent-planner
Agent skill for planner - invoke with $agent-planner
1 Updated 3 weeks ago
spike-faye-lei AI & Automation Featured
agent-planner
Agent skill for planner - invoke with $agent-planner
72,060 Updated today
ruvnet