State machine and next-step guidance. Computes feature stage from artifacts. Suggests next action. Updates context.json. [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 know where you are. I know where you should go next."
Central state machine. Computes project stage from artifact existence. Suggests the next skill/workflow to invoke. Single source of truth for workflow progression. [EXPLICIT]
When to use:
/jm:status is invokedspecifiedplannedtestifiedtasks-readyimplementing-NN%complete| Stage | Next Action |
|---|---|
| (none) | /jm:write-spec → create spec.md |
| specified | /jm:design-architecture → create plan |
| planned | iic-testify → create .feature files |
| testified | iic-task-decomposer → create tasks.md |
| tasks-ready | iic-implement → start coding |
| implementing | Continue tasks, run tests |
| complete | /jm:deploy-firebase or /jm:deploy-hostinger |
| Input | Type | Required | Description |
|---|---|---|---|
| context.json | JSON | Yes | Current state |
| Project artifacts | Files | Yes | For stage computation |
| Output | Type | Description |
|---|---|---|
| Status report | Text | Stage + next action |
| context.json update | JSON | Updated stage |
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.