By ohmyhotelco
Multi-agent planning plugin that generates functional specifications with automated review cycles and multilingual output (en/ko/vi)
Requirements analyst agent that analyzes project context and conducts structured requirements gathering through 8 categories with completeness scoring
DSL generator agent that converts screen definitions from functional specifications into structured UI DSL JSON files, inferring data models from component analysis
Planner agent that reviews functional specifications for completeness of user flows, business logic, UX consistency, and integration concerns
Prototype generator agent that scaffolds a standalone React 19 prototype from UI DSL JSON files using Vite, TypeScript, TailwindCSS, shadcn/ui, React Router v7, and Lucide icons
Stitch wireframe agent that generates visual wireframe designs from UI DSL JSON using Google Stitch MCP, with prompt optimization and design token extraction
Rebuild bundle.html from existing prototype source files.
Use when a new project needs a domain-specific design system (B2B Admin or Hotel/Travel) before specification and UI design work.
Use when a functional specification is finalized and UI design artifacts (DSL, wireframes) are needed before implementation.
Initialize Planning Plugin configuration for the current project. Sets working language and optional Notion sync URL.
Change the working language of an existing specification. Use when transferring a project to a team member who works in a different language.
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Ohmyhotel & Co Claude Code plugins mono-repo
A collection of Claude Code plugins that cover the full software delivery lifecycle — from functional specification through production code generation and marketing site creation.
v1.4.5Automates functional specification creation through multi-agent collaboration. An analyst gathers requirements, a planner reviews UX/business logic, and a tester evaluates edge cases — iterating through review cycles until the spec converges. Supports multilingual output (en/ko/vi), UI DSL generation, Stitch wireframes, and clickable React prototypes.
Pipeline: spec → design (DSL + wireframes) → prototype → review → translate → sync-notion
Key features:
v1.0.2Generates production-ready React code from functional specifications using strict Test-Driven Development. Each feature goes through a 6-phase TDD pipeline (types → API → stores → components → pages → integration), followed by automated 2-stage code review and E2E browser testing.
Pipeline: fe-plan → fe-gen (TDD) → fe-verify → fe-review ↔ fe-fix → fe-e2e
Key features:
v0.2.1Generates marketing homepage websites from interactive page/section definitions. Optimized for static-first content sites with Astro's islands architecture — zero JS by default, interactive components hydrated only where needed.
Pipeline: hp-plan → hp-gen → hp-verify (Lighthouse CI) → hp-review ↔ hp-fix
Key features:
v0.1.0Develops Spring Boot backend applications using CQRS architecture and strict Test-Driven Development. Features a full pipeline with verification gate, review-fix loop, systematic debugging, and pipeline state tracking — modeled after the frontend-react-plugin's mature orchestration patterns.
Pipeline: be-init → be-crud → be-code (TDD) → be-verify → be-review ↔ be-fix → be-commit
Key features:
planning-plugin frontend-react-plugin
│ │
├── spec + screens + tests ──────┤
├── UI DSL ──────────────────────┤
└── prototype (reference) ───────┘
│
└── production React code (TDD)
planning-plugin backend-springboot-plugin
│ │
└── (independent) ───────────────┘
│
└── Spring Boot API (CQRS + TDD)
planning-plugin homepage-plugin
│ │
└── (independent) ───────────────┘
│
└── marketing site (Astro)
npx claudepluginhub ohmyhotelco/hare-cc-plugins --plugin planning-pluginClaude Code plugin for building company marketing and homepage websites with Astro 5, Tailwind CSS, shadcn/ui, MDX content, and SEO optimization
Frontend React development plugin enforcing React 19, Vite, TypeScript, shadcn/ui, Zustand, and i18next conventions for Claude Code
Spring Boot backend development plugin with CQRS, strict TDD, Gradle build automation, multi-dimension code review, spec-driven scaffold, and security audit for Claude Code
Specification-driven development workflow: specify → plan → tasks → implement
Structured project planning and execution through brainstorm, spec, and build phases across three execution tiers: sequential, delegated sub-agents, and full agent teams
AI-assisted spec crafting through research, interviews, and multi-LLM review. Like Geppetto carved Pinocchio from wood, transform rough ideas into living implementation plans.
Spec-driven development for big features. When features get too big, plan mode gets too vague—leading to hallucinations during implementation. ShipSpec replaces vague plans with structured PRDs, technical designs, and ordered tasks that keep Claude grounded.
Design workflow for coding agents: discovery, research, strategy, inclusive design, critique, and handoff — enforced automatically
Provider-agnostic skills for autonomous product development: spec, task, implement, test, review, and summarize changes.