← Back to list

consultantnext
by PoulpYBifle
⭐ 0🍴 0📅 Jan 22, 2026
SKILL.md
name: consultant:next description: "Execute the next recommended action based on project state. Léo analyzes workflow-status and project-path to determine what should happen next." invocation: user
Next Action
Automatically execute the next recommended workflow based on project state.
How It Works
-
Load State
- Read workflow-status.yaml
- Check next_action field
-
Validate Dependencies
- Verify all depends_on workflows are completed
- Check no blocking checkpoints
-
Execute
- Route to appropriate agent
- Run the workflow
-
Update
- Mark workflow completed
- Calculate new next_action
Decision Logic
IF project not initialized:
→ /init
ELSE IF brownfield AND analyze-codebase not done:
→ /analyze-codebase
ELSE IF current phase has pending required workflow:
→ Execute that workflow
ELSE IF current phase complete AND checkpoint not passed:
→ Display checkpoint, wait for approval
ELSE IF current phase complete:
→ Move to next phase, find first workflow
ELSE IF all phases complete:
→ "Projet terminé! 🎉"
Example Flow
next_action:
workflow: "create-story"
agent: "planner"
reason: "Specs terminées, créer les stories de développement"
User types: /consultant:next
Result: Launches consultant-planner with /create-story
Agent
This skill uses the consultant-orchestrator subagent.
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