Manages session state, pipeline progress, and cold-start priming. Reads/writes .specify/context.json to track feature stages and artifact completion. [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"Every session knows where it left off. Every feature knows its stage."
Tracks pipeline progress across sessions using .specify/context.json. Manages feature stage computation (specified → planned → testified → tasks-ready → implementing → complete) and provides cold-start priming for new sessions. [EXPLICIT]
When to use:
/jm:status is invoked.specify/context.json is the single source of truth for project state. [EXPLICIT].specify/context.json — project state, active features, stage. [EXPLICIT].specify/plans/ — most recent plan-FECHA-TAREA.md. [EXPLICIT]specifiedplannedtestifiedtasks-readyimplementing-NN%complete.specify/decisions/. [EXPLICIT]| Input | Type | Required | Description |
|---|---|---|---|
| context.json | JSON | Yes | Project state file |
| Output | Type | Description |
|---|---|---|
| Status report | Text | Current stage + next steps |
| Updated context.json | JSON | Persisted state changes |
[!WARNING] IF context.json is missing THEN create it with initial state from CONSTITUTION.md defaults.
[!WARNING] IF stage is "implementing" but no tasks.md exists THEN STOP. Roll back to "planned" 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.