USE WHEN: Executing a planned phase from docs/plans/. This skill runs one phase at a time with full documentation maintenance. DON'T USE WHEN: No plan exists (use pwf-plan first), or work is unplanned (use pwf-work), or task is trivial (use pwf-work-light). REQUIRED INPUT: Path to plan file and optionally phase number. OUTPUT: Completed phase with updated plan, documentation, and verification. PROCESS: 1. Read the plan and identify the target phase 2. Execute phase tasks in order 3. Run TypeScript validation 4. Update plan status and documentation 5. Run review agents if needed 6. Provide verification evidence NEXT STEPS: Continue with next phase using pwf-work-plan, or pwf-review before completing the plan.
Use this skill to execute one phase from a plan in docs/plans/.
When running in Paperclip heartbeats with an assigned task:
PAPERCLIP_TASK_ID to track which issue this work addressesX-Paperclip-Run-Id on all mutating operations<plan_path> [phase_number] #$ARGUMENTS </plan_path>
If no phase specified, execute the first pending phase.
<plan_path>docs-baseline-loading skill to ensure current docs contextdocs/workflow/operational-overrides.mddocs/modules/ or docs/features/ for this phase scopeFor each task in the phase:
⏳)✅)When a task involves entity changes:
After all phase tasks:
npm run validate (or tsc --noEmit)
npm run build only when requestedRun if: Phase touched 5+ files or spanned multiple repos
Execute review agents:
Determine which review agents apply based on changed scope:
nestjs-reviewernextjs-reviewerangular-reviewerlambda-reviewerdata-integrity-guardian, schema-drift-detectorsecurity-sentinelRead and execute applicable agent files from ../../agents/review/
Address critical findings
Informational findings: note but don't block
Apply docs-maintenance-after-work skill:
doc-shepherd — update all affected docsplan-sync — update this plan file:
✅ Completed in tablepattern-extractor if reusable patterns emergedPresent options:
pwf-work-plan <plan_path> [next_phase]pwf-review before continuing (recommended for complex phases)completedpwf-review for final validationpwf-commit-changes for structured commitspwf-doc-capture for any learnings/patterns../../references/rules/operational-guardrails.md../../references/rules/commits.mdpwf-work-plan <plan> [next_phase] — continue executionpwf-review — full multi-agent reviewpwf-commit-changes — structured commitsfinishing-a-development-branch — when work complete