name: continue
description: Use when resuming an existing active Markdown-backed Agent Team Mission in a later Claude Code or Codex session.
argument-hint: "[--name ] [--limit ]"
/mexus-team:continue
Use this skill when the user invokes /mexus-team:continue.
This skill only continues an existing active Mission. It does not create a Mission, does not archive anything, and does not re-plan the roster or kanban. To create a new Mission, use /mexus-team:mission "<request>" instead.
Use this when a Mission was started in an earlier session and the user returns to keep it moving. Within a single /mexus-team:mission session, Squad Lead already dispatches follow-up work automatically, so /mexus-team:continue is not needed there.
Steps
- Locate the active mission under
agent-team/missions/, or use--name <mission-name>if provided. If no active lifecycle marker exists, fall back to the newest mission. If no Mission exists at all, tell the user to run/mexus-team:mission "<request>"first. - Read:
agent-team/mission-workflow.mdagent-team/agents.mdagent-team/missions/<mission-name>/mission.mdagent-team/missions/<mission-name>/agents.mdagent-team/missions/<mission-name>/kanban.mdagent-team/missions/<mission-name>/roundtable.mdagent-team/missions/<mission-name>/squad-lead.md
- Act as Squad Lead for the existing plan. Do not re-decompose the Mission and do not rewrite the existing roster. Take the kanban as the source of truth.
- Select the outstanding actionable tasks: unclaimed tasks under
To Claim, and anyIn Progresstask that has been abandoned by a finished session. - Use the Agent tool to start Claude Code or Codex background Agents in parallel for the selected batch. Respect
--limit <count>when present; otherwise dispatch a small safe batch. - Require every background Agent to claim, update, and complete its own task block in
kanban.mdbefore reporting back. - Keep coordinating in this session: as Agents finish or new actionable tasks appear, dispatch the next background Agents.
- Review completed tasks only when the task publisher is Squad Lead. Perform mission-level acceptance after publisher reviews. If the overall result is below expectation, publish new focused tasks to the responsible Agents.
Background Agent Prompt Requirements
Every background Agent prompt must include:
- Mission name.
- Agent name and responsibility from mission
agents.md. Reuse the existing Mission Agents; do not invent new names when a suitable one already exists. - Exact current task block from
kanban.md. - A clear statement that this is the first/current assigned task, not all future work.
- Requirement to read the mission files before editing.
- Requirement to claim the task by moving the full task block to
In Progress. - Requirement to write
Result,Files,Verification, andUpdatedin its own task block. - Requirement to move the task to
Doneonly after verification. - Requirement to leave
Reviewfor the publishing Agent named inFrom. - Instruction to prioritize kanban-assigned work.
- If the task is outside its responsibility and the correct owner is clear, reassign it in
kanban.mdwith a brief reason inUpdated. - If ownership is unclear, publish a clarification task assigned to the Squad Lead.
- When the task's
Acceptancenames an artifact path, the Agent must write that file underagent-team/missions/<mission-name>/artifacts/with the frontmatter described inagent-team/mission-workflow.md(## Artifacts), include the required sections, and list the artifact path in its own task'sFiles:field. - The current value of
Output language:frommission.md(defaulten), with the instruction to write all user-visible content in that language and keep structural words in English peragent-team/mission-workflow.md(## Output Language). - No Mexus server, pane dispatch, Mission Inbox, or external A2A dependency.
Output Language
Read Output language: in mission.md before resuming. If the field is missing, the Mission predates this convention — treat it as en. Apply the rule from agent-team/mission-workflow.md under ## Output Language: user-visible content follows the Mission's language; structural words (status names, field names, Lifecycle values, RoundTable section headings, artifact frontmatter keys) stay in English. Carry this rule into every background Agent prompt so newly written kanban content matches existing content.
Artifacts In This Mission
Squad Lead carries the same artifact responsibilities into the resumed session — see agent-team/mission-workflow.md under ## Artifacts. In practice on resume:
- When publishing new research, document, or decision-record tasks for outstanding work, the
Acceptancefield must name the artifact path (artifacts/<YYYY-MM-DD>-<slug>.md), list minimum sections, and require the executor'sFiles:field to list that path. - If approved RoundTable items in
roundtable.mdare missing decision-record artifacts (artifacts/<YYYY-MM-DD>-rt-<topic-slug>.md), publish those tasks now before continuing other work. - Apply the same Mission-level checks before declaring the Mission complete.
Rules
- Kanban is the source of truth.
Squad Leadis a fixed coordination role name and is not an execution Agent name.- Kanban task
Frommust be Squad Lead or an executing Agent, neverUser. - Every work item follows publisher acceptance: publisher creates task, executor completes and self-tests, publisher fills
Review. - Squad Lead owns mission-level acceptance and publishes new tasks for gaps instead of rewriting another Agent's task result.
- If new execution Agents are genuinely required for outstanding work, name them at random from the Ars Goetia / Lesser Key of Solomon set, with no repeat of an existing Mission Agent or
agent-team/agents.mdentry. - After meaningful completed work is accepted, update the repository-level
agent-team/agents.mdroster with the Agent's durable module ownership, known strengths, and Work history. Do not put mission-specific prompts in the repository roster. - By default, continue only the current active Mission. Archived Missions are historical unless the user explicitly passes
--name. - The executing background Agent updates the kanban task it owns. The Squad Lead does not fill execution results for that Agent.
- Do not re-dispatch tasks that are actively
In Progressin a live session unless the user explicitly asks for recovery. - Do not mutate board process state.
- Publish follow-up tasks instead of crossing scope boundaries.
- Use
roundtable.mdfor decisions that affect multiple Agents, shared interfaces, mission scope, product direction, sequencing, acceptance criteria, or major risk trade-offs.
Publisher Review
When no assigned To Claim task remains:
- Check
Donefor tasks whereFromis the current Agent andReviewhas no accepted marker. - Review only those tasks.
- If accepted, fill
Review. - If rejected, publish a focused fix task under
To Claim.
Output
After dispatching or executing work, report:
- Mission name.
- Tasks selected to resume.
- Background Agents dispatched.
- Any tasks reassigned or clarification tasks created.
- Verification status for completed tasks.