mirror of
https://github.com/profullstack/logicsrc.git
synced 2026-08-13 14:37:26 +00:00
feat(openprd): publish the OpenPRD standard (#95)
OpenPRD is a lightweight, single-file PRD standard (prd/<slug>/prd.md) for humans and AI agents — the low-ceremony counterpart to OpenSpec's multi-file change bundles. PRD documents are private by convention; only the standard is published here. - docs/openprd.md — the standard: file layout, front-matter, the 8 required body sections, privacy, and the optional bridge to LogicSRC tasks. - packages/schemas/schemas/openprd-prd.schema.json — front-matter manifest schema. - packages/schemas/fixtures/openprd-prd.yaml — a valid manifest fixture. - packages/validators — register the openprd-prd schema. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
d76dd498f2
commit
506c001151
4 changed files with 178 additions and 1 deletions
10
packages/schemas/fixtures/openprd-prd.yaml
Normal file
10
packages/schemas/fixtures/openprd-prd.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
openprd: "0.1"
|
||||
id: park-service-expansion
|
||||
title: Parked-domain service expansion
|
||||
status: draft
|
||||
owner: moshcoder.coinpay
|
||||
repo: moshcoder/moshcoding
|
||||
created: 2026-07-12
|
||||
tags:
|
||||
- growth
|
||||
- monetization
|
||||
Loading…
Add table
Add a link
Reference in a new issue