By yshihao636
A six-skill Claude Code development workflow: design, plan, isolate, implement, and finish.
Use for non-trivial creative, product, or implementation work before coding. Helps clarify intent, requirements, alternatives, and design.
Use when executing a written implementation plan sequentially in the current session, especially when subagents are unavailable or inline execution is preferred.
Use after implementation work is complete and verified. Presents safe options to merge, create a PR, keep, or discard the development branch/worktree.
Use when executing an implementation plan with subagents available. Coordinates implementers and independent reviewers for each task.
Use before implementation work when changes should be isolated from the current checkout. Creates or selects a safe git worktree or branch isolation strategy.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code plugin marketplace that ships the mypowers plugin — a six-skill complete development workflow for the design → plan → isolate → implement → finish loop.
MyPowers is distilled from the superpowers project and focuses on the development workflow skills that form a complete engineering loop.
mypowersmypowersplugins/mypowers/.claude-plugin/plugin.jsonclaude plugin marketplace add yshihao636/mypowers
claude plugin install mypowers@mypowers
/plugin marketplace add yshihao636/mypowers
/plugin install mypowers@mypowers
/reload-plugins
claude plugin details mypowers@mypowers
Once installed, the following skills are available:
| Slash command | When to use |
|---|---|
/mypowers:brainstorming | Before creative work — explores intent, requirements, and design before implementation. |
/mypowers:writing-plans | When you have a spec or requirements for a multi-step task, before touching code. |
/mypowers:using-git-worktrees | Before implementation work when changes should be isolated from the current checkout. |
/mypowers:subagent-driven-development | When executing an implementation plan and subagents are available. |
/mypowers:executing-plans | When executing a written plan without subagents, or when inline execution is preferred. |
/mypowers:finishing-a-development-branch | After implementation is complete and verified, presents safe options to merge, PR, keep, or discard. |
The full workflow:
brainstorming → writing-plans → using-git-worktrees → subagent-driven-development OR executing-plans → finishing-a-development-branch
using-mypowers is not exposed as a callable skill. It lives in plugins/mypowers/docs/using-mypowers.md and is injected by the SessionStart hook as a lightweight introduction.
To work on this marketplace / plugin locally:
# 1. Clone the repository
git clone https://github.com/yshihao636/mypowers.git
cd mypowers
# 2. Add the local checkout as a marketplace
claude plugin marketplace add .
# 3. Install the plugin from the local marketplace
claude plugin install mypowers@mypowers
# 4. Validate before pushing
claude plugin validate .
claude plugin validate .\plugins\mypowers
.
├── .claude-plugin/
│ └── marketplace.json # Marketplace manifest
├── plugins/
│ └── mypowers/ # The mypowers plugin
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin manifest
│ ├── README.md
│ ├── LICENSE
│ ├── docs/
│ │ └── using-mypowers.md # SessionStart introduction, not a callable skill
│ ├── hooks/ # SessionStart hook
│ │ ├── hooks.json
│ │ ├── run-hook.cmd # Windows cmd wrapper
│ │ └── session-start.ps1 # PowerShell hook script
│ └── skills/ # Auto-discovered callable skills
│ ├── brainstorming/
│ ├── writing-plans/
│ ├── using-git-worktrees/
│ ├── subagent-driven-development/
│ ├── executing-plans/
│ └── finishing-a-development-branch/
└── README.md # This file
Skills are auto-discovered from plugins/mypowers/skills/ — no skills field is required in plugin.json.
plugins/mypowers/LICENSE for the full text.npx claudepluginhub yshihao636/mypowers --plugin mypowersCore skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.