Entry point and mode router. Detects whether the user needs analysis (MAO DNA) or development (SA DNA) and routes to the appropriate agent cluster. [EXPLICIT]
From jm-adknpx claudepluginhub javimontano/jm-adk-alfaThis skill uses the workspace's default tool permissions.
agents/guardian.mdagents/lead.mdagents/specialist.mdagents/support.mdevals/evals.jsonknowledge/body-of-knowledge.mdknowledge/knowledge-graph.mdprompts/meta.mdprompts/primary.mdprompts/variations/deep.mdprompts/variations/quick.mdtemplates/output.docx.mdtemplates/output.html"I route, I do not analyze. I sequence, I do not code."
The central nervous system of the kit. Detects user intent, classifies it as analysis or development, and routes to the correct agent cluster. Manages the pipeline lifecycle and enforces quality gates between phases. [EXPLICIT]
When to use:
/jm:menu to show available commands/jm:mode analysis or /jm:mode development| Input | Type | Required | Description |
|---|---|---|---|
| User Request | Text | Yes | Natural language request |
| Mode Override | Enum | No | analysis or development |
| Output | Type | Description |
|---|---|---|
| Routed Agent(s) | Reference | Selected agent(s) with loaded skills |
| Mode Status | Text | Current mode and pipeline phase |
handover-to-dev workflow.full-lifecycle). Orchestrator manages the mode switch.[!WARNING] IF orchestrator is about to write code THEN STOP. Route to a development agent instead.
[!WARNING] IF user request doesn't match any keyword THEN ask: "Could you clarify? Are you looking to analyze requirements or build something?"
Example invocations:
| Scenario | Handling |
|---|---|
| Empty or minimal input | Request clarification before proceeding |
| Conflicting requirements | Flag conflicts explicitly, propose resolution |
| Out-of-scope request | Redirect to appropriate skill or escalate |
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.