One plugin. 11 agents. From idea to a verified commit.
> /plugin marketplace add wigtn/wigtn-plugins> /plugin install wigtn-plugins@wigtn-plugins
FAQ
wigtn-plugins is a Claude Code plugin with 7 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes code-review-levels, design-system-reference, handdrawn-diagram. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
Repo: wigtn/wigtn-plugins
One plugin. 11 agents. From idea to a verified commit.
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.
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 β Findings rollup + objective checks + commit
# Install
/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
/implement ai-landing
/auto-commit
That's it. The plugin handles PRD generation, 4-category quality analysis, architecture decisions, design style selection, parallel build, code review, and commit.
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β /prd "SaaS dashboard with OAuth" β
β β
β 1. Context Gathering βββ scan project structure, tech stack, package.json β
β 2. AskUserQuestion βββββ Scale Grade? (Hobby / Startup / Growth / Enterprise) β
β 3. PRD Generation ββββββ PRD_{feature}.md (7 sections, Gherkin stories) β
β 4. Task Planning βββββββ PLAN_{feature}.md (phases + tasks) β
β β
β ββββ prd-reviewer β 4 adversarial lenses βββββββββββββββββββββββββββββ β
β β Phase 0: Context Harvest (CLAUDE.md, code patterns, deps) β β
β β Phase 1: PRD Structure Parsing β β
β β Phase 2: βββββββββββββ 4 ADVERSARIAL LENSES ββββββββββ β β
β β β Completeness β Feasibility β Security β Consistency β β β
β β β FR/NFR/edge β stack fit β OWASP β naming/arch β β β
β β β cases, dups β blast radiusβ auth/z β PRDβcode β β β
β β Phase 3: Cross-Category Synthesis (compound risks) β β
β β Phase 4: Quality Gate βββ PASS / WARN / BLOCKED β β
β ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β
BLOCKED β stop
β PASS / WARN
βΌ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β /implement ai-landing β
β β
β ββββ DESIGN PHASE βββββββββββββββββββββββββββββββββββββββββββββββββββ β
β β βββββββββββββββ 3 AGENTS IN PARALLEL βββββββββββββββ β β
β β β Agent A β Agent B β Agent C β β β
β β β PRD load + β architecture-decisionβ Project scan + β β β
β β β quality gate β Mono/Modular/MSA β gap analysis β β β
β β ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β β
β β β β β
β β Team Allocation βββββββ pattern match files β teams β β
β β api/, services/ β Backend β β
β β components/, app/ β Frontend β β
β β ai/, llm/ β AI Server β β
β β Dockerfile, CI/ β Ops β β
β β β β
β β Design Discovery (Frontend only, if no existing style) ββββββββ β β
β β VS technique: 4 questions β suitability % per style β select β β
β β β β
β β β CHECKPOINT: AskUserQuestion ββ proceed / review / cancel β β
β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β
β β
β ββββ BUILD PHASE βββ team-build-coordinator βββββββββββββββββββββββββ β
β β β β
β β Phase 0: Setup βββ SHARED_CONTEXT_{feature}.md + PLAN ledger β β
β β Context Harvest: sample existing code β learn patterns β β
β β β β
β β Phase 1: Foundation (if Backend + dependents exist) β β
β β Backend writes: DB schema, shared types, API contracts β β
β β β unblocks other teams β β
β β β β
β β Phase 2: ββββββββββββ UP TO 4 TEAMS IN PARALLEL ββββββββββββ β β
β β β BACKEND β FRONTEND β AI SERVER β OPS β β
β β β backend- β frontend- β ai-agent β gen β β
β β β architect β developer β β pur β β
β β β β + style guide β β β β
β β β API, services β pages, comps β LLM, STT β CI β β
β β β DB, middleware β state, styling β prompts β CD β β
β β ββββββββββββββββββββββββββββββββββββββββββββββββββββ β β
β β β² reads β writes β β
β β βββββ SHARED_CONTEXT βββββ β β
β β β β
β β Phase 3: Integration βββ API contract match, type consistency, β β
β β pattern verification vs Phase 0 learned patterns β β
β β β β
β β Phase 4: Build & Test βββ typecheck + test + build β β
β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β
βΌ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β /auto-commit β
β β
β Step 1: Branch Strategy β
β on feature branch β reuse β on main + PLAN β feat/<name> β
β β
β Step 2: Quality Gate β
β ββββ code-reviewer β evidence-backed findings ββββββββββββββββββββ β
β β Each finding: file + line + severity + confidence + evidence β β
β β β β
β β FAIL β critical β₯1 β β
β β WARN β critical 0 AND (major β₯1 OR minor β₯5) β β
β β PASS β critical 0 AND major 0 AND minor <5 β β
β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β
β β
β Step 3: Objective Checks βββ typecheck / lint / configured checks β
β non-zero exit β blocked β
β Step 4: Commit Message βββ <type>(<scope>): <subject> + gate result β
β β CHECKPOINT: AskUserQuestion ββ PR / Draft PR / Commit only / Cancel β
β Step 5: git commit β git push -u β gh pr create β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Shared Memory (3 layers):
Layer 1 β MEMORY.md βββββββββββ persistent cross-session conventions
Layer 2 β SHARED_CONTEXT ββββββ session-scoped API contracts, types, patterns
Layer 3 β PLAN ledger βββββββββ task checkboxes + execution log
Independent steps can run in parallel; dependent steps remain ordered. Runtime varies with the task, model, and configured checks.
| Command | What it does |
|---|---|
/prd <feature> | Generate PRD + phased task plan from a feature idea (now includes User Roles, Page State Matrix, User Flow sections for UI features) |
/screen-spec <feature> | Optional UI gate: IA + User Flow + Screen Spec + clickable HTML wireframe + Dev Handoff. Lo-fi wireframe (grayscale + semantic colors); style is decided later at /implement |
/implement <feature> | Design + build with automatic parallel team dispatch (consumes screen-spec output if present) |
/auto-commit | Evidence-backed findings β deterministic rollup β objective checks β commit + PR |
/review-pr <PR> | Review a GitHub PR from terminal: diff analysis, severity findings, inline comments |
| Agent | Role |
|---|---|
team-build-coordinator | Dispatches Backend, Frontend, AI, Ops teams in parallel |
architecture-decision | MSA vs Monolithic vs Modular Monolith |
| Agent | Role |
|---|---|
frontend-developer | React 19, Next.js 16+, 20 design styles |
backend-architect | API design, database schema, backend patterns |
mobile-developer | React Native / Expo, native modules |
ai-agent | WhisperX STT, OpenAI/Anthropic integration |
| Agent | Role |
|---|---|
code-reviewer | Evidence-backed findings with deterministic PASS/WARN/FAIL rollup |
pr-reviewer | GitHub PR diff review, severity findings, inline review comments (used by /review-pr) |
prd-reviewer | Finds gaps across completeness, feasibility, security, consistency |
code-formatter | Multi-language auto-formatting and lint fixes |
design-discovery | VS-based style recommendation for Web and Mobile |
| Skill | What it provides |
|---|---|
code-review-levels | Deep review (Level 3: call chains, edge cases, concurrency) and architecture review (Level 4: SOLID, layer violations, scalability) |
design-system-reference | 20 style guides with typography, color, components, motion, and anti-patterns. Works with design-discovery for context-aware recommendations |
handdrawn-diagram | Generates a hand-drawn (sketch-style) architecture or flow diagram as committable SVG + PNG via Mermaid look:handDrawn. Renders identically on README, GitHub, Devpost, and slides |
screen-spec | Generates 5 UI artifacts from PRD β IA, User Flow, Screen Spec, clickable Wireframe HTML, Dev Handoff. Lo-fi wireframe (grayscale + semantic colors); style decisions deferred to /implement. Invoked by /screen-spec |
team-memory-protocol | SHARED_CONTEXT management for cross-agent coordination during parallel builds |
wigtn-ppt | Generates a WIGTN-brand HTML presentation (Light/Dark themes) from brand tokens β no template needed. Signature purple dot on every slide, with a CSS/SVG wordmark fallback when logo assets are absent |
Each style guide covers philosophy, typography, layout, color, components, motion, and an anti-pattern checklist.
| Style | Vibe |
|---|---|
| Editorial | Magazine layouts, strong serif typography |
| Brutalist | Raw, bold, unconventional |
| Glassmorphism | Frosted glass, blur, transparency |
| Swiss Minimal | Grid-based, typography-focused |
| Neomorphism | Soft UI, inset/outset shadows |
| Bento Grid | Card-based grid (Apple-inspired) |
| Dark Mode First | Dark interfaces from the ground up |
| Minimal Corporate | Clean professional aesthetic |
| Retro Pixel | CRT effects, monospace, terminal nostalgia |
| Organic Shapes | Blobs, natural curves, earthy tones |
| Maximalist | Bold type, intense colors, layered |
| 3D Immersive | CSS 3D transforms, parallax, depth |
| Liquid Glass | Fluid translucent glass, dynamic reflections |
| Claymorphism | Soft 3D clay elements, pastel tones |
| Minimalism | Extreme simplicity, whitespace-driven |
| Neobrutalism | Colorful accents, bold borders |
| Skeuomorphism | Realistic textures, physical metaphors |
| Aurora / Gradient Mesh | Mesh gradients, ambient glow, ethereal |
| Terminal / Hacker | Monospace-driven, information-dense, semantic color |
| Kinetic Typography | Scroll-driven text animation, split reveals |
The design-discovery agent recommends the best style for your project context using VS (Verbalized Sampling).
| Hook | Trigger | What it does |
|---|---|---|
| Dangerous Command Blocker | Bash PreToolUse | Blocks rm -rf /, git push --force, DROP TABLE |
| Pipeline Completion | Stop | Reminds to review before pushing |
| Frontend Formatting | Write|Edit PostToolUse | Reminds prettier/eslint for .tsx, .jsx, .css |
| Backend Pattern Compliance | Write|Edit PostToolUse | Checks error handling, validation, logging for .ts, .py, .go |
/prd project management tool with kanban boards and team collaboration
# β 4-lens analysis catches: "Missing: real-time sync, role permissions"
/implement --parallel project-management
# Backend: API endpoints, Prisma schema, auth middleware
# Frontend: Kanban board, team views, dashboard
# Ops: Dockerfile, GitHub Actions CI/CD
/auto-commit
# findings rollup PASS + objective checks pass β auto-commit
/prd fitness tracker with workout logging, progress charts, Apple Health sync
/implement fitness-tracker
# Expo Router + Zustand + MMKV + React Query
# Biometric auth, haptic feedback, offline sync
/prd AI startup landing page with modern design
/implement ai-landing
# design-discovery activates β recommends Glassmorphism or Liquid Glass
# Frontend team builds Hero, Features, Pricing, CTA with chosen style
/prd transcription service with WhisperX STT and LLM summarization
/implement --parallel transcription-service
# Backend β API + DB + auth
# AI β WhisperX + OpenAI/Anthropic patterns
# Frontend β Upload UI + transcription viewer
| Domain | Technologies |
|---|---|
| Frontend | React 19, Next.js 16+, Tailwind CSS, Radix UI |
| Backend | NestJS, Express, FastAPI, Prisma, Drizzle |
| Mobile | React Native 0.73+, Expo SDK 52+ |
| AI | WhisperX, OpenAI GPT, Anthropic Claude |
| DevOps | Docker, Kubernetes, GitHub Actions |
| Design | 20 style systems, VS-based discovery, HIG, MD3 |
git checkout -b feature/amazing-skill
# make changes
git commit -m 'feat: Add amazing skill'
git push origin feature/amazing-skill
# open PR
Apache License 2.0 β see LICENSE.
Built by WIGTN Crew
5 AI engineers. We don't study AI β we ship it.
.claude-plugin/
marketplace.json
plugin.json
.gitattributes
.github/
ISSUE_TEMPLATE/
bug_report.yml
config.yml
feature_request.yml
probes/
HARNESS_FACTS.md
PULL_REQUEST_TEMPLATE.md
scripts/
check_contracts.py
measure.sh
test_danger_hook.sh
test_gate.sh
test_knowledge_wiki.py
validate_plugin.py
WIGTN_META.md
workflows/
release.yml
validate.yml
.gitignore
CITATION.cff
CLAUDE.md
CONTRIBUTING.md
LICENSE
plugins/
wigtn-plugins/
.claude-plugin/
plugin.json
agents/
ai-agent.md
architecture-decision.md
backend-architect.md
code-formatter.md
code-reviewer.md
design-discovery.md
frontend-developer.md
mobile-developer.md
pr-reviewer.md
prd-reviewer.md
team-build-coordinator.md
commands/
auto-commit.md
implement.md
prd.md
references/
prd-api-templates.md
review-pr.md
screen-spec.md
contracts/
INGEST-POLICY.md
PRD-CONTRACT.md
hooks/
checks-lib.sh
gate.sh
hooks.json
scaffold-checks.sh
scripts/
knowledge_wiki/
__init__.py
accumulate.py
compile.py
config.py
gates.py
knowledge-wiki.example.yml
publish.py
wigtn-wiki.example.yml
skills/
code-review-levels/
architecture-review.md
deep-review.md
SKILL.md
design-system-reference/
common/
animations.md
colors.md
spacing.md
README.md
SKILL.md
styles/
3d-immersive.md
aurora-gradient.md
bento-grid.md
brutalist.md
claymorphism.md
dark-mode-first.md
editorial.md
glassmorphism.md
kinetic-typography.md
liquid-glass.md
maximalist.md
minimal-corporate.md
minimalism.md
neobrutalism.md
neomorphism.md
organic-shapes.md
retro-pixel.md
skeuomorphism.md
swiss-minimal.md
terminal-hacker.md
handdrawn-diagram/
SKILL.md
knowledge-wiki/
SKILL.md
screen-spec/
references/
handoff-checklist.md
microcopy-patterns.md
state-checklist.md
SKILL.md
templates/
01-IA.md
02-USER-FLOW.md
03-SCREEN-SPEC.md
04-WIREFRAME-mobile.html
04-WIREFRAME.html
05-DEV-HANDOFF.md
team-memory-protocol/
SKILL.md
wigtn-ppt/
assets/
logo/
README.md
references/
brand.md
design-guide.md
SKILL.md
README.cn.md
README.ko.md
README.mdΒ© 2026 Flowy Β· Free and open source
Built for Claude Code Β· Not affiliated with Anthropic