status

Scan state.json files to display feature progress and project overviews.

5|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/tercel/code-forge --skill status-tercel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/tercel/code-forge/tree/main/skills/status
Command: npx skills add https://github.com/tercel/code-forge --skill status-tercel

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides clear visibility into the development progress of features and the overall project status, helping teams stay organized and informed.

Core Features & Use Cases

  • Feature Dashboard: View a summary of all features, their progress, status, and last updated times.
  • Detailed Feature View: Get in-depth information on a specific feature, including its tasks, status, and progress.
  • Project Overview: Regenerates a project-level overview document for a consolidated view.
  • Use Case: A project manager can use this Skill to quickly get an overview of all ongoing features before a daily stand-up meeting.

Quick Start

Display the global feature dashboard.

Frequently Asked Questions about status

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

FAQPage Schema
How do I track feature progress and get a project status overview?

Feature progress tracking is achieved by scanning state.json files to generate a global dashboard. It provides summaries of all features, their current status, progress, and last updated times for project-level visibility.

How does the feature dashboard scan state.json files to display progress?

The dashboard scans state.json files by integrating configuration loading with feature scanning. This mechanism extracts task details, status, and progress metrics to display an up-to-date project overview.

Can I view detailed information for a specific feature task in the dashboard?

Yes, the dashboard supports a detailed feature view. It retrieves in-depth information for a specific feature from state.json files, including its individual tasks, current status, and overall progress.

What's the best way to regenerate a project overview document for a stand-up?

Regenerating a project overview document consolidates feature status from state.json files. This provides an updated, comprehensive view of all ongoing features, ideal for reviewing progress before meetings.

Do I need any external dependencies to use this project status tracker?

No external dependencies are required. The project status tracker operates independently by directly scanning existing state.json files within your environment to load configurations and generate feature dashboards.

Why is my feature dashboard not showing the latest project status updates?

The dashboard relies on scanning state.json files. If the project status is outdated, the state.json files may not have been updated recently by your feature scanning process, requiring regeneration of the overview document.