kf-status

Display Kiloforge project status with active tracks and next actions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Kiloforge project status tracking consolidates progress, active tracks, and upcoming actions into a single view, reducing coordination overhead and enabling faster decision-making.

Core Features & Use Cases

  • Display current workers and track progress, with per-track statuses (CLAIMED, AVAILABLE, BLOCKED).
  • Identify Ready to Start tracks and dependency blockers to guide planning and allocation.
  • Provide a consolidated overview of product spec fulfillment and track readiness for stakeholder reporting.

Quick Start

Run the status tool to display the current project status, including active tracks and next actions.

Frequently Asked Questions about kf-status

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

FAQPage Schema
How do I track project status across multiple tracks with dependencies?

To track project status across multiple tracks, read local status files and worktree locks to display active tracks and next actions. This approach identifies dependency blockers, shows track states like CLAIMED or AVAILABLE, and consolidates progress for stakeholder reporting.

What is the best way to report project health and track readiness to stakeholders?

Reporting project health requires a consolidated overview of product spec fulfillment and track readiness. By reading local status data, you can present active workers, track progress, and upcoming actions in a single view to reduce coordination overhead and enable faster decision-making.

How do I identify ready to start tracks and dependency blockers in project management?

Identifying ready to start tracks and dependency blockers involves analyzing worktree locks and local status files. This process highlights tracks currently BLOCKED by dependencies versus those AVAILABLE, guiding planning and resource allocation for upcoming work.

Do I need a specific environment setup to check project status and active workers?

Yes, checking project status and active workers requires a Kiloforge setup with initialized artifacts and local status data. Without this environment, the status tool cannot read worktree locks or status files to present an accurate report of current tracks and next actions.