Mission

Start an EAGLES mission from natural language. Auto-discovers scope, selects skills, enrolls DAG.

ERP-CORE-DEV Updated

File contents

Parse the user's input and call the mcp__orchestrator__mission_start tool with it.

The tool accepts natural language in French or English:

  • /mission agent-comptable → full architecture review
  • /mission vérif sécu compta → security audit on agent-comptable
  • /mission fix the broken tests → bug-fix on current project
  • /mission eagles test-coverage --scope packages → targeted testing
  • /mission compta /security-scan /gdpr-check → forced skill overrides

The tool auto-handles:

  • French/English normalization (aliases for 50+ terms)
  • Project detection from keywords or current directory
  • Intent classification → goal + skill bundle selection
  • Scope discovery from CLAUDE.md + file tree
  • DAG auto-enrollment via task_create

If project cannot be determined, it returns candidates to choose from. If intent is ambiguous, it returns clarification request.

ERP-CORE-DEV/eagles-claude-config/tree/main/skills/mission commit 9d26d04ef9

Frequently asked questions

npx skillmds@latest add erp-core-dev/mission