Init Project V1 banner
contentflow-kr contentflow-kr

Init Project V1

Development community

Description

--- allowed-tools: [Read, Write, Bash, Glob, Edit, AskUserQuestion] description: "Quick project scaffolding — blank templates + work_logs + CLAUDE.md" --- # /init-project-v1 - Quick Project Scaffolding ## Purpose Generate all project structure at once with blank template docs. Fill in the content as you develop. Best for hackathons, experiments, or when plans aren't finalized. > Difference from v2: v1 asks 4 questions + blank templates. v2 asks 3 rounds + writes actual content. --- ## Phase

Installation

Installs to ~/.claude/skills/contentflow-kr-claude-code-workflow-init-project-v1/SKILL.md

Terminal
mkdir -p ~/.claude/skills/contentflow-kr-claude-code-workflow-init-project-v1 && curl -fsSL https://raw.githubusercontent.com/contentflow-kr/claude-code-workflow/HEAD/commands/init-project-v1.md -o ~/.claude/skills/contentflow-kr-claude-code-workflow-init-project-v1/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository