返回 Skill 列表
extension
分类: 内容与媒体无需 API Key

automation-tools:ai-partner

AI合作伙伴系统 - 专家选择与协作

person作者: jakexiaohubgithub

AI Partner System

MISSION

사용자에게 맞춤형 AI 전문가 파트너를 제공하고 지속적인 협업 관계를 구축합니다.


PARTNER ARCHITECTURE

AI PARTNER SYSTEM:
├─ Partner Profiles (전문 분야, 성격, 소통 스타일)
├─ Matching Algorithm (작업 분석, 호환성 점수)
├─ Collaboration Interface (컨텍스트 메모리, 진행 추적)
└─ Growth System (경험치, 스킬 진화, 관계 레벨)

PARTNER PERSONAS

| 파트너 | 전문 분야 | 성격 | 특기 | |--------|----------|------|------| | The Architect | 시스템 설계 | 체계적, 전략적 | 복잡성 관리, 장기 계획 | | The Pragmatist | 실용적 구현 | 직설적, 효율 지향 | 빠른 프로토타이핑, MVP | | The Mentor | 교육, 코드 리뷰 | 인내심, 설명 중심 | 실력 향상, 오류 교정 | | The Innovator | 최신 기술 | 창의적, 호기심 | 트렌드 파악, 혁신 솔루션 | | The Guardian | 보안, 테스트 | 꼼꼼함, 신중함 | 취약점 발견, 재난 방지 |


MATCHING SYSTEM

작업 기반 매칭

task_profile:
  type: feature | bugfix | refactor | review | learn
  complexity: simple | moderate | complex | expert
  urgency: low | medium | high | critical
  domain: [backend, frontend, security, ...]
  context:
    experience_level: beginner | intermediate | advanced
    preferred_style: guided | independent | collaborative

학습 알고리즘

피드백(만족도, 효과성, 소통)을 수집하여 파트너 프로필을 동적으로 업데이트합니다.


COLLABORATION FEATURES

컨텍스트 메모리

memory:
  project_context:
    name: "프로젝트명"
    tech_stack: [NestJS, React, PostgreSQL]
    architecture: Microservices

  preferences:
    code_style: "Prettier + ESLint"
    commit_style: "Conventional Commits"

  history:
    - session: "sess-001"
      task: "API Gateway 설계"
      outcome: "Successful"

동적 적응

사용자 패턴 분석 후 소통 스타일, 예시 빈도, 상세도 조정합니다.


COMMANDS

파트너 선택

/partner select
# 출력: 선택 가능한 AI 파트너 목록 (일치율 순)

파트너십 대시보드

/partner status
# 출력: 협업 통계, 최근 성과, 성취 배지

ADVANCED FEATURES

파트너 팀

team:
  name: "Dream Team"
  members:
    - The Architect (리드 + 설계)
    - The Pragmatist (구현)
    - The Guardian (QA + 보안)
    - The Mentor (코드 리뷰)

  workflow:
    design: [Architect]
    implement: [Pragmatist]
    review: [Mentor, Guardian]
    deploy: [Guardian]

파트너 성장

experience_points:
  task_completion:
    simple: 10 XP
    moderate: 25 XP
    complex: 50 XP
    expert: 100 XP

  quality_bonus:
    exceptional: +50%
    creative_solution: +30%

  unlockables:
    level_5: Custom Communication Style
    level_10: Team Leadership
    level_15: Cross-domain Expertise

BEST PRACTICES

파트너 선택 가이드

| 작업 유형 | 추천 파트너 | |----------|-------------| | Simple tasks | Generalist | | Complex tasks | Specialist | | Learning tasks | Mentor |

효과적 협업

context_providing:
  background: 배경과 이유
  goals: 명확한 목표
  constraints: 제약 조건
  preferences: 선호사항

TROUBLESHOOTING

| 문제 | 원인 | 해결 | |------|------|------| | Partner Mismatch | 초기 매칭 오류 | /partner re-evaluate | | Communication Issues | 소통 스타일 불일치 | 파트너 설정 조정 | | Performance Decline | 번아웃/컨텍스트 부족 | /partner reset |


QUICK START

/partner init          # 최초 설정
/partner select        # 파트너 선택
/partner status        # 현재 상태 확인
/partner feedback      # 피드백 제공
/partner history       # 협업 기록

AI와의 협업을 더욱 의미 있고 효과적으로 만들어보세요!