Initialize a new B2B consulting project. Creates project structure, config, and initial context files.
Set up a new consulting project with all necessary files and configuration.
_consultant/
├── config.yaml # Project configuration
├── project-context.md # Project "bible"
├── workflow-status.yaml # Progress tracking
├── project-path.yaml # Phase definitions
├── sprint-status.yaml # Sprint tracking
├── agents/ # Agent definitions
├── skills/ # Skill definitions
├── templates/ # Document templates
├── output/ # Generated deliverables
└── stories/ # User stories
Gather project info:
Create configuration:
Initialize state files:
Detect project type:
Next step will be:
/clarify or /frame (Discovery phase)/analyze-codebase (Analysis phase)This skill uses the consultant-orchestrator subagent.