shinpr/claude-code-discover

6 stars · Last commit 2026-04-06

Product discovery workflows for Claude Code — from hypotheses to validated PRDs, with evidence your AI coding agent can read.

README preview

# Claude Code Discover

[![Claude Code](https://img.shields.io/badge/Claude%20Code-Plugin-purple)](https://claude.ai/code)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

A Claude Code plugin that structures product context in your repo before implementation begins. Hypotheses, validation results, and PRDs live alongside your code — so when Claude builds your feature, it has access to rejected alternatives, unvalidated assumptions, and the evidence behind each decision.

Works standalone, or paired with [claude-code-workflows](https://github.com/shinpr/claude-code-workflows) for a full discovery-to-implementation cycle:

```
[claude-code-discover]  →  PRD + Prototypes  →  [claude-code-workflows]
   Discovery phase                                Implementation phase
```

## The Problem

When you ask an AI coding assistant to build a feature, it generates code without knowing what alternatives were ruled out, which assumptions are untested, or what user research shaped the requirements. Discovery artifacts typically live in Notion, Figma, or Slack — invisible to your coding tools. This plugin brings them into the repo where Claude can read them.

## What It Does

View full repository on GitHub →