記事生成
npx ts-node src/cli/commands/design.ts --topic "AIツールの活用方法" --keywords "AI,効率化,ワークフロー"
コンテンツ生成
npx ts-node src/cli/commands/generate.ts --structure-file "output/article-structure.json" --length "medium" --tone "professional"
最適化
npx ts-node src/cli/commands/optimize.ts --content-file "output/article-content.json" --target "seo,readability"
分析
npx ts-node src/cli/commands/analyze.ts --content-file "output/article-optimized.json" --mode "predict"
全工程実行(バッチ処理)
scripts\run-full-workflow.bat