← スキル一覧に戻る

consultantinit
by PoulpYBifle
⭐ 0🍴 0📅 2026年1月22日
SKILL.md
name: consultant:init description: "Initialize a new B2B consulting project. Creates project structure, config, and initial context files." invocation: user
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
-
Gather project info:
- Project name
- Client name
- Project type (greenfield/brownfield)
- Brief description
-
Create configuration:
- Set consultant identity from global config or prompt
- Configure rates
- Set language preferences
-
Initialize state files:
- Empty project-context.md ready for Discovery
- workflow-status.yaml at phase 0 or 1
- sprint-status.yaml with empty sprint
-
Detect project type:
- Greenfield: Start at Discovery
- Brownfield: Start at Analysis (analyze-codebase)
After Initialization
Next step will be:
- Greenfield:
/clarifyor/frame(Discovery phase) - Brownfield:
/analyze-codebase(Analysis phase)
Agent
This skill uses the consultant-orchestrator subagent.
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です