ワンクリックで
devhive-architect
Designs the technical architecture, components, data models, and infrastructure for the feature.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Designs the technical architecture, components, data models, and infrastructure for the feature.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Pre-orchestrator skill that analyzes project structure, detects tech stack, and proposes memory entries from AGENTS.md and codebase.
Master orchestrator skill for the DevHive SDD pipeline.
Verifies project consistency, architecture adherence, and security.
Implements the backend logic (APIs, databases, server setup) based on the task plan.
Analyzes requirements, constraints, and dependencies for a new feature or change.
Implements the user interface, client-side state, and UI/UX logic.
| name | devhive-architect |
| description | Designs the technical architecture, components, data models, and infrastructure for the feature. |
When the orchestrator assigns you the architecture phase after the proposal is complete.
Read .devhive/specs/01-exploration.md and .devhive/specs/02-proposal.md. You MUST also check for and read .devhive/memory/index.json and .devhive/memory/semantic.md, .devhive/memory/anti_patterns.md to ensure your design does not violate historical architectural decisions or repeat past mistakes.
To search memory efficiently:
.devhive/memory/index.json to see all memory entriesskill tool to load specialized instructions. Check GUIDELINES.md for global skills, check 04-tasks.md for task-specific skills, and ALWAYS load your hardcoded skills: architecture-patterns, backend-architect. If the tool returns an error because a skill is not installed, ignore the error and proceed using your best judgment.You MUST use the Write tool to save your design to .devhive/specs/03-architecture.md.
The markdown file should be structured as follows:
# Phase 03: Architecture
## Executive Summary
[1-3 sentences summarizing the architectural approach]
## Architecture Pattern
[Description of the pattern chosen and why]
## UX/UI & Design System
[Color palettes, typography, accessibility rules, layout wireframes in text, component library selection]
## Components & Modules
- **[Component Name]**: [Description of its responsibility]
## Data Architecture & Models
- **[Model Name]**: [Description of fields, relationships, indexes, and migration plan]
## APIs / Interfaces
- `[Function/Endpoint Signature]`: [Description of inputs/outputs]
## Infrastructure & Deployment
[Decisions on Cloud, IaC tools like Terraform/AWS CDK, Docker, databases, etc.]