eforge-status

Query the eforge daemon for run status and queue details.

69|4|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/eforge-build/eforge --skill eforge-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eforge-status
Source: https://github.com/eforge-build/eforge/tree/main/packages/pi-eforge/skills/eforge-status
Command: npx skills add https://github.com/eforge-build/eforge --skill eforge-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates monitoring of eforge runs by querying the daemon for current status and queue details.

Core Features & Use Cases

  • Live status: Retrieve active sessions and overall run status from the eforge daemon.
  • Queue visibility: List pending PRDs and queue length to help prioritize work.
  • Follow progress: Optionally follow a running session to stream updates until completion.

Quick Start

Ask the assistant to fetch the current eforge status and queue state and optionally follow the active run for live progress.

Frequently Asked Questions about eforge-status

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

FAQPage Schema
How do I monitor active eforge builds and check the current queue length?

To monitor active eforge builds, you can query the eforge daemon to retrieve current session status and list pending PRDs in the queue. This provides real-time visibility into run progress and queue length to help prioritize work.

Can I stream live updates for a running eforge session until completion?

Yes, you can stream live updates for a running eforge session. By using the optional follow tooling on an active session, the daemon streams progress updates continuously until the build reaches completion, allowing you to observe plan progress in real-time.

What is the best way to track pending PRDs in my local eforge project?

The best way to track pending PRDs is to list the queue details from the eforge daemon. This queries the local project daemon to parse JSON responses, showing the exact queue length and pending plan items to help developers prioritize work.

Does eforge status monitoring require any specific dependencies to run?

No specific dependencies are required to run eforge status monitoring. The Skill operates independently to query the daemon, fetch session info, parse JSON responses, and apply config validation with error handling directly within the local project environment.

Why does my eforge queue list query return an error during status checks?

If your eforge queue list query returns an error, it may be due to config validation issues or daemon connectivity problems. The monitoring process includes error handling to identify these failures when fetching session info and parsing JSON responses from the local daemon.

When do I need to check the eforge daemon status for my development workflow?

You need to check the eforge daemon status when you want to verify active builds, track queue length, and observe plan progress in local projects. This monitoring applies to developers and operators who run eforge to ensure active sessions are executing correctly.