Skip to content

Instantly share code, notes, and snippets.

@okash1n
Created February 27, 2023 00:54
Show Gist options
  • Save okash1n/a5648032f19974ffff3cc567725fad4d to your computer and use it in GitHub Desktop.
Save okash1n/a5648032f19974ffff3cc567725fad4d to your computer and use it in GitHub Desktop.
AIと考える起業計画 revision 6
const bizPlanSteps: Step[] = [
{
number: 1,
name: "事業内容の検討",
description:
"どのような事業を行うかを検討する。市場の需要や競合状況、自社の強みや特徴を考慮して、事業内容を決定することが重要。",
substeps: [
{
number: 3,
name: "顧客層の設定",
description: "提供する商品・サービスを利用する顧客層を明確にする",
substeps: [],
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment