spec-interviewer

nkl-plugins

developer-toolsClaude Codeby Nikola Milojević

Summary

Interview users about their specifications to uncover hidden requirements, edge cases, and tradeoffs

Install to Claude Code

/plugin install spec-interviewer@nkl-plugins

Run in Claude Code. Add the marketplace first with /plugin marketplace add nklmilojevic/claude-marketplace if you haven't already.

README.md

nkl-plugins

Claude Code plugin marketplace.

Plugins

| Plugin | Description | |--------|-------------| | spec-interviewer | Interview users about specifications to uncover hidden requirements, edge cases, and tradeoffs |

Installation

# Add the marketplace
/plugin marketplace add nklmilojevic/claude-marketplace

# Install a plugin
/plugin install spec-interviewer@nkl-plugins

How it works

This marketplace references plugins hosted in separate GitHub repositories. A GitHub Action runs hourly to check for new releases and automatically creates PRs to update versions.

Adding a plugin

1. Create a GitHub repository for your plugin with .claude-plugin/plugin.json 2. Add an entry to .claude-plugin/marketplace.json:

{
  "name": "my-plugin",
  "description": "What it does",
  "version": "1.0.0",
  "author": { "name": "Your Name" },
  "source": {
    "source": "github",
    "repo": "owner/repo-name"
  }
}

3. Create releases in your plugin repository to trigger version updates

License

MIT

Related plugins

Browse all →