# 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.

- Skill: `agglayer/design` (Agent Skill)
- Install (CLI): `npx skillmds@latest add agglayer/design`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agglayer/design/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: agglayer (https://skillmd.com/u/agglayer)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/agglayer/design

---


This skill provides project-local overrides
for the superpowers `brainstorming` and `writing-plans` skills.
Load it **alongside** brainstorming, not instead of it.

## What this skill changes

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.

## Output location

Write specs and plans under `docs/knowledge-base/src/ai-agents/`
instead of the superpowers default (`docs/superpowers/`):

- **Specs** →
  `docs/knowledge-base/src/ai-agents/specs/YYYY-MM-DD-<topic>-design.md`
- **Plans** →
  `docs/knowledge-base/src/ai-agents/plans/YYYY-MM-DD-<topic>-plan.md`

These paths override the brainstorming and writing-plans defaults.
Create the directories if they do not exist.

