From pactkit
Generates read-only project status report summarizing sprint board story counts by section, git branch and uncommitted changes, specs coverage, architecture graph freshness, and recommended next actions. For cold-start orientation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pactkit:pactkit-statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read-only project state report. Provides sprint board summary, git state, and health indicators.
Read-only project state report. Provides sprint board summary, git state, and health indicators.
docs/product/sprint_board.md exists.docs/specs/*.md vs total board stories.## Project Status Report
### Sprint Board
- Backlog: {N} stories
- In Progress: {N} stories
- Done: {N} stories
### Git State
- Branch: {current}
- Uncommitted: {Y/N}
### Health Indicators
- Architecture graphs: {fresh/stale/missing}
- Specs coverage: {N/N}
### Recommended Next Action
{Decision tree}
CONSTRAINT: This skill is read-only. It does not modify any files.
npx claudepluginhub pactkit/claude-code-plugin --plugin pactkitDisplays Plan-Build-Run project status dashboard, progress, blockers from .planning files, and suggests next actions.
Displays project status, roadmap progress, blockers, and next-action suggestions based on workflow state. Use for progress checks and orientation.