status
/status - Project Status Command
Section titled “/status - Project Status Command”Purpose
Section titled “Purpose”Get current project status including tasks, git state, and recent activity.
/statusShow current project status.
Workflow
Section titled “Workflow”-
Check Git Status
Terminal window git statusgit log --oneline -5 -
Review Todos
- In progress
- Pending
- Completed today
-
Recent Activity
- Recent commits
- Open PRs
- Open issues
Output
Section titled “Output”## Project Status
### Git- Branch: `feature/xyz`- Status: Clean / X modified files
### Tasks- In Progress: X- Pending: Y- Completed: Z
### Recent Commits1. [commit message]2. [commit message]
### Open PRs- #123: [title]Gap Analysis Rule
Section titled “Gap Analysis Rule”Always identify gaps and suggest next steps to users. In case there is no gaps anymore, then AI should clearly state that there is no gap left.