Collection of domain-specific Kiro Powers.
Source repository for a multi-domain Kiro Powers collection. This repo is used to author, organize, and maintain individual power packages such as engineering, design, legal, finance, marketing, productivity, and product management. Each power is intended to be published and installed from its own public GitHub repository URL.
Important: install each power only from its own public GitHub repository URL.
bio-researchbrand-voicedatadesignengineeringenterprise-searchfinancehuman-resourceslegalmarketingoperationsproduct-managementproductivitysmall-business
Each power folder follows the same structure:
POWER.md: main power definition and usage guidesteering/: task-specific steering filesmcp.json: optional MCP server definitions, disabled by default
<power-name>/
POWER.md
mcp.json
steering/
*.md
Use Kiro's GitHub installation flow for each power:
- Open
Powers panel -> Add Custom Power - Select
Import power from GitHub - Paste the GitHub repository URL for the specific power
- Click
Install
Kiro's GitHub import requires the target repository root to contain:
POWER.mdsteering/if usedmcp.jsonif used
- Install one power per repository URL
- Do not import from a local folder
- Do not import a multi-power repository root
- Do not flatten files out of the power package
Each power should be published as its own repository with this structure:
my-power-repo/
POWER.md
mcp.json
steering/
- Do not flatten the
steering/directory; the references inside each power expect that layout. - Treat
mcp.jsonas optional configuration. The power still works without enabling MCP servers. - Publish each power as its own GitHub repository.
- If you customize a power for your team, publish the customized version as a separate repository URL.
- Pick the domain power you want.
- Open its
POWER.md. - Choose the matching workflow from the steering index.
- Add or enable MCP servers from
mcp.jsonif the workflow needs external systems.
If engineering is published as its own repository, install it by pasting that repository URL into Kiro's Import power from GitHub flow.
- This repository stores powers as normal Markdown plus JSON so they are easy to version, review, and extend.
- Kiro docs for custom power install: Install powers
- Per the Kiro docs, the public GitHub URL flow requires
POWER.mdin the repository root of the target repository.