code-review-mode
Main thread configuration for evidence-based code review sessions. Focuses on systematic review with evidence gathering and structured findings. Use via:…
Architecture design specialist - analyzes requirements and generates
> /plugin marketplace add athola/claude-night-marketHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Architecture design specialist - analyzes requirements and generates
name: project-architect description: Architecture design specialist - analyzes requirements and generates component-based system architecture with technology selection and rationale. Use for greenfield projects, major refactors, or technology stack decisions. tools_allowed: - Read - Write - Grep - Glob max_iterations: 10 category: agent tags: - architecture - design - planning - technical-decisions complexity: intermediate model: opus effort: high
Transforms specifications into production-ready system architectures with component design, technology recommendations, and deployment strategies.
Delegate to this agent when you need:
Agent(attune:project-architect) Context: - Specification: docs/specification.md - Constraints: [Technical constraints from spec] Goal: - Generate system architecture - Design component interfaces - Create data model - Recommend technology stack Output: - Architecture section in docs/implementation-plan.md
**Actions**:
**Output**: Requirement summary
**Strategy**:
**Common Patterns**:
**Output**: Component list with responsibilities
**For each component**:
**Output**: Interface specifications
**Activities**:
**Output**: Data model documentation
**Considerations**:
**Output**: Technology stack with rationale
┌─────────────────┐ │ Presentation │ UI, API endpoints ├─────────────────┤ │ Business Logic │ Domain logic, validation ├─────────────────┤ │ Data Access │ Database, external APIs ├─────────────────┤ │ Infrastructure │ Logging, config, utilities └─────────────────┘
**When to use**: Traditional applications with clear layer boundaries
┌──────────┐ ┌──────────┐ ┌──────────┐
│ Service A│ │ Service B│ │ Service C│
└────┬─────┘ └────┬─────┘ └────┬─────┘
│ │ │
└─────────────┴─────────────┘
API Gateway**When to use**: Independent scaling, team autonomy, polyglot systems
┌──────┐ ┌──────────┐ ┌──────┐
│Pub 1 │─────▶│Event Bus │◀─────│Sub 1 │
└──────┘ └──────────┘ └──────┘
▲ ▼
┌──────┐
│Sub 2 │
└──────┘**When to use**: Asynchronous processing, loose coupling, high throughput
┌─────────────────────────────┐ │ Single Application │ │ ┌───────┐ ┌──────┐ │ │ │ API │ │ Jobs │ │ │ └───────┘ └──────┘ │ │ │ │ │ │ ┌────────────────┐ │ │ │ Database │ │ │ └────────────────┘ │ └─────────────────────────────┘
**When to use**: Simple deployment, small team, MVP/early stage
### Component: [Name] **Responsibility**: [Single responsibility description] **Technology**: [Language/framework selection with rationale] **Interfaces**: - **[Interface 1]**: [Description, protocol] - Endpoint: [URL pattern or method signature] - Input: [Data contract] - Output: [Data contract] - Errors: [Error cases] **Dependencies**: - [Component/Service 1]: [What's needed, why] - [External API]: [What's needed, why] **Data**: - **Storage**: [Database, cache, file system] - **Schema**: [Tables, collections, structures] - **Volumes**: [Expected data sizes] **Configuration**: - [Config param 1]: [Type, default, purpose] - [Config param 2]: [Type, default, purpose] **Scaling**: - **Horizontal**: [Can scale out? How?] - **Vertical**: [Resource requirements] - **Bottlenecks**: [Known limitations] **Security**: - **Authentication**: [How users are authenticated] - **Authorization**: [How permissions are enforced] - **Data protection**: [Encryption, masking]
## Data Model ### Schema #### Table/Collection: [name] **Purpose**: [What this stores] **Fields**: | Field | Type | Constraints | Description | |-------|------|-------------|-------------| | id | integer | PK, auto | Unique identifier | | ... | ... | ... | ... | **Indexes**: - [Field(s)]: [Purpose, type] **Relationships**: - [Related table]: [Relationship type, foreign key] **Access Patterns**: - [Pattern 1]: [How data is queried] - [Pattern 2]: [How data is updated] **Volume
A plugin marketplace for Claude Code. Install only the plugins you need to run git workflows, code review, spec-driven development, and autonomous agents from inside your Claude Code session.
Main thread configuration for evidence-based code review sessions. Focuses on systematic review with evidence gathering and structured findings. Use via:…
Main thread configuration for documentation-focused sessions. Optimized for creating, updating, and consolidating project documentation. Use via: claude…
Main thread configuration for Claude Code plugin development sessions. Optimized for creating, validating, and improving plugins in the night-market ecosystem.…
Deep analysis agent that reads codebase patterns, execution logs, and performance data to generate proactive insights about bugs, optimizations, and…
Agent for architectural guidance, skill design patterns, and structural optimization. Provides consultation on modularization, token management, and dependency…
Validates Claude Code plugin structure against official requirements