ship-status

Displays status and progress for Ship framework features from CONTEXT.md and PLAN.md files.

9|3|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/dilhanz/ship --skill ship-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ship-status
Source: https://github.com/dilhanz/ship/tree/main/.claude/skills/ship-status
Command: npx skills add https://github.com/dilhanz/ship --skill ship-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a clear overview of the status and progress of all features being managed within the Ship framework, helping users understand what has been done, what is in progress, and what needs to be done next.

Core Features & Use Cases

  • Feature Status Overview: Displays a summary table of all features, their current status, progress (tasks completed vs. total), and a brief problem summary.
  • Detailed Progress: For the currently active feature, it shows phase-specific progress if applicable.
  • Next Step Guidance: Offers actionable advice on the next command to run based on the feature's current status.
  • Use Case: After a day of development, run /ship-status to quickly see which features are completed, which are actively being built, and what the next logical step is for each.

Quick Start

Run the ship-status skill to see the current progress of all your features.

Frequently Asked Questions about ship-status

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

FAQPage Schema
How do I track feature progress and status for active development workflows?

To track feature progress, the skill aggregates status details from CONTEXT.md and PLAN.md files in the .planning/features/ directory, displaying a summary table of task completion and current phases for all managed features.

What is the best way to view feature status and identify the next command in a development lifecycle?

The best way to view feature status is to run the skill, which analyzes your planning files to display overall progress and suggests the exact next command to execute based on the active feature's current lifecycle stage.

How does feature tracking work for projects using the Ship framework?

Feature tracking works by reading CONTEXT.md and PLAN.md files within the .planning/features/ directory to identify the current phase, calculate task completion versus total tasks, and provide a comprehensive overview of all features.

Can I see detailed phase-specific progress for my currently active feature?

Yes, you can see detailed progress because the skill explicitly identifies the currently active feature and shows its phase-specific progress alongside the broader summary table of all managed features.

Do I need specific planning files to check my development workflow status?

Yes, you need specific planning files because the skill depends on aggregating information from CONTEXT.md and PLAN.md files located within the .planning/features/ directory to generate its comprehensive overview.

What should I do next if my feature tracking shows a task is in progress?

If your feature tracking shows a task in progress, the skill offers actionable advice on the next command to run by evaluating the feature's current status and lifecycle stage to determine the logical next step.