mission

Manages development missions in ContextHub by listing, creating, updating, and tracking tasks.

Updated May 12, 2026
One-click install
npx skills add https://github.com/contexthub-md/marketplace --skill mission-contexthub-md
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mission
Source: https://github.com/contexthub-md/marketplace/tree/main/contexthub/skills/mission
Command: npx skills add https://github.com/contexthub-md/marketplace --skill mission-contexthub-md

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams working in ContextHub need a structured way to track development work—tasks, stories, and bugs—without losing decisions or progress between sessions. This Skill provides a consistent workflow for managing missions through the ContextHub MCP tools. ## Core Features & Use Cases - Mission CRUD: List missions filtered by status or project, retrieve full mission details, and update status, progress, priority, and notes. - Three creation modes: Register a mission shell only, let AgentCore analyze and generate a plan via pipeline modes, or create a mission with a complete plan in one deterministic call. - Decision recording: Persist architecture, scope, and technical decisions linked to missions so they remain searchable in future sessions. - Use Case: A developer starts a sprint, lists active missions for their project, creates a high-priority bug-fix mission, and records a key architectural decision—all through conversational commands. ## Quick Start Ask the assistant to list all active missions for your project, or create a new mission with a title, description, and priority.

Frequently Asked Questions about mission

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a mission in ContextHub?

Call ch_create_mission with a title, description, project_id, and priority. Choose a pipeline_mode: "open" registers a shell only, "plan" lets AgentCore research and draft a plan, or use ch_create_mission_with_plan for a deterministic full plan in one call.

How do I track mission progress and status?

Use ch_list_missions filtered by status (active, completed, paused, archived) or project_id to see current work. Update progress with ch_update_mission by setting status, a 0-100 progress percentage, priority, or notes.

What is the difference between pipeline_mode plan and process?

The "plan" mode runs AgentCore research and documentation but stops at review for human approval. The "process" mode continues automatically into weaver-plan generation with no approval step. Both require a project_id and a description over 100 characters.

Why did AgentCore plan generation stop on my mission?

AgentCore's readiness gate requires 4 of 6 checks to pass, including goals and a description over 100 characters. Poll ch_get_mission for weaver_plan_status; if it shows failed, enrich the mission content and call ch_generate_mission_plan.

Can I record decisions made during mission work?

Yes, call ch_record_decision with the decision content, a decision_type (architecture, scope, priority, technical, or process), and the mission_id. Recorded decisions remain searchable in future sessions via ch_search_memory.