status

Analyze FIRE project status by validating state.yaml consistency and filesystem artifacts.

201|19|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/fabriqaai/specs.md --skill status-fabriqaai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/fabriqaai/specs.md/tree/main/src/flows/fire/agents/orchestrator/skills/status
Command: npx skills add https://github.com/fabriqaai/specs.md --skill status-fabriqaai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps FIRE project operators quickly report the current status and ensure governance by verifying consistency between state.yaml and on-disk artifacts.

Core Features & Use Cases

  • Read and display the current project status (project name, workspace, autonomy, version)
  • Validate status cascade: work items -> intents -> runs
  • Scan filesystem for artifacts and surface orphaned or missing items
  • Provide interactive remediation paths and an audit trail to maintenance logs
  • Produce a clear summary suitable for human review or automation

Quick Start

Run the status skill with /specsmd-fire status to view the current FIRE status, or invoke it from within your IDE to refresh status data.

Frequently Asked Questions about status

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

FAQPage Schema
How do I validate state.yaml consistency in a FIRE project?

To validate state.yaml consistency, this skill reads the file and cross-references it against on-disk artifacts. It checks the status cascade from work items to intents and runs, surfacing any orphaned or missing items for remediation.

What is the best way to check FIRE project status and surface integrity issues?

Checking FIRE project status involves reading state.yaml to display project details like workspace and autonomy version. The skill then scans the filesystem to surface integrity issues, providing interactive remediation paths and an audit trail.

How do I find orphaned artifacts during FIRE artifact-scanning?

Finding orphaned artifacts requires scanning the filesystem for existing work items, intents, and runs, then comparing them against state.yaml. The skill surfaces these mismatches and presents actionable remediation options to resolve the orphaned files.

Does the FIRE status validation skill work without external dependencies?

Yes, the FIRE status validation skill operates without external dependencies. It functions independently by reading state.yaml and scanning the local filesystem to report project status, validate integrity, and present remediation paths.

Why does my FIRE state.yaml show missing work items during validation?

State.yaml may show missing work items during validation when on-disk artifacts do not match the recorded state. The skill detects these inconsistencies by applying the status cascade across disk and state representations, then offers remediation options.

Can I use this skill to monitor workflows with intents and runs across disk?

Yes, you can use this skill to monitor workflows with intents and runs across disk. It enforces authoritative status by reading state.yaml, scanning for artifacts, and presenting findings with interactive remediation paths suitable for automation.