What problem does it solve? Building an installable interactive plugin for Claude Code or Codex involves requirements gathering, interaction design, planning, development, and real host verification, and skipping any stage produces a plain web app instead of a shippable plugin. This Skill acts as the master router that detects project state and drives each stage in order until every required host target is verified. ## Core Features & Use Cases - Stage Routing: Detects existing artifacts (Plugin-Spec.md, Plugin-Design.md, PLUGIN-DEV-PLAN.md, Plugin-Project-State.md) and routes to the correct stage Skill: spec builder, interaction/runtime designer, dev planner, builder, checker, or installer. - Deterministic Toolchain: Ships scripts for project initialization, harness and plugin validation, scaffolding, packaging, style linting, one-click installation, skill-trigger evaluation, and Playwright-based UI audits. - Evidence-Gated Delivery: Only declares SHIPPABLE when all required host targets are HOST_VERIFIED with machine-readable evidence conforming to the bundled evidence JSON schema. - Use Case: A developer wants to turn an idea into an installable Claude Code plugin with a companion web UI and MCP server; the Skill interviews for requirements, produces design contracts, executes the dev plan, and verifies installation in the real host before delivery. ## Quick Start Ask the assistant to help you build an installable Claude Code or Codex plugin from your idea, and it will detect the project state and route you through specification, design, planning, development, and verification.