status

Retrieve project phase, blockers, artifact progress, and memory health from pipeline-state.json.

8|Updated May 18, 2026
One-click install
npx skills add https://github.com/lalulali/vespyr --skill status-lalulali
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/lalulali/vespyr/tree/main/.agents/skills/status
Command: npx skills add https://github.com/lalulali/vespyr --skill status-lalulali

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of losing track of a product development project’s current state by returning a concise snapshot of phase, blockers, memory health, and recent progress.

Core Features & Use Cases

  • Current Phase Reporting: Shows where the project is in the workflow, including the active phase and squad preset.
  • Blocker and Change Review: Surfaces active blockers and open change requests so teams can quickly identify issues that need attention.
  • Artifact and Memory Check: Verifies which required artifacts exist and summarizes memory health for a fast operational overview.
  • Use Case: A developer starting a session can ask for status to immediately see what is blocked, what was last completed, and whether the project memory is healthy.

Quick Start

Ask for a concise status report of the current project state, including the active phase, blockers, recent session summary, and memory health.

Frequently Asked Questions about status

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

FAQPage Schema
How do I get a quick project snapshot of current blockers and pipeline state?

A project snapshot retrieves your current phase, blockers, and memory health by reading pipeline-state.json and the latest session summary. It provides an instant operational overview of active development repos with coordinated agent workflows.

What is a project status snapshot and when do I need it?

A project status snapshot is a concise report of a product development project's current state. You need it when starting a session to immediately see what is blocked, what was last completed, and whether the project memory is healthy.

How do I check memory health and missing deliverables in my development repo?

To check memory health, request a status report. It verifies which required artifacts exist, summarizes memory status by reading structured memory files, and reports operational readiness alongside any missing deliverables.

Does this status reporting tool work with any software repository?

This status reporting tool applies specifically to active product development repos that maintain pipeline state, session summaries, and structured memory files for coordinated agent workflows, rather than general software repositories.

What is the best way to review open change requests and active blockers before starting work?

The best way to review open change requests and active blockers is to request a concise status report. It surfaces these issues alongside the current workflow phase and squad preset for immediate attention.

Why does my project status report show missing deliverables or unhealthy memory?

A status report shows missing deliverables or unhealthy memory when required artifacts do not exist or structured memory files are corrupted. It reads pipeline-state.json to verify operational readiness and flag these issues.