feat: adds stage aware schema changes and module changes - #7
Draft
jpower432 wants to merge 4 commits into
Draft
Conversation
Reframe the PRD model around jobs-to-be-done: job executors replace personas, desired-outcomes replace KPIs, journeys replace workflows. Add stage-aware constraints (ACs required only at Ready, FR `satisfies` required at Ready) and an in-file FR/journey coverage floor enforced by `cue vet`. Add valid/invalid conformance testdata. Assisted-by: Claude Code <noreply@anthropic.com>
Split dispatch by PRD state and invocation: a fresh Draft gets a `cue vet` + Guard review; `--full` runs the 5-agent council and is the only pass that gates Draft to Ready, mutating state.status only on author confirmation. Ready and later trigger no gating dispatch. Assisted-by: Claude Code <noreply@anthropic.com>
Add the lola-eval behavioral harness (config, provisioner, taskfiles) with the case-001 schema baseline, plus a CUE conformance test and CI workflow. Harness scaffolding adapted from lola-mod-review-council. Assisted-by: Claude Code <noreply@anthropic.com>
Add the discovery skill (researcher + gatherer + distiller) and its `/discovery` command for Stage-0 problem exploration before FRs exist: distill deduplicated open-questions into an existing PRD, or seed a parent PRD (framing, desired-outcomes, open-questions; no FRs) from a bare brief. Includes the discovery-tracker example, the case-002 discovery eval, and discovery docs. No schema changes: builds on the schema base. Assisted-by: Claude Code <noreply@anthropic.com>
jpower432
force-pushed
the
feat/discovery
branch
from
August 28, 2026 12:55
3d24fe4 to
459bd95
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR builds on #8 by adds skills, commands, and agents for the first stage.
--fullis run the entire Review Council is run to evaluate readiness