status

Summarizes project phase, sprint tasks, backlog, and git status into one overview.

1|Updated Jun 29, 2026
One-click install
npx skills add https://github.com/natthasath/natthasath-marketplace --skill status-natthasath
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/natthasath/natthasath-marketplace/tree/main/plugins/projects/skills/status
Command: npx skills add https://github.com/natthasath/natthasath-marketplace --skill status-natthasath

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When working on a multi-phase software project, it is easy to lose track of where you are: which phase is active, what tasks are in progress, and whether there are uncommitted changes. This Skill consolidates all of that into a single status snapshot. ## Core Features & Use Cases - Phase Overview: Reads the current phase number and plan file to show phase name and completion percentage. - Task Tracking: Surfaces the current sprint's in-progress work and the top 3 pending backlog tasks for the active phase. - Git Integration: Runs git status and git log to report branch, uncommitted changes, and recent commits. - Use Case: At the start of a work session, ask for the project status to instantly see the current phase, active tasks, and repository state, plus a suggested next action. ## Quick Start Ask the AI to show the project status to get a summary of the current phase, sprint tasks, backlog, and git state.

Frequently Asked Questions about status

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

FAQPage Schema
How do I check project status in Claude Code?▼

Invoke the status skill to get a single overview of the current phase, in-progress sprint tasks, top backlog items, branch, uncommitted changes, and recent commits. It reads project tracking files and runs git commands automatically.

What files does the status overview read?▼

It reads .claude/config/current-phase.md for the phase number, context/plans/PLAN.md for phase name and completion, context/tasks/in_progress/current_sprint.md for active work, and the phase backlog files under context/tasks/backlog/.

Does the status skill require git?▼

Yes, it runs git status --short and git log --oneline -5 to report uncommitted changes and the five most recent commits. The project directory must be a git repository for these sections to work.

What happens if the phase or sprint files are missing?▼

The skill depends on a specific file structure (.claude/config, context/plans, context/tasks). If those files do not exist, the corresponding sections of the overview cannot be populated, so the project must follow this tracking convention.