Skip to content

feat: updates prd-review skills and document for CUE registry import - #3

Open
jpower432 wants to merge 4 commits into
unbound-force:mainfrom
jpower432:module-update
Open

feat: updates prd-review skills and document for CUE registry import#3
jpower432 wants to merge 4 commits into
unbound-force:mainfrom
jpower432:module-update

Conversation

@jpower432

@jpower432 jpower432 commented Aug 19, 2026

Copy link
Copy Markdown
Collaborator
  • Moves schema to root to remove /schema from path
  • Correct CUE validation on README.md
  • Updates skill to use proper syntex for CUE validation based on module from the registry

Move schema/prd.cue to the module root to simplify the CUE registry
import path. Consumers can now reference the module as
github.com/unbound-force/intake-kit:prds instead of requiring the
/schema suffix. Update all references in documentation and workflows.

Also clarify in PRD review skill documentation that the --schema flag
is an optional fallback for local development, not a required path.

Assisted-by: Claude (Anthropic, Claude Haiku 4.5)
Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
prd.cue moved to module root in 6ba2745 but README's layout diagram
still referenced a schema/ directory.
Phase 0 wording implied callers need their own cue.mod to vet against
the published schema. They don't — cue vet resolves a registry import
path@version:package directly, same as any other registry-backed CUE
package. Also fixes the import path syntax (path@version:qualifier,
not path:qualifier@version).

Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
Fixed documented cue vet command argument order — schema/registry
import must come before the data file for correct validation.
Also added missing -d '#PRDDocument' to README example so it
validates the correct document type, and corrected stale
project-layout reference in AGENTS.md (schema is prd.cue at
module root, not schema/ directory).

Assisted-by: Claude (Anthropic, Claude Haiku 4.5)
Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
@jpower432
jpower432 marked this pull request as ready for review August 19, 2026 19:24
@jpower432
jpower432 requested a review from a team August 19, 2026 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants