Workflow
Run a cross-domain workflow template with progress trackingFrom its SKILL.md
npx -y skills add bromso/metapowers --skill workflowAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.4 KB, 315 tokens by cl100k_base, as published. Nobody here has run it
Workflow
Load and present a cross-domain workflow template for "$ARGUMENTS". Track progress by checking which artifacts already exist in .metapowers/.
Prerequisites
None — utility skill, run anytime.
Process
-
Find the workflow template:
- Check
plugins/metapowers/shared/workflows/for a file matching "$ARGUMENTS" - Available workflows:
launch-product,build-feature,rebrand,new-team,compliance-audit - If no match found, list available workflows and ask the user to choose
- Check
-
Read the workflow template:
- Read the matching
.mdfile from the workflows directory
- Read the matching
-
Check progress:
- For each step in the workflow, check if the corresponding artifact exists in
.metapowers/ - Mark completed steps with a checkmark
- Mark pending steps as to-do
- For each step in the workflow, check if the corresponding artifact exists in
-
Present the workflow to the user:
- Show the workflow name and description
- Show each step with its status (done/pending)
- Highlight the next step to work on
- Remind the user to replace placeholder names with their actual project names
-
Offer guidance:
- If the user asks, explain what a specific step does
- Suggest skipping steps that don't apply to their situation
Output
Present the workflow checklist directly to the user with progress tracking. No artifact file created — this is a real-time guide.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.