Agent Plugins Marketplace
All plugins

specops-ko

v1.85.0

한국어 자율 Lifecycle 플러그인 (Claude Code 전용) — 슬래시 1회 또는 자연어 진입 후 메타 skill이 단계·skill을 자동 chain

Claude Code30 Skills

By andyko18License: UNLICENSED0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
30 skill or MCP entries
Source updated
Aug 29, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install specops-ko@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/andyko18/specops-ko

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

specops-ko/
├── .claude-plugin/plugin.json
├── skills/advisor-ko/SKILL.md
├── skills/analyzing-ko/SKILL.md
├── skills/brainstorming-ko/SKILL.md
├── skills/clarifying-ko/SKILL.md
├── skills/context-resets-ko/SKILL.md
├── skills/decomposing-ko/SKILL.md
├── skills/dispatching-parallel-agents-ko/SKILL.md
├── skills/e2e-test-ko/SKILL.md
├── skills/file-based-communication-ko/SKILL.md
├── skills/finishing-a-development-branch-ko/SKILL.md
├── skills/gbrain-ko/SKILL.md
├── skills/generator-evaluator-ko/SKILL.md
├── skills/implementing-ko/SKILL.md
├── skills/improve-codebase-architecture-ko/SKILL.md
├── skills/integration-test-ko/SKILL.md
├── skills/karpathy-ko/SKILL.md
├── skills/performance-test-ko/SKILL.md
├── skills/planning-ko/SKILL.md
├── skills/receiving-code-review-ko/SKILL.md
├── skills/release-ko/SKILL.md
├── skills/requesting-code-review-ko/SKILL.md
├── skills/security-review-ko/SKILL.md
├── skills/specifying-ko/SKILL.md
├── skills/sprint-contracts-ko/SKILL.md
├── skills/structured-artifacts-ko/SKILL.md
├── skills/systematic-debugging-ko/SKILL.md
├── skills/tdd-ko/SKILL.md
├── skills/using-git-worktrees-ko/SKILL.md
├── skills/using-specops-ko/SKILL.md
└── skills/verifying-evidence-ko/SKILL.md

Included Skills30

advisor-koskills/advisor-ko/SKILL.md

기획·분석·설계·개발 중 애매한 부분/모르는 부분 발생 시 항상 적용 — advisor 도구로 외부 자문을 받아 단정·합리화·circular 검증을 차단

analyzing-koskills/analyzing-ko/SKILL.md

유지보수 진입 시 specifying-ko 앞에서 호출 — 변경 대상의 baseline (current-state.md) 과 외부 영향 (impact-analysis.md) 을 산출하고 사용자 검토 ★ HARD GATE 발동

brainstorming-koskills/brainstorming-ko/SKILL.md

구현 전 아이디어 탐색·수요 검증 — Startup(YC 6 forcing questions) + Builder(창의 탐색) 모드 선택. pre-design 산출물 승인 게이트 (chain 비강제 — 명시 선택 진입). gstack office-hours 한국어 재창작.

clarifying-koskills/clarifying-ko/SKILL.md

specifying-ko 완료 후 호출 — spec.md의 모호성·열린 질문을 사용자와 대화로 해소하고 clarifications.md 생성. BLOCKING 해소 전 planning-ko 진행 금지

context-resets-koskills/context-resets-ko/SKILL.md

각 Lifecycle 커맨드 종료 시 세션 컨텍스트를 리셋하고 session-progress.md에서만 맥락을 재주입한다

decomposing-koskills/decomposing-ko/SKILL.md

planning-ko 완료 후 호출 — plan.md를 2~5분 단위 TDD 5스텝 태스크로 분해. 모든 must AC가 최소 1 태스크에 매핑되도록 보장. bash 테스트 컨벤션 (templates/test-conventions-bash.md) 준수 점검 포함

dispatching-parallel-agents-koskills/dispatching-parallel-agents-ko/SKILL.md

독립 태스크 2개 이상이 공유 상태·순차 의존 없이 진행 가능할 때 사용 — 병렬 서브에이전트 dispatch로 동시에 처리

e2e-test-koskills/e2e-test-ko/SKILL.md

lifecycle chain 전체를 fixture 기반으로 자동 실행하고 산출물 구조를 검증 — HARD GATE 없이 (init-project 부트스트랩)→specify→clarify→plan→decompose→implement→verify→(security/integration/performance SKIP)→(finishing 정리) 9단계 완주

file-based-communication-koskills/file-based-communication-ko/SKILL.md

서브에이전트 호출 시 프롬프트에 파일 경로만 전달하고 본문 페이로드는 금지한다

finishing-a-development-branch-koskills/finishing-a-development-branch-ko/SKILL.md

feature branch 작업 완료 후 worktree 정리·branch 삭제·main 동기화를 체계적으로 수행하는 Lifecycle 최종 정리 스킬

gbrain-koskills/gbrain-ko/SKILL.md

개발 세션 인사이트를 learnings.jsonl에서 조회·요약 — 최신 10건 + 전체 개수 출력, --fid 필터링 가능

generator-evaluator-koskills/generator-evaluator-ko/SKILL.md

생성 에이전트와 평가 에이전트를 엄격히 분리하여 자기평가 편향을 차단한다 (OMC 흡수)

implementing-koskills/implementing-ko/SKILL.md

본 세션에서 구현 플랜을 태스크별로 실행할 때 사용 — 태스크별 fresh 구현(A) 후 FID 단위 스펙·코드 리뷰(B·C) 각 1회(end-loaded 기본). 레거시 per-task 리뷰는 review_mode: per-task

