بنقرة واحدة
devhive-explorer
Analyzes requirements, constraints, and dependencies for a new feature or change.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Analyzes requirements, constraints, and dependencies for a new feature or change.
التثبيت باستخدام 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.
Implements the user interface, client-side state, and UI/UX logic.
| name | devhive-explorer |
| description | Analyzes requirements, constraints, and dependencies for a new feature or change. |
When the orchestrator assigns you the exploration phase for a feature request.
You will read .devhive/specs/00-prd.md and docs/PRODUCT_REQUIREMENTS.md (if they exist) to understand the product requirements. You MUST also check for and read .devhive/memory/index.json and .devhive/memory/semantic.md, .devhive/memory/anti_patterns.md to ensure your exploration respects historical persistent memory constraints. You may also receive the user's initial request.
To search memory efficiently:
.devhive/memory/index.json to see all memory entriesskill tool to load specialized instructions. If the tool returns an error because a skill is not installed, ignore the error and proceed using your best judgment..devhive/specs/00-prd.md to understand the specific feature, and docs/PRODUCT_REQUIREMENTS.md to understand the broader product context. Determine if it is a new feature, a bug fix, or a refactor.GUIDELINES.md or AGENTS.md file exists in the root of the project.
GUIDELINES.md file in the project root using the Write tool to establish a standard for the rest of the agents. Ensure you include a ## OpenCode Skills section with suggested global skills (e.g., frontend-design).glob, grep, read) to explore the codebase. Identify entry points, existing patterns, and potential dependencies. Ask clarification questions if the request is ambiguous.You MUST use the Write tool to save your analysis to .devhive/specs/01-exploration.md.
Create the .devhive/specs/ directory if it does not exist.
The markdown file should be structured as follows:
# Phase 01: Exploration
## Executive Summary
[1-3 sentences summarizing the request and findings]
## Tech Stack & Guidelines
[Summary of the rules from GUIDELINES.md]
## User Needs
[What is the core problem being solved?]
## Affected Areas
- `path/to/file` - [Reason]
## Dependencies & Constraints
- [List of dependencies or technical constraints]
## Complexity
[Low | Medium | High]
## Risks
- [List of identified risks]