Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "wigtn-coding",
"name": "wigtn-plugins",
"owner": {
"name": "WIGTN Crew",
"email": "rukais2294@gmail.com"
Expand All @@ -10,9 +10,9 @@
},
"plugins": [
{
"name": "wigtn-coding",
"name": "wigtn-plugins",
"description": "Unified AI-native Vibe Coding plugin: PRD generation, digging analysis, screen-spec (IA / User Flow / Wireframe HTML / Dev Handoff), team-based parallel implementation, quality-gated auto-commit, 20 design styles, frontend (React/Next.js), backend (NestJS/Prisma), mobile (React Native/Expo), AI integration (STT/LLM), DevOps (Docker/CI-CD). 13 agents, 5 commands, 5 skills.",
"source": "./plugins/wigtn-coding",
"source": "./plugins/wigtn-plugins",
"version": "0.1.7",
"author": {
"name": "WIGTN Crew",
Expand Down
4 changes: 2 additions & 2 deletions .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "wigtn-coding",
"name": "wigtn-plugins",
"version": "0.1.7",
"description": "AI-native Vibe Coding — From idea to Deploy, Zero friction. Unified plugin with 13 agents, 5 commands, 5 skills, team-based parallel build, 20 design styles.",
"author": {
"name": "WIGTN Crew",
"url": "https://github.com/wigtn"
},

"repository": "https://github.com/wigtn/wigtn-plugins-with-claude-code"
"repository": "https://github.com/wigtn/wigtn-plugins"
}
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ body:
attributes:
label: 환경 / Environment
description: Claude Code 버전, OS, 플러그인 버전
placeholder: "Claude Code x.y, macOS 15, wigtn-coding 2.1.0"
placeholder: "Claude Code x.y, macOS 15, wigtn-plugins 2.1.0"
validations:
required: false
2 changes: 1 addition & 1 deletion .github/WIGTN_META.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Repository Metadata for GitHub About Section

description: "WIGTN Coding — Unified Claude Code plugin from idea to deploy with 12 agents, 3 commands, 17 design styles | Built by WIGTN Crew (wigtn.com)"
description: "WIGTN Plugins — Unified Claude Code plugin from idea to deploy with 12 agents, 3 commands, 17 design styles | Built by WIGTN Crew (wigtn.com)"
website: "https://wigtn.com"
topics:
- wigtn
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ type: software
authors:
- name: "WIGTN Crew"
website: "https://wigtn.com"
repository-code: "https://github.com/wigtn/wigtn-plugins-with-claude-code"
repository-code: "https://github.com/wigtn/wigtn-plugins"
url: "https://wigtn.com"
abstract: "WIGTN Coding — A unified Claude Code plugin that takes you from a rough idea to a deployed product. 12 agents, 3 commands, 3 skills, 20 design styles with team-based parallel execution for 3-5x speedup."
abstract: "WIGTN Plugins — A unified Claude Code plugin that takes you from a rough idea to a deployed product. 13 agents, 5 commands, 5 skills, 20 design styles with team-based parallel execution for 3-5x speedup."
keywords:
- ai-native
- wigtn
Expand Down
30 changes: 15 additions & 15 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ A unified Claude Code plugin enabling AI-powered Vibe Coding: idea to production

**Version**: 0.1.7
**License**: Apache-2.0
**Repository**: https://github.com/wigtn/wigtn-plugins-with-claude-code
**Repository**: https://github.com/wigtn/wigtn-plugins

## Architecture

```
wigtn-plugins-with-claude-code/
wigtn-plugins/
├── .claude-plugin/ # Marketplace metadata
├── plugins/
│ └── wigtn-coding/ # Unified plugin: 13 agents, 5 commands, 5 skills, 20 design styles
│ └── wigtn-plugins/ # Unified plugin: 13 agents, 5 commands, 5 skills, 20 design styles
│ ├── .claude-plugin/ # Plugin metadata
│ ├── agents/ # 13 agent definitions
│ ├── commands/ # 5 commands (/prd, /screen-spec, /implement, /auto-commit, /review-pr)
Expand All @@ -28,7 +28,7 @@ wigtn-plugins-with-claude-code/
### Plugin Structure

```
plugins/wigtn-coding/
plugins/wigtn-plugins/
├── .claude-plugin/plugin.json # Plugin metadata
├── agents/ # Agent definitions (.md)
├── commands/ # User-invocable commands (.md)
Expand Down Expand Up @@ -84,7 +84,7 @@ argument-hint: "<feature name>" # Optional: autocomplete hint for $ARGUMENTS

### Hooks

Hooks are defined in `plugins/wigtn-coding/hooks/hooks.json` and follow the Claude Code hooks schema.
Hooks are defined in `plugins/wigtn-plugins/hooks/hooks.json` and follow the Claude Code hooks schema.

### Agent Teams

Expand All @@ -94,20 +94,20 @@ Coordinators support both instruction-based orchestration (default) and native A

| Path | Purpose |
|------|---------|
| `plugins/wigtn-coding/skills/code-review-levels/` | Deep review (Level 3) + architecture review (Level 4) |
| `plugins/wigtn-coding/skills/design-system-reference/` | 20 design style guides + common patterns |
| `plugins/wigtn-coding/skills/design-system-reference/styles/` | Individual style guide files |
| `plugins/wigtn-coding/skills/screen-spec/` | Screen specs (IA / User Flow / Screen Spec / Wireframe HTML / Dev Handoff) generator |
| `plugins/wigtn-coding/skills/screen-spec/templates/` | 5 boilerplate artifacts |
| `plugins/wigtn-coding/skills/screen-spec/references/` | state-checklist, microcopy-patterns, handoff-checklist |
| `plugins/wigtn-coding/skills/team-memory-protocol/` | Cross-agent shared context management |
| `plugins/wigtn-coding/agents/parallel-*` | Parallel coordinators (digging, review) |
| `plugins/wigtn-coding/agents/team-build-coordinator.md` | Team-based parallel build orchestration |
| `plugins/wigtn-plugins/skills/code-review-levels/` | Deep review (Level 3) + architecture review (Level 4) |
| `plugins/wigtn-plugins/skills/design-system-reference/` | 20 design style guides + common patterns |
| `plugins/wigtn-plugins/skills/design-system-reference/styles/` | Individual style guide files |
| `plugins/wigtn-plugins/skills/screen-spec/` | Screen specs (IA / User Flow / Screen Spec / Wireframe HTML / Dev Handoff) generator |
| `plugins/wigtn-plugins/skills/screen-spec/templates/` | 5 boilerplate artifacts |
| `plugins/wigtn-plugins/skills/screen-spec/references/` | state-checklist, microcopy-patterns, handoff-checklist |
| `plugins/wigtn-plugins/skills/team-memory-protocol/` | Cross-agent shared context management |
| `plugins/wigtn-plugins/agents/parallel-*` | Parallel coordinators (digging, review) |
| `plugins/wigtn-plugins/agents/team-build-coordinator.md` | Team-based parallel build orchestration |

## Important Notes

- All skills and commands use Korean (한국어) for user-facing content
- Design style files follow a consistent pattern: philosophy, typography, layout, color, components, anti-patterns
- Parallel coordinators include sequential fallback for graceful degradation
- Hooks run asynchronously to avoid blocking the main workflow
- Commands can be used without plugin prefix (e.g., `/prd` instead of `wigtn-coding:prd`)
- Commands can be used without plugin prefix (e.g., `/prd` instead of `wigtn-plugins:prd`)
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributing to WIGTN Coding
# Contributing to WIGTN Plugins

Thanks for your interest! This repo is a Claude Code **plugin marketplace** — one
unified plugin (`wigtn-coding`) made of agents, commands, and skills. The notes
unified plugin (`wigtn-plugins`) made of agents, commands, and skills. The notes
below keep contributions consistent and mergeable.

한국어 사용자를 위한 콘텐츠는 한국어로 작성하되, 코드·커밋·이 문서는 영어를 유지합니다.
Expand All @@ -10,7 +10,7 @@ below keep contributions consistent and mergeable.

```
.claude-plugin/marketplace.json # marketplace entry (name, version, plugin list)
plugins/wigtn-coding/
plugins/wigtn-plugins/
├── .claude-plugin/plugin.json # plugin manifest (agents/commands/skills arrays)
├── agents/ *.md # one file per agent
├── commands/ *.md # one file per slash command
Expand All @@ -21,11 +21,11 @@ plugins/wigtn-coding/
## Adding an agent / command / skill

1. Create the file/folder under the matching directory.
2. **Register it** in `plugins/wigtn-coding/.claude-plugin/plugin.json` (add to the
2. **Register it** in `plugins/wigtn-plugins/.claude-plugin/plugin.json` (add to the
`agents` / `commands` / `skills` array). A skill that is not in the array is not
exposed by the plugin.
3. **Update the counts everywhere** — this is enforced by CI (see below):
- `plugins/wigtn-coding/.claude-plugin/plugin.json` description (`N agents, …`)
- `plugins/wigtn-plugins/.claude-plugin/plugin.json` description (`N agents, …`)
- `.claude-plugin/plugin.json` (root manifest description)
- `.claude-plugin/marketplace.json` (both descriptions)
- `README.md`, `README.ko.md`, `README.cn.md` (the `N-Skills` / `N-Agents`
Expand Down
14 changes: 7 additions & 7 deletions README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[English](README.md) | [한국어](README.ko.md) | [中文](README.cn.md)

# WIGTN Coding
# WIGTN Plugins

**一个插件。13 个智能体。从创意到生产。**

Expand All @@ -12,10 +12,10 @@
![Skills](https://img.shields.io/badge/5-Skills-00D4AA?style=for-the-badge)
![Styles](https://img.shields.io/badge/20-Design_Styles-F59E0B?style=for-the-badge)

[![GitHub Stars](https://img.shields.io/github/stars/wigtn/wigtn-plugins-with-claude-code?style=flat-square)](https://github.com/wigtn/wigtn-plugins-with-claude-code/stargazers)
[![GitHub Stars](https://img.shields.io/github/stars/wigtn/wigtn-plugins?style=flat-square)](https://github.com/wigtn/wigtn-plugins/stargazers)
[![License](https://img.shields.io/badge/license-Apache_2.0-blue?style=flat-square)](LICENSE)
[![Contributors](https://img.shields.io/github/contributors/wigtn/wigtn-plugins-with-claude-code?style=flat-square)](https://github.com/wigtn/wigtn-plugins-with-claude-code/graphs/contributors)
[![Last Commit](https://img.shields.io/github/last-commit/wigtn/wigtn-plugins-with-claude-code?style=flat-square)](https://github.com/wigtn/wigtn-plugins-with-claude-code/commits/main)
[![Contributors](https://img.shields.io/github/contributors/wigtn/wigtn-plugins?style=flat-square)](https://github.com/wigtn/wigtn-plugins/graphs/contributors)
[![Last Commit](https://img.shields.io/github/last-commit/wigtn/wigtn-plugins?style=flat-square)](https://github.com/wigtn/wigtn-plugins/commits/main)

</div>

Expand All @@ -33,7 +33,7 @@

## 它做什么

WIGTN Coding 是一个 Claude Code 插件。你描述想要构建的东西,13 个专业智能体处理其余一切 — 需求、架构、代码、审查、提交 — 全部并行执行。
WIGTN Plugins 是一个 Claude Code 插件。你描述想要构建的东西,13 个专业智能体处理其余一切 — 需求、架构、代码、审查、提交 — 全部并行执行。

```
/prd "基于 OAuth 的 SaaS 仪表盘" → 30 秒内生成 PRD + 任务计划
Expand All @@ -48,8 +48,8 @@ WIGTN Coding 是一个 Claude Code 插件。你描述想要构建的东西,13

```bash
# 安装
/plugin marketplace add wigtn/wigtn-plugins-with-claude-code
/install wigtn-coding
/plugin marketplace add wigtn/wigtn-plugins
/install wigtn-plugins

# 体验 — 这就是完整的工作流
/prd 现代设计的 AI 创业公司落地页
Expand Down
14 changes: 7 additions & 7 deletions README.ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[English](README.md) | [한국어](README.ko.md) | [中文](README.cn.md)

# WIGTN Coding
# WIGTN Plugins

**하나의 플러그인. 13개 에이전트. 아이디어에서 프로덕션까지.**

Expand All @@ -12,10 +12,10 @@
![Skills](https://img.shields.io/badge/5-Skills-00D4AA?style=for-the-badge)
![Styles](https://img.shields.io/badge/20-Design_Styles-F59E0B?style=for-the-badge)

[![GitHub Stars](https://img.shields.io/github/stars/wigtn/wigtn-plugins-with-claude-code?style=flat-square)](https://github.com/wigtn/wigtn-plugins-with-claude-code/stargazers)
[![GitHub Stars](https://img.shields.io/github/stars/wigtn/wigtn-plugins?style=flat-square)](https://github.com/wigtn/wigtn-plugins/stargazers)
[![License](https://img.shields.io/badge/license-Apache_2.0-blue?style=flat-square)](LICENSE)
[![Contributors](https://img.shields.io/github/contributors/wigtn/wigtn-plugins-with-claude-code?style=flat-square)](https://github.com/wigtn/wigtn-plugins-with-claude-code/graphs/contributors)
[![Last Commit](https://img.shields.io/github/last-commit/wigtn/wigtn-plugins-with-claude-code?style=flat-square)](https://github.com/wigtn/wigtn-plugins-with-claude-code/commits/main)
[![Contributors](https://img.shields.io/github/contributors/wigtn/wigtn-plugins?style=flat-square)](https://github.com/wigtn/wigtn-plugins/graphs/contributors)
[![Last Commit](https://img.shields.io/github/last-commit/wigtn/wigtn-plugins?style=flat-square)](https://github.com/wigtn/wigtn-plugins/commits/main)

</div>

Expand All @@ -33,7 +33,7 @@ Claude Code 열기 → 두루뭉술한 프롬프트 작성 → 범용적인 코

## 뭘 하는 플러그인인가

WIGTN Coding은 Claude Code 플러그인입니다. 만들고 싶은 걸 설명하면, 13개의 전문 에이전트가 나머지를 처리합니다 — 요구사항, 아키텍처, 코드, 리뷰, 커밋까지, 전부 병렬로.
WIGTN Plugins은 Claude Code 플러그인입니다. 만들고 싶은 걸 설명하면, 13개의 전문 에이전트가 나머지를 처리합니다 — 요구사항, 아키텍처, 코드, 리뷰, 커밋까지, 전부 병렬로.

```
/prd "OAuth 기반 SaaS 대시보드" → PRD + 작업 계획 30초 만에 생성
Expand All @@ -48,8 +48,8 @@ WIGTN Coding은 Claude Code 플러그인입니다. 만들고 싶은 걸 설명

```bash
# 설치
/plugin marketplace add wigtn/wigtn-plugins-with-claude-code
/install wigtn-coding
/plugin marketplace add wigtn/wigtn-plugins
/install wigtn-plugins

# 체험 — 이게 전체 워크플로우입니다
/prd 모던 디자인의 AI 스타트업 랜딩 페이지
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[English](README.md) | [한국어](README.ko.md) | [中文](README.cn.md)

# WIGTN Coding
# WIGTN Plugins

**One plugin. 13 agents. From idea to production.**

Expand All @@ -12,10 +12,10 @@
![Skills](https://img.shields.io/badge/5-Skills-00D4AA?style=for-the-badge)
![Styles](https://img.shields.io/badge/20-Design_Styles-F59E0B?style=for-the-badge)

[![GitHub Stars](https://img.shields.io/github/stars/wigtn/wigtn-plugins-with-claude-code?style=flat-square)](https://github.com/wigtn/wigtn-plugins-with-claude-code/stargazers)
[![GitHub Stars](https://img.shields.io/github/stars/wigtn/wigtn-plugins?style=flat-square)](https://github.com/wigtn/wigtn-plugins/stargazers)
[![License](https://img.shields.io/badge/license-Apache_2.0-blue?style=flat-square)](LICENSE)
[![Contributors](https://img.shields.io/github/contributors/wigtn/wigtn-plugins-with-claude-code?style=flat-square)](https://github.com/wigtn/wigtn-plugins-with-claude-code/graphs/contributors)
[![Last Commit](https://img.shields.io/github/last-commit/wigtn/wigtn-plugins-with-claude-code?style=flat-square)](https://github.com/wigtn/wigtn-plugins-with-claude-code/commits/main)
[![Contributors](https://img.shields.io/github/contributors/wigtn/wigtn-plugins?style=flat-square)](https://github.com/wigtn/wigtn-plugins/graphs/contributors)
[![Last Commit](https://img.shields.io/github/last-commit/wigtn/wigtn-plugins?style=flat-square)](https://github.com/wigtn/wigtn-plugins/commits/main)

</div>

Expand All @@ -33,7 +33,7 @@ You run `/prd` → get a structured spec → 13 agents build it in parallel →

## What it does

WIGTN Coding is a Claude Code plugin. You describe what you want to build, and 13 specialized agents handle the rest — requirements, architecture, code, review, commit — all in parallel.
WIGTN Plugins is a Claude Code plugin. You describe what you want to build, and 13 specialized agents handle the rest — requirements, architecture, code, review, commit — all in parallel.

```
/prd "SaaS dashboard with OAuth" → PRD + task plan in 30 seconds
Expand All @@ -48,8 +48,8 @@ WIGTN Coding is a Claude Code plugin. You describe what you want to build, and 1

```bash
# Install
/plugin marketplace add wigtn/wigtn-plugins-with-claude-code
/install wigtn-coding
/plugin marketplace add wigtn/wigtn-plugins
/install wigtn-plugins

# Try it — this is the full workflow
/prd landing page for an AI startup with modern design
Expand Down
6 changes: 3 additions & 3 deletions docs/opus-4-8-migration.ko.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Opus 4.8 대응 — wigtn-coding 수정 방향 (확정본)
# Opus 4.8 대응 — wigtn-plugins 수정 방향 (확정본)

> 대상 모델: **Claude Opus 4.8** (`claude-opus-4-8`, 2026-05-28 출시)
> 상태: 코드 검증 완료 → 실행 항목 적용됨. #3·#4는 검토 후 드롭.
Expand Down Expand Up @@ -30,11 +30,11 @@
- 고정밀 → `claude-opus-4-8` / `gpt-5.5-pro` / `gemini-3.5-pro`
- 추천 테이블에 **"시점 예시 — 배포 시점 최신으로 교체"** 주석 추가 (재staleness 방지)

**1-B. 버전 0.1.7로 통일.** 기존: CLAUDE.md 2.0.0 / 루트 plugin.json 2.0.0 / marketplace.json 2.1.0 혼재 → 전부 `0.1.7`. wigtn-coding plugin.json에 version 필드 신규 명시.
**1-B. 버전 0.1.7로 통일.** 기존: CLAUDE.md 2.0.0 / 루트 plugin.json 2.0.0 / marketplace.json 2.1.0 혼재 → 전부 `0.1.7`. wigtn-plugins plugin.json에 version 필드 신규 명시.

**1-C. 카운트 드리프트 동기화.** agents 12→13, 루트 매니페스트 설명의 "3 commands/3·4 skills/12+ styles" → "5 commands/5 skills/20 styles", README.cn Skills 4→5.

> 적용 파일: `agents/ai-agent.md`, `CLAUDE.md`, `.claude-plugin/plugin.json`, `.claude-plugin/marketplace.json`, `plugins/wigtn-coding/.claude-plugin/plugin.json`, `README{,.ko,.cn}.md`.
> 적용 파일: `agents/ai-agent.md`, `CLAUDE.md`, `.claude-plugin/plugin.json`, `.claude-plugin/marketplace.json`, `plugins/wigtn-plugins/.claude-plugin/plugin.json`, `README{,.ko,.cn}.md`.

---

Expand Down
6 changes: 3 additions & 3 deletions docs/prd/PRD_auto-pr-reviewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

### 1.1 Problem Statement

WIGTN 조직에서 여러 repo에 PR이 올라오면 리뷰어가 수동으로 확인해야 한다. 리뷰 대기 시간이 길어지고, 리뷰 품질이 리뷰어의 컨디션과 시간에 따라 들쭉날쭉하다. 이미 `wigtn-coding` 플러그인에 100점 품질 체계 기반의 `pr-reviewer` 에이전트가 있지만, 이를 수동으로 `/review-pr`을 실행해야만 동작한다.
WIGTN 조직에서 여러 repo에 PR이 올라오면 리뷰어가 수동으로 확인해야 한다. 리뷰 대기 시간이 길어지고, 리뷰 품질이 리뷰어의 컨디션과 시간에 따라 들쭉날쭉하다. 이미 `wigtn-plugins` 플러그인에 100점 품질 체계 기반의 `pr-reviewer` 에이전트가 있지만, 이를 수동으로 `/review-pr`을 실행해야만 동작한다.

**핵심 문제**: PR이 올라오면 자동으로 리뷰가 시작되는 시스템이 없다.

Expand Down Expand Up @@ -250,7 +250,7 @@ Scenario: PR이 업데이트되면 재리뷰
| 항목 | 값 |
|------|-----|
| 실행 방식 | OMC CLI → Claude Code CLI 호출 |
| 리뷰 엔진 | `wigtn-coding` 플러그인의 `pr-reviewer` 에이전트 |
| 리뷰 엔진 | `wigtn-plugins` 플러그인의 `pr-reviewer` 에이전트 |
| 리뷰 레벨 | Level 2 (Standard) 기본, repo별 오버라이드 가능 |
| 출력 | 구조화된 리뷰 결과 (JSON) |

Expand Down Expand Up @@ -544,7 +544,7 @@ CREATE INDEX idx_reviews_created ON reviews(created_at);
| Language | TypeScript (Node.js 22+) |
| Web Framework | Express (또는 Hono) |
| Queue | BullMQ + Redis |
| Review Engine | OMC + Claude Code CLI + wigtn-coding pr-reviewer |
| Review Engine | OMC + Claude Code CLI + wigtn-plugins pr-reviewer |
| GitHub | gh CLI + GitHub REST API (Octokit) |
| Discord | Discord.js (Bot) + Webhook (알림) |
| Database | SQLite (better-sqlite3) |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "wigtn-coding",
"name": "wigtn-plugins",
"version": "0.1.7",
"description": "AI-native Vibe Coding — From idea to Deploy, Zero friction. 13 agents, 5 commands, 5 skills, team-based parallel build, 20 design styles, screen-spec generator (IA / User Flow / Wireframe HTML).",
"agents": [
Expand Down
Loading
Loading