Documentation
¶
Overview ¶
Package cli provides the exported Cobra command tree for the PRISM roadmap CLI.
Package cli provides the exported Cobra command tree for the PRISM roadmap CLI.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "roadmap",
Short: "PRISM Roadmap - Goals, requirements, and planning documents",
Long: `PRISM Roadmap provides tools for working with roadmaps and planning documents.
Document types:
Goals (define what the roadmap achieves):
- OKR (Objectives and Key Results)
- V2MOM (Vision, Values, Methods, Obstacles, Measures)
Requirements (execute roadmap items):
- PRD (Product Requirements Document)
- MRD (Market Requirements Document)
- TRD (Technical Requirements Document)
It can convert document JSON files to markdown with Pandoc-compatible YAML
frontmatter, generate Marp presentations, and validate files against their
respective schemas.`,
Version: version,
}
RootCmd is the root command for PRISM roadmap operations. It can be imported and added as a subcommand to other CLI tools.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.