원클릭으로
deepinit
Deep project initialization with hierarchical AGENTS.md. Use for "initialize project", "create agents", "hierarchical setup".
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Deep project initialization with hierarchical AGENTS.md. Use for "initialize project", "create agents", "hierarchical setup".
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Manage OMA skills — list, add, remove, search, and edit skills
Socratic deep interview with mathematical ambiguity gating before autonomous execution
Remove AI slop - low-quality, generic, or verbose content. Use for "clean up", "remove fluff", and "make concise".
Consensus planning - agree before executing. Use for "ralplan", "consensus", "pre-execution review".
Setup routing and environment configuration. Use for "setup", "configure", and "get started".
N coordinated agents on shared task list using Claude Code native teams, with git worktree isolation per executor
| name | deepinit |
| description | Deep project initialization with hierarchical AGENTS.md. Use for "initialize project", "create agents", "hierarchical setup". |
| trigger | /oma:deepinit |
Create comprehensive project initialization with hierarchical agent structures.
Project
├── AGENTS.md (root)
├── agents/
│ ├── architect/
│ │ └── AGENTS.md
│ ├── planner/
│ │ └── AGENTS.md
│ └── executor/
│ └── AGENTS.md
└── skills/
├── skill1/
└── skill2/
# Agents: {project/domain}
## Overview
{high-level description}
## Agent Hierarchy
### Architect
**Role:** {what}
**Scope:** {boundaries}
**Reports to:** {who}
### Planner
**Role:** {what}
**Scope:** {boundaries}
**Reports to:** {who}
### Executor
**Role:** {what}
**Scope:** {boundaries}
**Reports to:** {who}
## Protocols
### Handoffs
- Architect → Planner: {trigger}
- Planner → Executor: {trigger}
### Escalation
{how issues rise up}
## Constraints
{global constraints}
## Deepinit: {project}
### Project Analysis
- **Type:** {type}
- **Domains:** {list}
- **Complexity:** {level}
### Structure Created
{structure tree}
### Agents Defined
| Agent | Role | Level |
|-------|------|-------|
| {agent} | {role} | {level} |
### Skills Configured
| Skill | Agent | Trigger |
|-------|-------|---------|
| {skill} | {agent} | {trigger} |
### Files Created
- {file 1}
- {file 2}
### Integration Status
- [ ] Hierarchy defined
- [ ] Agents configured
- [ ] Skills mapped
- [ ] Protocols established
- [ ] Integration tested
### Next Steps
1. {step}