Agent skill · AI & Agents

tech-decision

This skill should be used when the user asks to "기술 의사결정", "뭐 쓸지 고민", "A vs B", "비교 분석", "라이브러리 선택", "아키텍처 결정", "어떤 걸 써야 할지", "트레이드오프", "기술 선택", "구현 방식 고민", or needs deep analysis for technical decisions. Provides systematic multi-source research and synthesized recommendations.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill tech-decision-aaaaqwq-agi-super-skills-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Version: 0.1.0
Path: skills/analysis/tech-decision-aaaaqwq-agi-super-skills-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Tech Decision - 기술 의사결정 깊이 탐색 기술적 의사결정을 체계적으로 분석하고 종합적인 결론을 도출하는 스킬. ## 핵심 원칙 **두괄식 결과물**: 모든 보고서는 결론을 먼저 제시하고, 그 다음에 근거를 제공한다. ## 사용 시나리오 - 라이브러리/프레임워크 선택 (React vs Vue, Prisma vs TypeORM) - 아키텍처 패턴 결정 (Monolith vs Microservices, REST vs GraphQL) - 구현 방식 선택 (Server-side vs Client-side, Polling vs WebSocket) - 기술 스택 결정 (언어, 데이터베이스, 인프라 등) ## 의사결정 워크플로우 ### Phase 1: 문제 정의 의사결정 주제와 맥락을 명확히 한다: 1. **주제 파악**: 무엇을 결정해야 하는가? 2. **옵션 식별**: 비교할 선택지들은 무엇인가? 3. **평가 기준 수립**: 어떤 기준으로 평가할 것인가? - 성능, 학습 곡선, 생태계, 유지보수성, 비용 등 - 프로젝트 특성에 맞는 기준 우선순위 설정 - 상세 기준은 **`references/evaluation-criteria.md`** 참조 ### Phase 2: 병렬 정보 수집 여러 소스에서 동시에 정보를 수집한다. **반드시 병렬로 실행**: ``` ┌─────────────────────────────────────────────────────────────┐ │ 동시 실행 (Task tool로 병렬 실행) │ ├─────────────────────────────────────────────────────────────┤ │ 1. codebase-explorer agent │ │ → 기존 코드베이스 분석, 현재 패턴/제약사항 파악 │ │ │ │ 2. docs-researcher agent │ │ → 공식 문서, 가이드, best practices 리서치 │ │ │ │ 3. Skill: dev-scan │ │ → 커뮤니티 의견 수집 (Reddit, HN, Dev.to, Lobsters) │ │ │ │ 4. Skill: agent-council │ │ → 다양한 AI 전문가 관점 수집 │ │ │ │ 5. [선택] Context7 MCP │ │ → 라이브러리별 최신 문서 조회 │ └─────────────────────────────────────────────────────────────┘ ```

What's inside
Steps it walks through
  1. 핵심 원칙
  2. 사용 시나리오
  3. 의사결정 워크플로우
  4. Phase 1: 문제 정의
  5. Phase 2: 병렬 정보 수집
  6. Phase 3: 종합 분석
  7. Phase 4: 최종 보고서 생성
  8. 활용하는 리소스
  9. Agents (이 플러그인)
  10. 기존 스킬 (Skill tool로 호출)
  11. MCP (선택적)
  12. 빠른 실행 가이드
  13. 1. 간단한 비교 (A vs B)
  14. 2. 깊은 분석 (복잡한 의사결정)
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the tech-decision skill do?

This skill should be used when the user asks to "기술 의사결정", "뭐 쓸지 고민", "A vs B", "비교 분석", "라이브러리 선택", "아키텍처 결정", "어떤 걸 써야 할지", "트레이드오프", "기술 선택", "구현 방식 고민", or needs deep analysis for technical decisions. Provides systematic multi-source research and synthesized recommendations.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill tech-decision-aaaaqwq-agi-super-skills-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going