Wigtn Plugins banner
wigtn wigtn

Wigtn Plugins

AI community

Description

Claude Code Plugins for AI Native-based Engineer

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

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

WIGTN Plugins

**One plugin. 11 agents. From idea to a verified commit.**

![Version](https://img.shields.io/badge/v0.1.16-Unified_Plugin-FF6B6B?style=for-the-badge) ![Agents](https://img.shields.io/badge/11-Agents-5A67D8?style=for-the-badge) ![Commands](https://img.shields.io/badge/5-Commands-38B2AC?style=for-the-badge) ![Skills](https://img.shields.io/badge/6-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?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?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)


Why WIGTN-Coding?

**Without this plugin:** You open Claude Code → write a vague prompt → get generic code → spend 30 min fixing → repeat.

**With WIGTN-Coding:** You run `/prd` → get a structured contract → generate screen specifications when needed → implement → commit only after the configured checks pass.


What it does

WIGTN Plugins is a Claude Code plugin with 11 specialized agents for requirements, architecture, implementation, and review. It uses parallel work only where tasks are independent, and carries one contract from PRD through commit.

/prd "SaaS dashboard with OAuth"  →  Contract-based PRD + task plan
/screen-spec dashboard            →  (if UI) IA + flow + screen spec + clickable wireframe HTML
/implement --parallel             →  Backend + Frontend + AI + Ops teams build simultaneously
/auto-commit