Skills
Wrapper for superpowers:brainstorming that recognizes parent workflow context. Use this INSTEAD of superpowers:brainstorming when invoked from /muggle-ai-teams Step 1C.From its SKILL.md
npx -y skills add multiplex-ai/muggle-ai-teams --skill skillsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 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
2.0 KB, 433 tokens by cl100k_base, as published. Nobody here has run it
Workflow-Aware Brainstorming
This skill wraps superpowers:brainstorming with parent workflow awareness.
When Invoked from /muggle-ai-teams
If this skill is triggered as part of /workflow Step 1C (Design Proposal), the following rules apply:
Before Starting
Check that Step 1A and 1B outputs exist. If not, STOP and tell the orchestrator:
"Cannot start brainstorming — Step 1A/1B outputs are incomplete. The following are missing: [list]."
Required 1A outputs:
- Codebase exploration results (from
feature-dev:code-explorer) - Industry research findings (from
WebSearch) - Library documentation (from
Context7MCP)
Required 1B outputs:
- Clarified requirements
- Impact analysis (files, services, flows affected)
- Dependency mapping
- Risk identification
During Brainstorming
Follow superpowers:brainstorming skill exactly as documented. All its rules, checklist items, and processes apply.
At "Transition to Implementation" Step
DO NOT invoke superpowers:writing-plans directly.
Instead, announce:
"This concludes the brainstorming phase (Workflow Step 1C: Design Proposal). The design spec has been written and committed.
Next steps in the parent workflow:
- Step 1D: Panel Review — dispatch panelists to scrutinize the design
- Step 1E: User Approval Gate — present revised design for user sign-off
- Step 1F: Implementation Plan — write the plan AFTER panel review and approval
Control returns to the /muggle-ai-teams orchestrator."
Then STOP. Do not proceed further. The orchestrator handles Steps 1D, 1E, and 1F.
When Invoked Standalone (not from /muggle-ai-teams)
Behave exactly like superpowers:brainstorming — follow all its steps including the "transition to implementation" step which invokes writing-plans.
What ships with it: 137 files
2359.5 KB alongside SKILL.md, 17 of them executable
agents/
- observer-loop.shruns5.8 KB
- observer.md7.2 KB
- session-guardian.shruns6.2 KB
- start-observer.shruns7.3 KB
assets/
- agency.md4.4 KB
- ecommerce.md4.8 KB
- generic.md4.1 KB
- local-service.md5.3 KB
- publisher.md4.5 KB
- saas.md4.4 KB
data/
- app-interface.csv9.5 KB
- charts.csv18.9 KB
- colors.csv31.7 KB
- design.csv103.7 KB
- draft.csv103.8 KB
- google-fonts.csv727.7 KB
- icons.csv20.2 KB
- landing.csv16.3 KB
- products.csv56.6 KB
- react-performance.csv14.5 KB
- stacks/react-native.csv9.8 KB
- styles.csv139.3 KB
- _sync_all.pyruns21.3 KB
- typography.csv48.5 KB
- ui-reasoning.csv51.8 KB
- ux-guidelines.csv18.3 KB
evals/
- evals.json6.3 KB
geo-agents/
- geo-ai-visibility.md9.5 KB
- geo-content.md15.8 KB
- geo-platform-analysis.md10.4 KB
- geo-schema.md15.0 KB
- geo-technical.md13.5 KB
- cloud-infrastructure-security.md10.0 KB
- config.json391 B
- evaluate-session.shruns2.3 KB
- geo-ai-visibility.md9.5 KB
- geo-content.md15.8 KB
- geo-platform-analysis.md10.4 KB
- geo-schema.md15.0 KB
- geo-technical.md13.5 KB
97 more files not listed here. See all 137 in the repository.
Gives 0 of the 12 instructions most automation workflows skills give in 433 tokens
Counted across 813 of the 1,214 authors here whose files we hold, read 2026-09-06
- Use conventional commit message formatin 38 of 813, across 34 files
- Write tests before implementing codein 26 of 813, across 12 files
- Achieve at least 80 percent test coveragein 24 of 813, across 11 files
- Mock external dependencies for unit testsin 22 of 813, across 10 files
- Read product marketing context before asking questionsin 21 of 813, across 6 files
- Implement rollback plans for every deploymentin 21 of 813, across 9 files
- Follow the arrange-act-assert patternin 20 of 813, across 9 files
- Delete branches after mergingin 20 of 813, across 18 files
- Test all edge cases and error scenariosin 20 of 813, across 8 files
- Use semantic selectors for UI testsin 19 of 813, across 7 files
- Define sequence type and audience contextin 18 of 813, across 5 files
- Monitor feature drift and prediction distribution driftin 18 of 813, across 5 files
Said here and by no other author read
- Verify existence of Step 1A and 1B outputs
- Stop if required outputs are missing
- Follow superpowers:brainstorming rules exactly
- Announce conclusion of brainstorming phase
- Return control to the orchestrator
- Stop after design proposal completion
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.