.claude/skills/dan-init/SKILL.md
Initialize .planning/ directory structure and run the discuss phase to capture project intent
npx skillsauth add RavBogard/DAN dan:initInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Initialize a new DAN-managed project. Creates the .planning/ directory structure (PROJECT.md, STATE.md, ROADMAP.md, REQUIREMENTS.md, CONTEXT.md) and immediately enters the discuss phase to interview the user about their project.
.planning/ directory with all required files.planning/dan.config.json with default settingsdan:discuss to capture project intentRuns in-session (no agent spawning). This is an interactive skill that requires user input.
State operations use the DAN CLI:
node "$HOME/.claude/dan/bin/dan-tools.cjs" --cwd $PROJECT_DIR state set "Status" "In progress"
<execution_flow> Full workflow implementation in Phase 2 (Core Loop). </execution_flow>
data-ai
Core DAN workflow protocol and conventions injected into all agent contexts
testing
Spawn verifier agent to validate phase outputs against requirements and success criteria
tools
Close the loop on a completed plan by writing SUMMARY.md and updating state
tools
Show current project progress, blockers, and suggest the next action