Multi-agent architecture review combining core architecture design with parallel security, performance, and data integrity assessments. Produces ADRs in MADR format.
Conducts comprehensive architecture reviews using parallel agents for security, performance, and data integrity, producing MADR-format ADRs.
npx claudepluginhub dlabs/claude-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
references/adr-format.mdreferences/patterns-catalog.mdThis skill provides a comprehensive architecture review using a parallel agent team. The architecture-strategist designs the core architecture, while security-sentinel, performance-oracle, and data-integrity-guardian independently evaluate their respective concerns.
/blueprint-dev:bp:architect — full architecture review| Agent | Focus | Runs |
|---|---|---|
| architecture-strategist | Core design, patterns, ADR authoring | First (produces the design) |
| security-sentinel | OWASP, auth, injection, XSS | Parallel with others |
| performance-oracle | N+1, caching, bottlenecks, scaling | Parallel with others |
| data-integrity-guardian | Schema, migrations, constraints, transactions | Parallel with others |
architecture-strategist (design)
↓
[security-sentinel | performance-oracle | data-integrity-guardian] (parallel review)
↓
Merged assessment with ADR
Uses MADR (Markdown Any Decision Records). See references/adr-format.md.
See references/patterns-catalog.md for common patterns the strategist considers.
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.