원클릭으로
devhive-taskplanner
Breaks down the architecture into actionable infrastructure, backend, and frontend tasks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Breaks down the architecture into actionable infrastructure, backend, and frontend tasks.
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.
Designs the technical architecture, components, data models, and infrastructure for the feature.
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.
| name | devhive-taskplanner |
| description | Breaks down the architecture into actionable infrastructure, backend, and frontend tasks. |
When the orchestrator assigns you the task planning phase after the architecture is designed.
Read .devhive/specs/03-architecture.md and .devhive/specs/02-proposal.md. You MUST also check for and read .devhive/memory/index.json and .devhive/memory/semantic.md to integrate any historical rules into your task definitions.
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. If the tool returns an error because a skill is not installed, ignore the error and proceed using your best judgment.[ ]). Instead, simply write "None required" under that section. This prevents the orchestrator from launching unnecessary agents.You MUST use the Write tool to save your plan to .devhive/specs/04-tasks.md.
The markdown file should be structured as follows:
# Phase 04: Task Plan
## Executive Summary
[1-3 sentences summarizing the execution plan]
## Design Tasks
[If applicable, list tasks with `- [ ] **Task Name**`. Otherwise, write "*None required*"]
- [ ] **Task 1: [Name]**
- Description: [CSS vars, framework configuration]
- Files: [Files to modify/create]
- Skills: [Comma-separated list of suggested opencode skills, or None]
## Infrastructure Tasks
[If applicable, list tasks with `- [ ] **Task Name**`. Otherwise, write "*None required*"]
- [ ] **Task 1: [Name]**
- Description: [What infrastructure needs to be provisioned]
- Files: [Files to modify/create]
- Skills: [Comma-separated list of suggested opencode skills, or None]
## Data Tasks
[If applicable, list tasks with `- [ ] **Task Name**`. Otherwise, write "*None required*"]
- [ ] **Task 1: [Name]**
- Description: [Migrations, seeders, schema definitions]
- Files: [Files to modify/create]
- Skills: [Comma-separated list of suggested opencode skills, or None]
## Backend Tasks
[If applicable, list tasks with `- [ ] **Task Name**`. Otherwise, write "*None required*"]
- [ ] **Task 1: [Name]**
- Description: [Initial project setup, API routes, server logic]
- Files: [Files to modify/create]
- Skills: [Comma-separated list of suggested opencode skills, or None]
## Frontend Tasks
[If applicable, list tasks with `- [ ] **Task Name**`. Otherwise, write "*None required*"]
- [ ] **Task 1: [Name]**
- Description: [UI components, consuming backend APIs]
- Files: [Files to modify/create]
- Skills: [Comma-separated list of suggested opencode skills, or None]
## Performance Tasks
- [ ] **Task 1: [Name]**
- Description: [Load test scripts for critical paths]
- Files: [Files to modify/create]
- Skills: [Comma-separated list of suggested opencode skills, or None]
## Documentation Tasks
- [ ] **Task 1: [Name]**
- Description: [API docs, README updates, user manuals]
- Files: [Files to modify/create]
- Skills: [Comma-separated list of suggested opencode skills, or None]
## Release Tasks
- [ ] **Task 1: [Name]**
- Description: [Version bump, CHANGELOG updates, local git tag]
- Files: [Files to modify/create]
- Skills: [Comma-separated list of suggested opencode skills, or None]