improve-codebase-architecture-koskills/improve-codebase-architecture-ko/SKILL.md

코드베이스 파일/모듈 경계 정적 분석 — deep module 원칙(단순한 인터페이스+복잡한 구현) 기준으로 책임 과부하(800줄+)·과잉 분해(50줄 미만 클러스터) 탐지 및 split/merge 권고안 제시

integration-test-koskills/integration-test-ko/SKILL.md

lifecycle chain에서 통합 표면(API 엔드포인트·DB·다중 모듈 경계) 검출 시 통합 테스트를 작성·실행·증거화. 표면 부재 시 graceful skip

karpathy-koskills/karpathy-ko/SKILL.md

코드 작성·검토·리팩터링 시 항상 적용 — Think·Simplicity·Surgical·Goal 4원칙으로 LLM 코딩 실수 방지 (Karpathy 관찰 한국어 재창작)

performance-test-koskills/performance-test-ko/SKILL.md

lifecycle chain에서 NFR 성능 임계값 검출 시 성능 테스트를 작성·실행·증거화. 임계값 부재 시 graceful skip. Lifecycle 최종 단계 — PASS/SKIP 후 PR 생성 게이트 진행

planning-koskills/planning-ko/SKILL.md

스펙·요구사항이 확보된 다단계 작업에서 코드 건드리기 전에 사용 — 구현 플랜을 bite-sized task 단위로 작성

receiving-code-review-koskills/receiving-code-review-ko/SKILL.md

코드 리뷰 피드백을 수령한 직후, 제안 구현 전 사용 — 기술적 엄밀성과 검증을 요구하며 수행적 동의·맹목적 구현을 금지

release-koskills/release-ko/SKILL.md

bash scripts/release.sh <semver> 1회로 CHANGELOG·README·footer·manifest 동기화, git 태그, 원격 push·GitHub Release 발행까지 완료되는 릴리즈 자동화

requesting-code-review-koskills/requesting-code-review-ko/SKILL.md

태스크 완료, 주요 기능 구현, 머지 전 사용 — 결과물이 요구를 충족하는지 외부 리뷰어에게 검증 요청

security-review-koskills/security-review-ko/SKILL.md

lifecycle chain에서 코드 변경 표면 검출 시 SAST(semgrep+gitleaks) 보안 스캔을 실행·판정·증거화. Critical/High 발견 시 chain 차단, 표면 부재·도구 미설치 시 graceful skip

specifying-koskills/specifying-ko/SKILL.md

모든 창작 작업 전에 반드시 사용 — 기능 신설·컴포넌트 구축·동작 수정 전 사용자 의도·요구사항·설계를 탐색. 설계 승인 전 어떤 구현 스킬도 호출하지 않는다.

sprint-contracts-koskills/sprint-contracts-ko/SKILL.md

acceptance-criteria.md를 스프린트 계약서로 취급하고, Evaluator는 오직 계약서와 산출물만 비교한다

structured-artifacts-koskills/structured-artifacts-ko/SKILL.md

모든 Lifecycle 커맨드의 Process 첫 스텝 — `.specops/<FID>/` 디렉토리 규약으로 단계 간 파일-기반 통신을 강제한다

systematic-debugging-koskills/systematic-debugging-ko/SKILL.md

버그·테스트 실패·예상치 못한 동작 발생 시, 픽스 제안 전에 반드시 사용 — 근본 원인 조사 없이 픽스 제안 금지

tdd-koskills/tdd-ko/SKILL.md

기능·버그픽스·리팩터링 구현 시 구현 코드 작성 전 반드시 사용 — Red-Green-Refactor 사이클 강제, 프로덕션 코드는 실패 테스트 없이 작성 금지

using-git-worktrees-koskills/using-git-worktrees-ko/SKILL.md

현재 워크스페이스에서 격리가 필요한 기능 작업을 시작하거나 구현 플랜 실행 전에 사용 — git worktree로 격리 워크스페이스를 생성하고 안전 검증

using-specops-koskills/using-specops-ko/SKILL.md

모든 대화 시작 시 활성 — specops-ko 한국어 자율 Lifecycle 메타 skill. 사용자 입력에서 기능 요청 신호 감지 시 specops-ko:specifying-ko 자동 호출 강제 (5원칙 주입)

verifying-evidence-koskills/verifying-evidence-ko/SKILL.md

작업이 완료·수정·통과됐다고 주장하기 직전, 커밋·PR 생성 전 반드시 사용 — 검증 명령을 실행하고 출력을 확인한 뒤에만 성공 주장 허용

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "specops-ko",
  "version": "1.85.0",
  "description": "한국어 자율 Lifecycle 플러그인 (Claude Code 전용) — 슬래시 1회 또는 자연어 진입 후 메타 skill이 단계·skill을 자동 chain",
  "author": {
    "name": "andyko18",
    "email": "[email protected]"
  },
  "license": "UNLICENSED",
  "dependencies": [
    {
      "name": "ui-ux-pro-max",
      "marketplace": "ui-ux-pro-max-skill",
      "version": ">=2.0.0 <3.0.0"
    }
  ],
  "keywords": [
    "korean",
    "autonomous",
    "lifecycle",
    "superpowers",
    "skill-chain",
    "spec-driven",
    "harness"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[specops-ko on Agent Plugins Marketplace](https://pluginsmp.com/plugins/specops-ko)