mirror of
https://github.com/OthmanAdi/planning-with-files.git
synced 2026-04-25 16:06:02 +03:00
[PR #75] [MERGED] feat: add /plan:status command for quick progress check #77
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/planning-with-files#77
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/OthmanAdi/planning-with-files/pull/75
Author: @jonthebeef
Created: 2/8/2026
Status: ✅ Merged
Merged: 2/8/2026
Merged by: @OthmanAdi
Base:
master← Head:feat/status-command📝 Commits (1)
eec3a44feat: add /plan:status command for quick progress check📊 Changes
1 file changed (+49 additions, -0 deletions)
View changed files
➕
commands/status.md(+49 -0)📄 Description
Summary
Adds a
/plan:statuscommand that displays planning progress at a glance - no need to read through all planning files just to see where you are.The Problem
When using file-based planning, checking your current status requires reading
task_plan.mdand parsing it mentally. For a quick "where am I?" check, this is more friction than necessary.The Solution
A new
/plan:statuscommand that outputs a compact summary:What's Included
commands/status.md- Command definition with output format specificationWhy This Helps
🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.