paw-workflow
Installation
SKILL.md
PAW Implementation Workflow Skill
Reference Documentation: This skill provides guidance on typical patterns, artifact structure, and stage sequences. Workflow enforcement (mandatory transitions, TODO tracking, pause rules) is in the PAW agent, not this skill.
Prerequisite: WorkflowContext.md must exist (created by paw-init).
Core Implementation Principles
These principles apply to ALL implementation stages.
1. Evidence-Based Documentation
Code-related claims in any artifact MUST be supported by:
- Specific file:line references for code claims
- Concrete code patterns or test results
- Direct evidence from the codebase
For non-code claims (e.g., requirements or planning decisions), cite the source when available (issue/discussion/user input) and clearly label assumptions.