mturac

Product Init — Data skill for Claude Code

Data community

AI-first turnkey product delivery skill.

How to install Product Init

This entry records only its repository, not the path inside it, so there is no exact command to give. Open mturac/product-init and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Product Init does

AI-first turnkey product delivery skill. 9-gate pipeline: idea → shipped product.

Alternatives in Data

  • Agentsview — Local-first session intelligence and analytics for coding agents, supporting Claude Code, Codex, and 14 other 824 ★
  • Memex — Open-source, local-first AI journal app for iOS and Android 697 ★
  • Deepdive — Deepdive skill for Claude Code — 12-phase research pipeline: plan-review gate, parallel sub-agent search, clai 297 ★

README

product-init

**AI sets the goal. product-init makes sure you're shooting at the right one.**

"Vibe-coding without a product spec isn't moving fast. It's building the wrong thing at the speed of AI."

Codex ships `/goal`. Cursor ships `/build`. Every AI tool now moves faster. 43% of startups still die from the same cause: wrong product.

product-init is the gate before the gate — 9 hard stops between your idea and your deploy, each blocked by a Python audit script with real pass/fail criteria. CRITICAL findings stop the pipeline. No `--skip` flag.

Works on Claude Code, Codex CLI, and OpenClaw/Hermes.


How it works

/product-init "build an HR assessment tool"

Three questions. AI drafts the rest. 9 gates run in sequence.

Gate 1  Discovery Constitution   JTBD + four-risk model
Gate 2  Statement of Work        Shape Up appetite + PR-FAQ
Gate 3  Design                   Every screen maps to a job from Gate 1
Gate 4  Build                    Commit-to-AC, no orphan TODOs
Gate 5  QA                       Unit + integration + E2E — all green
Gate 6  UAT                      Real human signs off on real URL
Gate 7  Deploy                   HTTP 200 to prod, smoke job, rollback drill
Gate 8  Handoff                  ADRs + runbook + DEBT.md — a contract, not a README
Gate 9  Warranty                 72h monitoring window: error rate, latency, uptime

Gate 1 is the one that matters most. It asks: *who gets fired if this fails, what job are they hiring it for, and what does failure look like in production?* That's the goal you're shooting at. Everything else is build speed.


Install

curl -sSL https://raw.githubusercontent.com/mturac/product-init/main/install.sh | bash

That's it. The script detects which AI tools you have installed (Claude Code, Codex CLI, OpenClaw) and installs there automatically. Works on all of them at once if you have multiple.


Usage

# Bootstrap a new project
python3 scripts/orchest