Back to browse
GitHub Repository
6 starsPython

Prawduct, a product development framework for Claude Code

by brookst·Mar 31, 2026·6 points·6 comments

AI Analysis

●●SolidBig BrainNiche Gem

Independent critic agent with no access to builder's reasoning catches blind spots.

Strengths
  • Session hooks block completion if no review or reflection occurred — structural enforcement.
  • Critic runs as separate agent seeing only code and specs, not builder's reasoning.
  • Governance scales to project risk: 5-8 questions for simple, 15-25 for complex.
Weaknesses
  • Zero stars and forks suggests very early stage with no community validation yet.
  • Prompt framework space is getting crowded as Claude Code adoption grows.
Category
Target Audience

Developers using Claude Code for product development

Similar To

Cursor rules · Continue.dev · Windsurf

Post Description

Claude Code is amazing at writing code, but it will happily build from under-specified requirements, implement the same thing different ways, and fail to write great tests unless you specifically ask it to.

Prawduct is a set of prompts, skills, hooks, and artifact templates that help focus Claude Code on product development rather than code development.

You can start from something a simple as "make a website with a scientific calculator" or as complex as "create a MMO with clients for iOS, Android, and web". You can specify as much or as little arch standards or implementation details as you want.

Specialized skills like /critic and /janitor are run automatically and apply context-less reviews to catch drift, hacks, and violations of best practices.

I've been using Prawduct myself for a couple of months, developing my own projects and also iterating on Prawduct itself (which is of course self-hosted on its own framework).

I'd love to hear feedback.

Similar Projects

Developer Tools●●Solid

Claude-relais – A plan/build/judge loop mixing Claude with Cursor

Splitting thinking and typing by having Claude plan and judge while Cursor 'types' is a neat, pragmatic trade-off — you keep expensive reasoning where it matters and push bulk work to cheap, fast agents. The repo actually enforces safety: destructive command gates, scoped file access, install and preflight scripts, and a PLAN→BUILD→JUDGE contract rather than a toy demo. The downside is obvious: it's niche (requires Claude + Cursor CLIs and accounts) and adds orchestration complexity compared with single-model flows.

Big BrainNiche GemShip It
crog
103mo ago
Productivity●●Solid

Productmap – local-first visual product planning for humans and agents

Uses a smart, file-first approach — every task lives as markdown/json in a project folder so agents and humans can both read and mutate state. The recursive canvas + draggable, resizable cards is a familiar mental model, but the per-task Claude Code sessions and automatic terminal prompts are the standout: it treats LLM context as a first-class part of the workflow. Missing obvious collaboration/sync features, but as a local, agent-aware planning tool it scratches a very specific itch.

Niche GemWizardry
andrewchilds
203mo ago
Developer Tools●●Solid

ReviewStack – API that aggregates reviews from YouTube and Reddit

Turns noisy YouTube comments and Reddit threads into a tidy JSON: a 1–10 normalized score, plain-text summary, pros/cons, theme-level sentiment, and backlinks for provenance. Using an LLM as the extractor is clever — it sidesteps brittle selector-based scrapers — but it also raises obvious questions about cost, reliability, and how it handles sarcasm or sparse data that I'd want to see addressed.

Solve My ProblemWizardry
browndev
114mo ago