Back to list
PoulpYBifle

consultantnext

by PoulpYBifle

0🍴 0📅 Jan 22, 2026

SKILL.md


Next Action

Automatically execute the next recommended workflow based on project state.

How It Works

  1. Load State

    • Read workflow-status.yaml
    • Check next_action field
  2. Validate Dependencies

    • Verify all depends_on workflows are completed
    • Check no blocking checkpoints
  3. Execute

    • Route to appropriate agent
    • Run the workflow
  4. 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