Project state overview for cold-start orientation
Scanned 9/3/2026
Install to Claude Code
npx -y skills add pactkit/claude-code-plugin --skill pactkit-status --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Pactkit Status?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/pactkit-pactkit-status-claude-code-plugin)More formats (shields.io, HTML) on the badges page.
---
name: pactkit-status
description: "Project state overview for cold-start orientation"
model: haiku
---
# PactKit Status
Read-only project state report. Provides sprint board summary, git state, and health indicators.
## When Invoked
- **Init Phase 6** (Session Context): Bootstrap initial context.
- **Cold-start detection**: Auto-invoked when session needs orientation.
## Protocol
### 1. Gather Data
- Check if `docs/product/stories/` exists; accept legacy `docs/product/sprint_board.md` only with a migration warning.
- If yes: extract story counts by section (Backlog / In Progress / Done).
- Count Specs in `docs/specs/*.md` vs total board stories.
- Check architecture graph freshness.
### 2. Git State
- Current branch, uncommitted changes, active feature branches.
### 3. Output Report
```
## 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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!