Hafeok/product-cli

A CLI for managing a products features, test cases and ADRs - and a bit more.

6Stars on the repository
12Mods indexed here, across every type
4d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

feature-e2e

01

Hafeok/product-cli

Skill Claude CodeCodex

Run an end-to-end test of a Product CLI feature in a fresh tmp directory. Build the release binary, init a clean .product/ project, then exercise every CLI command the feature adds — including the existing commands the feature touches — against the new repo. Use when the user asks to "do an end-to-end test of FT-XXX"…

6 4d ago C 105 tokens original MIT

product-build

02

Hafeok/product-cli

Skill Claude CodeCodex

Guide the Build phase of a product session — partition the What into shippable slices, define deliverables with checkable acceptance (§7), dispatch cells into work units, run the autonomous build, and finalize. Use when the session is in the Build phase or the user says "create a slice", "add acceptance", "build the…

6 4d ago A 88 tokens original MIT

product-how

03

Hafeok/product-cli

Skill Claude CodeCodex

Guide authoring the How — the §4 architecture contract — inside a product session's How phase: the Why cascade (decisions → principles → patterns), the application/infrastructure contracts, interfaces, plus archetypes, cells (task-types), and work units. Use when the session is in the How phase or the user says…

6 4d ago A 112 tokens original MIT

product-session-e2e

04

Hafeok/product-cli

Skill Claude CodeCodex

Shake out a full What→How→Build session end-to-end in a fresh init --demo repo, driving each phase skill's worked example through the CLI and asserting every phase gate. Use when the user asks to "run the session e2e", "verify the phase skills", "shake out a session end to end", or after changing the domain/how/build…

6 4d ago A 90 tokens original MIT

product-session

05

Hafeok/product-cli

Skill Claude CodeCodex

Launch, resume, and drive a phase-gated What→How→Build workshop session over the Product framework graph, and route to the right phase skill. Use when the user says "start a product session", "run a workshop session", "product session start", "product mcp --workflow", "resume the session", "advance the phase", or…

6 4d ago A 113 tokens original MIT

product-what

06

Hafeok/product-cli

Skill Claude CodeCodex

Guide authoring the What — the domain model (§3.1) and event model (§3.2) — inside a product session's What phase: bounded contexts, entities, value objects, commands, events, read-models, triggers, systems, flows, plus Deciders (§3.3) and Projectors (§3.4). Use when the session is in the What phase or the user says…

6 4d ago C 116 tokens original MIT

release

07

Hafeok/product-cli

Skill Claude CodeCodex

Cut a new release of the Product CLI by bumping the workspace version in lockstep, committing, tagging vX.Y.Z, and pushing the tag to trigger the cargo-dist release workflow. Use when the user asks to "cut a release", "release version X", "ship 0.X.Y", "tag a release", "publish a release", or "bump and tag for…

6 4d ago A 83 tokens original MIT