specs-status

Summarize EARS spec statuses by pending, doing, and done.

1|Updated Nov 14, 2024
One-click install
npx skills add https://github.com/SangIlMo/.dotfiles --skill specs-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: specs-status
Source: https://github.com/SangIlMo/.dotfiles/tree/main/.claude/skills/specs-status
Command: npx skills add https://github.com/SangIlMo/.dotfiles --skill specs-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool identifies and displays the current EARS spec status for one or all projects, helping teams track progress and identify bottlenecks at a glance.

Core Features & Use Cases

  • Displays spec status for the active project or across all projects.
  • Organizes results by Pending, Doing, and Done with clear counts and identifiers.
  • Gracefully handles missing specs and unknown projects, providing concise summaries.

Quick Start

Run the specs-status command from your shell to display the current EARS spec status for the active project.

Frequently Asked Questions about specs-status

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

FAQPage Schema
How do I track EARS spec status across multiple local projects?

You can track EARS spec status across all local projects by running the status command without targeting a specific project, which aggregates pending, doing, and done specifications into a single summary view.

What is EARS spec status tracking and how does it organize project requirements?

EARS spec status tracking identifies and summarizes requirement specifications by organizing them into pending, doing, and done categories, providing clear counts and identifiers to visualize project progress.

How do I check pending and done specs for an active local development project?

To check pending and done specs for an active project, run the status command from your shell, which processes local spec directories and returns a concise summary of current specification progress.

Does specs-status work with bash for local development project management?

Yes, it works with bash for local development project management by processing local spec directories directly from the shell and reporting EARS specification statuses without requiring external dependencies.

How does the tool handle missing EARS specs or unknown project directories?

It gracefully handles missing EARS specs and unknown project directories by validating local paths, skipping missing data, and reporting clear status summaries without failing the entire status tracking operation.