← Back to list

consultant-context
by PoulpYBifle
⭐ 0🍴 0📅 Jan 22, 2026
SKILL.md
name: consultant-context description: "Shared context loader for all consultant agents. Loads config, project-context, and workflow-status. Use automatically when any consultant agent starts." invocation: auto
Context Loader
This skill is automatically loaded by consultant agents to ensure consistent context.
Files to Load
1. Configuration (REQUIRED)
_consultant/config.yaml
Extract and store:
consultant.name- Consultant identitycommunication_language- Language for interactiondocument_output_language- Language for generated docsrates.discovery,rates.development,rates.documentation- Hourly ratespaths.*- All configured paths
2. Project Context (IF EXISTS)
_consultant/project-context.md
The "bible" of the project containing:
- Executive summary
- Business context
- Scope definition
- Technical context
- Requirements registry
- Stories backlog
3. Workflow Status (IF EXISTS)
_consultant/workflow-status.yaml
Current state including:
project.name,project.phaseworkflow_status.*- Status of each workflownext_action- Recommended next stepcheckpoints_passed- Validated checkpoints
4. Sprint Status (IF EXISTS)
_consultant/sprint-status.yaml
Sprint-level tracking:
- Current sprint info
- Stories with statuses
- Blockers
Validation Rules
-
config.yaml is MANDATORY
- If missing: STOP with "Config not found. Initialize with /consultant:init"
-
project-context.md required for most workflows
- Discovery agents can proceed without it
- Architect/Planner/Developer need it populated
-
workflow-status.yaml tracks progress
- If missing: Treat as new project
Language Rules
- Communicate in
{communication_language} - Generate documents in
{document_output_language} - Both default to "french" if not specified
Score
Total Score
60/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon