status

Summarizes build-plan progress, current feature state, findings, and git status into a read-only project orientation report.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/LeroyAdonis/kitfix-2.0 --skill status-leroyadonis
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/LeroyAdonis/kitfix-2.0/tree/main/.agents/skills/status
Command: npx skills add https://github.com/LeroyAdonis/kitfix-2.0 --skill status-leroyadonis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? After a break, a context clear, or a new session, developers lose track of where a project stands. This Skill reads the progress-tracking files already on disk (build plan, current feature spec, findings log) plus git state and prints a short orientation summary with the exact next action, without changing anything. ## Core Features & Use Cases - Progress distillation: Counts checked vs unchecked items in blueprint/build-plan.md and names the next unchecked item. - Current work detection: Reports the in-progress feature, fix, or rollback spec from blueprint/context/current-feature.md, including which steps are done and where work resumes. - Drift and blocker warnings: Flags stale project overviews, open P0/P1 findings that block completion, branch/spec mismatches, and uncommitted changes. - Use Case: You return to a project after the weekend, run /status, and immediately see that feature 4 is on step 2 of 3, one P1 finding awaits re-review, and the next action is /implement for step 3. ## Quick Start Run /status to get a read-only summary of build-plan progress, current work, findings, git state, and the single recommended next command.

Frequently Asked Questions about status

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

FAQPage Schema
How does status detect workflow drift or blockers?▼

It flags an active spec on main, a spec without a matching feature/fix/rollback branch, all steps checked but not completed, stale project overviews, and open or unre-reviewed P0/P1 findings that block /complete.