docs(prd): PRD-0001 — citation verification for revision review#3
Merged
Conversation
First PRD under the process proposed in the prd-process branch. An operator-facing capability to verify whether a cited source supports the claim it is attached to, with a categorical verdict and a testable definition of done. Read-only; never an autonomous write. For discussion. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Owner
|
How much details do we want in PRDs? Quick though on that one (and perhaps it should be an ADR), I think the tool needs to be as auditable and determinist as possible. So for a citation thing like that, I would tend to create an abstraction layer where SP42 generates a JSON payload, model enrich/use it and returns a JSON (I would store them for research purposes but that could be an optin feature to make it easier). But maybe this shouldn't be specific to this PRD ? |
Collaborator
Author
|
I'm not sure. My gut is "PRDs are mostly for documenting user impact, ADRs are for technical details" but this is experimental for me too :) |
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.
The first PRD under the process proposed in #2 (this branch is based on it, so
the diff here is just the one new doc).
Proposes an operator-facing capability: when reviewing a revision that adds or
changes a citation, verify whether the cited source actually supports the claim
and show a categorical verdict — read-only, never an autonomous write, and it
abstains when it can't fetch or read the source.
It exercises the whole process end to end:
without a verbatim, in-session-locatable passage);
contract, crate boundary, source-snapshot storage);
For discussion — not a request to build yet.
Validation: docs only, no code paths touched; no checks run.
🤖 Generated with Claude Code