mission-status

Display current mission status from state, feature, and validation files.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/originlabs-app/claude-codex-missions --skill mission-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mission-status
Source: https://github.com/originlabs-app/claude-codex-missions/tree/main/claude/.claude/skills/mission-status
Command: npx skills add https://github.com/originlabs-app/claude-codex-missions --skill mission-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a read-only overview of the current mission's progress and state, helping users understand where a mission stands without needing to manually inspect multiple files.

Core Features & Use Cases

  • Mission State Summary: Displays the current status, features completed/pending, and assertions passed/failed.
  • Activity Tracking: Shows the last commit and last activity timestamp for quick reference.
  • Recent Events Log: Lists the most recent events in the mission's progress log.
  • Continue Here Guidance: If applicable, shows the last action taken and the next step.
  • Use Case: A project manager can quickly check the status of an ongoing mission to report progress to stakeholders.

Quick Start

Show me the status of the current mission.

Frequently Asked Questions about mission-status

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

FAQPage Schema
How do I view the current status of an active mission?

View the current mission status by reading state, features, and validation files to summarize progress, feature completion, assertion status, and recent activity logs. It provides a read-only overview without modifying any mission files.

What is the best way to track mission progress and feature completion?

Track mission progress by summarizing features completed and pending, along with assertions passed or failed. It displays the last commit timestamp, last activity, and recent events in the progress log for quick reference.

Can I check assertion status and recent activity logs without modifying files?

Check assertion status and recent activity logs through a read-only operation that extracts data from state and validation files. It does not modify any mission files, ensuring the original progress data remains completely intact.

How do I see the last action taken and the next step for a mission?

See the last action taken and the next step through the 'Continue Here' guidance feature. If applicable, it shows the last action taken and the next step by reading the mission's state and recent events log.

Does the mission status overview require any specific dependencies or components?

The mission status overview requires no specific dependencies or components to function. It operates as a standalone read-only tool that directly reads state, features, and validation files to display the current progress.

Why does mission status show pending features and failed assertions?

Mission status shows pending features and failed assertions because it reads validation files to summarize the complete state of the mission. This provides an accurate, read-only snapshot of what is completed and what remains unresolved.