Skip to content

chore(deps): bump github.com/grokify/structured-plan from 0.6.0 to 0.8.0#3

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/grokify/structured-plan-0.8.0
Open

chore(deps): bump github.com/grokify/structured-plan from 0.6.0 to 0.8.0#3
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/grokify/structured-plan-0.8.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 10, 2026

Bumps github.com/grokify/structured-plan from 0.6.0 to 0.8.0.

Release notes

Sourced from github.com/grokify/structured-plan's releases.

v0.8.0

Release Notes: v0.8.0

Full Changelog: grokify/structured-plan@v0.7.0...v0.8.0

v0.7.0

Release Notes: v0.7.0

Full Changelog: grokify/structured-plan@v0.6.0...v0.7.0

Changelog

Sourced from github.com/grokify/structured-plan's changelog.

[v0.8.0] - 2026-02-08

Highlights

  • Add markdown rendering for 8 extended PRD sections (Problem, Market, Solution, Decisions, Reviews, RevisionHistory, NonGoals, SuccessMetrics)
  • Add structured NonGoals and SuccessMetrics fields to PRD Document type
  • Add completeness scoring for all 8 new optional sections
  • Add configurable section ordering with PRD type templates (strategy, feature, technical)

Added

  • Add generateProblem() rendering for problem statement, evidence table, root causes, affected segments (1507c7b)
  • Add generateMarket() rendering for alternatives table, strengths/weaknesses, differentiation, market risks (1507c7b)
  • Add generateSolution() rendering for solution options table with selection indicator, benefits/tradeoffs/risks (1507c7b)
  • Add generateDecisions() rendering for decision records table with alternatives considered (1507c7b)
  • Add generateReviews() rendering for review decision badge, quality scores, blockers, revision triggers (1507c7b)
  • Add generateRevisionHistory() rendering for version history table (1507c7b)
  • Add generateNonGoals() rendering for structured non-goals table (1507c7b)
  • Add generateSuccessMetrics() rendering for north star, supporting, and guardrail metrics (1507c7b)
  • Add SuccessMetrics type with NorthStar, Supporting, and Guardrail metric arrays (1507c7b)
  • Add Metric type with ID, name, description, baseline, target, and measurement method (1507c7b)
  • Add NonGoals field to PRD Document for structured non-goals with rationale (1507c7b)
  • Add SuccessMetrics field to PRD Document for organized success metrics (1507c7b)
  • Add checkProblem() completeness function for problem definition scoring (1507c7b)
  • Add checkMarket() completeness function for market analysis scoring (1507c7b)
  • Add checkSolution() completeness function for solution section scoring (1507c7b)
  • Add checkDecisions() completeness function for decisions scoring (1507c7b)
  • Add checkReviews() completeness function for reviews scoring (1507c7b)
  • Add checkRevisionHistory() completeness function for revision history scoring (1507c7b)
  • Add checkNonGoals() completeness function for non-goals scoring (1507c7b)
  • Add checkSuccessMetrics() completeness function for success metrics scoring (1507c7b)
  • Add TOC entries for all 8 new sections in generateTableOfContents() (1507c7b)
  • Add SectionID type and constants for all 27 PRD sections (e012832)
  • Add PRDType enum with strategy, feature, technical templates for section ordering (e012832)
  • Add --type CLI flag to select PRD type template for section ordering (e012832)
  • Add --order CLI flag to specify custom section order (comma-separated IDs) (e012832)
  • Add list-sections subcommand to display available section IDs (e012832)
  • Add HasSection() method to check if a section has content (e012832)
  • Add GetSectionOrder() method to get section order based on PRDType or custom order (e012832)
  • Add GetActiveSections() method to get only sections with content (e012832)
  • Add PRDType and SectionOrder fields to PRD Metadata (e012832)

Changed

  • Update OptionalTotal from 8 to 16 sections in completeness scoring (1507c7b)
  • Regenerate PRD JSON schema with nonGoals and successMetrics fields (fe1b86f)
  • Remove hardcoded section numbers from markdown headers for dynamic ordering (e012832)
  • Refactor ToMarkdown() to use renderSection() dispatcher with dynamic ordering (e012832)
  • Split generateRequirements() into generateFunctionalRequirements() and generateNonFunctionalRequirements() (e012832)

... (truncated)

Commits
  • 22b365f docs: add section ordering documentation to README and v0.8.0 release notes
  • ea449a3 docs: regenerate CHANGELOG.md with section ordering entries
  • 0b9387f docs: add commit hashes to section ordering changelog entries
  • e012832 feat(prd): add configurable section ordering with PRD type templates
  • 9c8aaf1 docs: add commit hashes to v0.8.0 changelog entries
  • 0e8664f docs: migrate CHANGELOG.json to camelCase and regenerate
  • 977e694 docs: fix broken links in release notes for MkDocs
  • c0305e7 docs: enhance merge documentation for AI assistant workflows
  • 5fb7d15 docs: add v0.8.0 release notes and update PRD documentation
  • fe1b86f build(schema): regenerate PRD schema with NonGoals and SuccessMetrics
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/grokify/structured-plan](https://github.com/grokify/structured-plan) from 0.6.0 to 0.8.0.
- [Release notes](https://github.com/grokify/structured-plan/releases)
- [Changelog](https://github.com/grokify/structured-plan/blob/main/CHANGELOG.md)
- [Commits](grokify/structured-plan@v0.6.0...v0.8.0)

---
updated-dependencies:
- dependency-name: github.com/grokify/structured-plan
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Feb 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants