Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    PoulpYBifle

    consultantinit

    PoulpYBifle/consultantinit
    Business

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Initialize a new B2B consulting project. Creates project structure, config, and initial context files.

    SKILL.md

    Initialize Project

    Set up a new consulting project with all necessary files and configuration.

    What This Creates

    _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
    

    Process

    1. Gather project info:

      • Project name
      • Client name
      • Project type (greenfield/brownfield)
      • Brief description
    2. Create configuration:

      • Set consultant identity from global config or prompt
      • Configure rates
      • Set language preferences
    3. Initialize state files:

      • Empty project-context.md ready for Discovery
      • workflow-status.yaml at phase 0 or 1
      • sprint-status.yaml with empty sprint
    4. Detect project type:

      • Greenfield: Start at Discovery
      • Brownfield: Start at Analysis (analyze-codebase)

    After Initialization

    Next step will be:

    • Greenfield: /clarify or /frame (Discovery phase)
    • Brownfield: /analyze-codebase (Analysis phase)

    Agent

    This skill uses the consultant-orchestrator subagent.

    Recommended Servers
    Asana
    Asana
    Unicorn or Bust
    Unicorn or Bust
    Thoughtbox
    Thoughtbox
    Repository
    poulpybifle/consultant
    Files