From workflow-tools
This skill should be used when the user says "create a PEP", "update PEP", "PEP status", "document this", or references PEP-*.md files. Manages PEP (Project Enhancement Proposal) documents for tracking decisions and implementation plans.
How this skill is triggered — by the user, by Claude, or both
Slash command
/workflow-tools:pepThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
PEPs document decisions and implementation plans.
PEPs document decisions and implementation plans.
**/docs/PEP-*.md to find the highest number, increment for nextdocs/PEP-XXX-<slug>.mdEvery PEP needs these sections. There is no fixed template — adapt the depth and format to the task:
A wave is a sweep of work followed by a gate. Choose the right number based on complexity:
Do not default to 3. Name each wave after what it actually does, not generic labels.
A wave must give enough context that someone unfamiliar with the codebase — including an AI — could start working without asking clarifying questions. Each wave should:
Don't over-specify. The goal is a clear picture of what needs to happen and why, not line-by-line instructions. Tasks should describe outcomes, not dictate implementation steps.
- [x])**/docs/PEP-*.mdnpx claudepluginhub denisraison/claude-plugins --plugin workflow-toolsCoordinates a 4-phase feature development workflow: research, implementation, progress tracking, and status checks. Useful for structured feature delivery.
Conducts interactive requirements gathering, researches codebases, creates PRDs, and generates development plans with tasks and sprints. Loads specs from Markdown, YAML, JSON, TXT, PDF files.