From superpowers-cowork
[INTERNAL ONLY] Track workflow files, version drafts, keep intermediates, and ask before cleanup. Cross-cutting skill.
How this skill is triggered — by the user, by Claude, or both
Slash command
/superpowers-cowork:artifact-managementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**At the start of every workflow, before any file is created or modified:** Create a working directory: `superpowers-[topic]-[date]/`.
At the start of every workflow, before any file is created or modified: Create a working directory: superpowers-[topic]-[date]/.
Security Rule: You must sanitize the [topic] variable before creating the directory. Strip out any slashes (/, \), .., or special characters to prevent path traversal. Keep only alphanumeric characters and hyphens. All files go into this sanitized directory. No exceptions.
Then throughout the workflow:
draft-v1.md before creating draft-v2.md. Increment on every substantive edit.npx claudepluginhub smatty-ice/superpowers-cowork-marketplace --plugin superpowers-coworkGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.