status

Aggregate plan progress, Git state, and lessons into a status report.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes visibility into project progress by aggregating planned tasks, current work state, and learning checkpoints.

Core Features & Use Cases

  • Plan & Progress: Reads tasks/todo.md to categorize completed, in-progress, upcoming items, plus checkpoints.
  • Git Context: Reports current branch, uncommitted changes, and recent commits to anchor status in version control.
  • Lessons Alignment: References tasks/lessons.md for learnings that influence next steps.

Quick Start

Run the status command inside Claude Code to generate a concise project snapshot from your tasks 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 track project progress and task status in Claude Code?

Track project progress by reading tasks/todo.md to categorize completed, in-progress, and upcoming items, then capturing current Git branch and recent commits to generate a concise status report.

Can I get a project status snapshot combining Git state and planned tasks?

Yes, generate a project status snapshot by reading planned tasks from tasks/todo.md, capturing current Git branch and uncommitted changes, and summarizing recent commits to anchor progress in version control.

How does integrating lessons learned inform project planning next steps?

Integrating lessons learned references tasks/lessons.md to align learning checkpoints with plan progress, ensuring past learnings directly influence upcoming task planning and next actions.

What file formats do I need to set up for project status tracking?

Set up tasks/todo.md for planned items and tasks/lessons.md for learning checkpoints; the Skill reads these markdown files alongside Git state to aggregate project status.

Does this project tracking approach work across multiple repository layouts?

Yes, this status tracking approach applies to software teams working across multiple languages and repository layouts, aggregating progress from markdown tasks and Git state regardless of repository structure.

What is the best way to summarize plan progress for product managers?

Summarize plan progress by reading tasks/todo.md to categorize completed, in-progress, and upcoming items, then combining that with Git context and lessons to output a concise status report for product managers.