一键导入
design
// Required alongside brainstorming for all design work in this repository. Overrides spec and plan output paths to docs/knowledge-base/src/ai-agents/ instead of the superpowers defaults. Load this skill whenever you load brainstorming.
// Required alongside brainstorming for all design work in this repository. Overrides spec and plan output paths to docs/knowledge-base/src/ai-agents/ instead of the superpowers defaults. Load this skill whenever you load brainstorming.
| name | design |
| description | Required alongside brainstorming for all design work in this repository. Overrides spec and plan output paths to docs/knowledge-base/src/ai-agents/ instead of the superpowers defaults. Load this skill whenever you load brainstorming. |
This skill provides project-local overrides
for the superpowers brainstorming and writing-plans skills.
Load it alongside brainstorming, not instead of it.
The only thing this skill does is redirect output paths.
Without it, specs and plans land in docs/superpowers/
(the superpowers default), which is the wrong location
for this repository.
Write specs and plans under docs/knowledge-base/src/ai-agents/
instead of the superpowers default (docs/superpowers/):
docs/knowledge-base/src/ai-agents/specs/YYYY-MM-DD-<topic>-design.mddocs/knowledge-base/src/ai-agents/plans/YYYY-MM-DD-<topic>-plan.mdThese paths override the brainstorming and writing-plans defaults. Create the directories if they do not exist.