From agn
Focused revision of an existing unit's design at any tier — product, epic, or feature. Invoke with /agn:design <level>. Product produces docs/architecture.md; epic and feature delegate to the Planner sub-agent once the planner_subagent feature ships.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agn:design product | epic | featureproduct | epic | featureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
| Position | Variable | Value |
/agn:design <level>)| Position | Variable | Value |
|---|---|---|
$0 | level | product, epic, or feature |
If $0 is missing, stop and ask:
"What level — product, epic, or feature?"
If $0 is not one of product, epic, feature, stop and list the valid set.
Read $0. Run exactly one of the branches below.
Required before starting:
docs/vision.mddocs/spec.mddocs/requirements.mdIf any are missing, stop and tell the user: Cannot run /agn:design product — definition documents not found. Run /agn:define product first.
| Artifact | Path |
|---|---|
| High-level architecture | docs/architecture.md |
In scope: technology choices, system architecture, domain dictionary (key terms), workflows and key APIs, security mechanisms.
Out of scope: detailed API signatures, database schemas, function-level design — those belong in task-level detailed design during implementation.
Draft docs/architecture.md from the definition documents.
Review cycle with the user: incorporate feedback.
Self-validation — produce a report covering: completeness, consistency with specs, over/under-engineering, design-principle issues.
Document consistency — If architectural decisions change scope (e.g. defer a feature), update docs/spec.md and/or docs/requirements.md and state why. Chain: vision → spec → requirements → architecture.
Gate — User explicitly approves before /agn:define epic or /agn:define feature.
Placeholder pending the planner_subagent feature of epic agentic_sdlc_rework.
Standalone epic design is not yet implemented. Today, epic-level design is bundled inside /agn:define epic (the epic-decomposition dialog also captures design constraints).
Until the Planner sub-agent ships:
/agn:define epic — design considerations are captured there.tasks/epics/, or open a focused /agn:define task for the architectural change.After planner_subagent ships, this branch will delegate to a level-aware Planner sub-agent that performs focused design revision on an existing epic without re-walking the entire decomposition.
Stop. Do not proceed.
Placeholder pending the planner_subagent feature of epic agentic_sdlc_rework.
Standalone feature design is not yet implemented. Today, feature-level design is bundled inside /agn:define feature (the feature-planning dialog captures design constraints).
Until the Planner sub-agent ships:
/agn:define feature — design considerations are captured there.tasks/features/, or update the linked spec under docs/<area>/.../-spec.md.After planner_subagent ships, this branch will delegate to a level-aware Planner sub-agent that performs focused design revision on an existing feature without re-walking the entire planning dialog.
Stop. Do not proceed.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub agenturehq/agenture-loop