ze-status

Aggregate spec, git, and test statuses into a prioritized attention list.

50|2|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/ze-software/ze --skill ze-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ze-status
Source: https://github.com/ze-software/ze/tree/main/.claude/skills/ze-status
Command: npx skills add https://github.com/ze-software/ze --skill ze-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unified visibility across specs, deferrals, tests, and git state to surface what requires attention and next actions.

Core Features & Use Cases

  • Consolidates spec statuses from plan/spec-*.md and displays current state (design, in-progress, blocked).
  • Aggregates git state and test results to highlight blockers and upcoming milestones.
  • Use Case: A PM or engineer reviews the unified view to prioritize work for an upcoming release.

Quick Start

Open the Status dashboard and review the current attention items to determine the next action.

Frequently Asked Questions about ze-status

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

FAQPage Schema
How do I get a unified status view across multiple software projects?

A unified status view consolidates spec tracking files, git status, and test results into a single prioritized attention list. It reads plan/spec files and session data to surface deferrals, blockers, and milestones requiring immediate engineering action.

What is the best way to track spec statuses and deferrals for upcoming releases?

Tracking spec statuses and deferrals involves consolidating plan/spec-*.md files to display current states like design, in-progress, or blocked. This Skill reads those files alongside git state to highlight readiness checks and upcoming milestones for release planning.

How do I surface attention items from git state and test logs?

Surfacing attention items from git state and test logs requires analyzing both data sources to identify blockers and failed tests. This Skill aggregates them with spec tracking data to produce a prioritized list of what needs action next.

Can I use this status dashboard for multi-spec workflows?

Yes, you can use this status dashboard for multi-spec workflows. It reads tmp/session/selected-spec and consolidates statuses from multiple plan/spec-*.md files, making it suitable for engineers and PMs managing complex software projects.

Does spec tracking work without external dependencies?

Spec tracking works without external dependencies. The Skill operates independently by reading local plan/spec-*.md files, session data, git state, and test logs to generate its unified status dashboard and prioritized attention items.