pbl/skills/writing-checklist/SKILL.md
Use when a plan needs verification checkpoints to measure whether completed work meets requirements and quality standards. Called by the plan skill — not invoked directly by users.
npx skillsauth add tim-hub/powerball writing-checklistInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Define verification checkpoints that measure whether the implementation meets requirements, and save to checklist.md.
.powerball/specs/YYYY-MM-DD-{{name}}/exploration.md.powerball/specs/YYYY-MM-DD-{{name}}/plan.md — read the goal and architecture decisions from hereTo find the directory, search .powerball/specs/ for a directory ending with -{{name}}.
Important: Do NOT read tasks.md. This skill runs in parallel with writing-tasks — both read from exploration.md and plan.md independently. The checklist must think about observable outcomes, not mirror implementation steps.
templates/checklist.md{{NAME}}, {{DATE}}, and all placeholders with actual content.powerball/specs/YYYY-MM-DD-{{name}}/checklist.mdtesting
Picks the right Kubernetes Deployment update strategy (RollingUpdate / Recreate / Blue-Green / Canary) for the situation. Use when configuring a new Deployment, changing rollout config, or deciding how to ship a risky change.
tools
Translates a markdown file to a target language, preserving structure. Use when the user needs a markdown file translated.
development
Translates text between any two languages while preserving source format. Use when the user needs to translate plain text, code, or markdown content.
testing
Generates written content — blog posts, social posts, emails, and marketing copy — matched to the project's existing voice. Use when the user needs written material.