paw-status

Diagnose PAW workflow state from artifacts and Git status.

39|6|Updated Oct 8, 2025
One-click install
npx skills add https://github.com/lossyrob/phased-agent-workflow --skill paw-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paw-status
Source: https://github.com/lossyrob/phased-agent-workflow/tree/main/skills/paw-status
Command: npx skills add https://github.com/lossyrob/phased-agent-workflow --skill paw-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The paw-status skill diagnoses the current PAW workflow state from local artifacts and repository signals, acting as a reliable navigator and history keeper for teams using PAW.

Core Features & Use Cases

  • Detects the present PAW phase by analyzing artifacts in the .paw/work directory and the Git branch status.
  • Recommends next actions to advance the workflow, including phase transitions, documentation, and PR-related steps.
  • Optionally posts updates to GitHub issues or PRs to keep stakeholders informed.

Quick Start

Use the paw-status skill during a PAW session to obtain an up-to-date workflow report. Example commands: ask "paw-status" or "show status" in the PAW chat.

Frequently Asked Questions about paw-status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check the current phase of my PAW workflow session?

To check the current PAW workflow phase, use a status diagnostic tool that reads WorkflowContext.md and artifacts under .paw/work. It analyzes git branch status to report the active phase, work items, and recommended next steps.

What is the best way to track PAW workflow artifacts and git status together?

Tracking PAW workflow artifacts and git status together involves analyzing .paw/work files and Git branch signals to produce a concise status summary, acting as a navigator and history keeper for active sessions across all phases.

Can I automatically update GitHub issues and PRs with my PAW workflow status?

Yes, you can update GitHub issues and PRs with your PAW workflow status. The diagnostic process optionally posts workflow updates to GitHub issues or PRs to keep stakeholders informed about the current phase and work items.

Does the PAW status diagnostic require any specific dependencies or components?

The PAW status diagnostic requires no external dependencies or components. It operates by reading local artifact files from the .paw/work directory and analyzing the existing Git branch status within your repository environment.

Why is my PAW workflow not showing the correct next steps?

Your PAW workflow may not show correct next steps if WorkflowContext.md or artifact files under .paw/work are missing or outdated. The diagnostic relies on these local artifacts and accurate Git branch status to recommend phase transitions and documentation actions.