kickoff

package
v0.4.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 3, 2025 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package kickoff provides the command to start a strategic kickoff session.

Index

Constants

This section is empty.

Variables

View Source
var KickoffCmd = &cobra.Command{
	Use:   "kickoff",
	Short: "Starts an AI-guided strategic project planning session.",

	RunE: func(cmd *cobra.Command, _ []string) error {
		presenter := ui.NewPresenter(cmd.OutOrStdout(), cmd.ErrOrStderr())

		presenter.Summary("Initiating Strategic Kickoff Session...")
		presenter.Info(
			"This feature will guide you through generating a master prompt for your AI.",
		)
		presenter.Warning("Full implementation is pending.")

		return nil
	},
}

KickoffCmd represents the craft kickoff command.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL