paw-init

Initialize PAW project structure, WorkflowContext.md, and a Git branch.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill bootstraps the PAW workflow by creating the initial project structure and context, so teams can start organizing work immediately without manual setup.

Core Features & Use Cases

  • Create initial PAW directories: Generates the .paw/work/<work-id>/ structure and a dedicated WorkflowContext.md.
  • Workflow bootstrap: Creates and checks out a git branch for the new work, aligning with the target workflow plan.
  • Preload configuration: Prepares all required fields for the PAW session so the workflow can load the main skill without prompts.

Quick Start

Run the paw-init bootstrap to initialize a PAW workflow. The skill will create the .paw/work directory, generate WorkflowContext.md, and set up a new git branch.

Frequently Asked Questions about paw-init

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

FAQPage Schema
How do I bootstrap a git workflow with a dedicated working directory and context file?

To bootstrap a git workflow, run the initialization to generate a clean working directory, a WorkflowContext.md file, and a dedicated git branch for organizing new work sessions.

What is a PAW workflow setup and what initial artifacts does it create?

A PAW workflow setup initializes project structure by generating a .paw/work directory, a WorkflowContext.md file, and a dedicated git branch to prepare the workspace for immediate development.

How do I set up a project structure and context for a new work session without manual configuration?

You can set up project structure without manual configuration by running an initialization process that preloads required fields and generates initial artifacts, organizing the .paw workspace automatically.

Can I create a dedicated git branch and working directory structure at the same time?

Yes, you can create a dedicated git branch and working directory structure simultaneously through the bootstrap process, which performs initial git operations while generating the .paw/work directory.

Do I need to manually configure workflow fields before loading the main skill?

No, you do not need to manually configure workflow fields because the bootstrap process preloads all required configuration fields so the workflow can load the main skill without prompts.

What are the limitations of bootstrapping a workflow context for a new session?

Bootstrapping a workflow context initializes a clean working directory and git branch but does not execute the actual workflow tasks, serving only as the preparatory setup step before main work begins.