Conversation
Same discovery pipeline as /do:goals, but synthesizes a requirements- level PRD.md (functional/non-functional/negative requirements with stable FR-/NFR-/NR- IDs, personas, out-of-scope, success metrics) instead of the strategic GOALS.md. /do:prd is a thin shorthand alias, following the /do:simplify pattern. Interactive mode gained a Risks & Open Questions step: judgment calls are asked via AskUserQuestion and folded into the document; purely factual items (e.g. tracker issue status) are checked directly instead of asked. Also refreshes GOALS.md (stale audit-dimension count, missing Grok Build environment) and adds CONTRIBUTING.md, both surfaced while dogfooding the new command against this repo.
…ndency claim commands/do/prd.md still pointed at "Validation 3g-3i" after 3j (Risks & Open Questions) was added to goals.md. CONTRIBUTING.md's install step implied dev-tooling dependencies exist; package.json has none.
…w table The badge undercounted by one both before and after this diff's +1 bump — commands/do/ has 21 files (20 workflow commands plus help.md, which is itself a listed command), matching the README table's 21 rows.
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.
Highlights
/do:goals --prdmode (and/do:prdshorthand) generates a detailedPRD.mdinstead of the strategicGOALS.md— functional/non-functional/negative requirements grouped by feature area, each with a stable ID and acceptance criteria, plus personas, out-of-scope, assumptions, success metrics, and open questions.CONTRIBUTING.mdcovering project structure, local dev/test workflow, and commit/PR conventions.Full changelog
See
.changelogs/v3.28.0.md.Full Diff: v3.27.1...v3.28.0