Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion config/skills/design/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ artifact) skips it entirely.
## One pass, one artifact

Write a single design record **into the repo** under `docs/designs/<domain>/`
(`<domain>` = `ui` / `agent` / `server` / `meta` / `infra` / `repo`) — either a flat
(`<domain>` = the repo's design-doc bucket for the change's concern — match the
buckets the repo already uses, never a fixed list) — either a flat
`<record>.md` (a short kebab slug) or a `<record>/design.md` directory when the
design owns supporting files, matching the layout its sibling records already
use. **You pick that exact path and pass it in the subagent's brief** — it is the
Expand Down
Loading