eiffel-status

Report the current Eiffel Spec Kit phase and evidence trail for a project path.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/simple-eiffel/eiffel-spec-kit --skill eiffel-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eiffel-status
Source: https://github.com/simple-eiffel/eiffel-spec-kit/tree/main/eiffel-status
Command: npx skills add https://github.com/simple-eiffel/eiffel-spec-kit --skill eiffel-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams quickly determine the exact phase of the Eiffel Spec Kit workflow for a given project and examine the corresponding evidence trail.

Core Features & Use Cases

  • Phase visibility: Returns the current phase with a concise summary for the specified project path.
  • Evidence validation: Verifies the presence of phase evidences under the project's .eiffel-workflow/evidence directory.
  • Status snapshot: Produces a clear status view including the current phase, completed steps, and a recommended next action.

Quick Start

Use the eiffel-status skill to display the current phase and evidence trail for a given project path. Provide the full path to the project directory as an argument, for example: /path/to/project

Frequently Asked Questions about eiffel-status

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

FAQPage Schema
How do I check the current Eiffel Spec Kit workflow phase for my project?

To check the current Eiffel Spec Kit workflow phase, provide your full project directory path to trigger the status command. The tool reads the .eiffel-workflow directory to return the current phase, completed steps, and a recommended next action.

What is an Eiffel evidence trail and how does phase validation work?

An Eiffel evidence trail consists of phase evidence files stored under the project's .eiffel-workflow/evidence directory. Phase validation works by reading this directory to verify the presence of required evidence and surface the current workflow status.

How do I monitor Eiffel workflow progress across multiple project phases?

You monitor Eiffel workflow progress by generating a status snapshot for a specified project path. This snapshot identifies the current phase, validates evidence files, lists completed steps, and suggests the immediate next action to advance the workflow.

Can I validate evidence files for a specific project path in the Eiffel workflow?

Yes, you can validate evidence files by providing the full path to the target project directory. The tool checks the .eiffel-workflow/evidence directory to confirm the presence of phase evidence and reports the current workflow status.

Do I need any dependencies installed to use the Eiffel status command?

No, you do not need any dependencies installed to use the Eiffel status command. The tool operates independently to read the .eiffel-workflow directory and evidence files, requiring only the full path to your project directory as input.