Turn product intent into a clear, reviewable PRD with stable, ID'd acceptance criteria — usable on its own as an independent tool/skills pack, or as the Product layer of the agentic-workflow-kit suite.
Seeded for M3. The product is now defined for its own design step — see the product overview and the define-product PRD — on top of the outward PRD / acceptance-criteria-ID contract. Design mechanics, schemas, CLIs, and runtime behavior are future work derived from these product docs.
pnpm install --frozen-lockfile
pnpm checkpnpm check is the single required local and CI gate.
docs/product/— what & why (audience-facing); start with the overview.docs/product/define-product.md— the define-product PRD: requirements and ID'd acceptance criteria.docs/product/prd-contract.md— the outward PRD and acceptance-criteria-ID contract other tools cite.docs/product/examples/minimal-prd.md— minimal PRD fixture.docs/design/— how (mechanics, decisions, contracts); future work.
define-product sits at the head of the suite spine:
define-product -> technical-design -> design-to-plan -> jig (run) -> learning loop
Technical Design and Planning may cite PRD and acceptance-criteria IDs from this repo's product contract. They must not depend on future Product-layer implementation internals.
MIT License. See LICENSE.