From oh-my-auggie
Generate hierarchical AGENTS.md — comprehensive multi-agent architecture document
npx claudepluginhub r3dlex/oh-my-auggie --plugin oh-my-auggie[project-root]opus## /oma:deepinit **Purpose:** Generate a comprehensive hierarchical AGENTS.md documenting all agents, skills, workflows, and conventions. **Usage:** `/oma:deepinit [project-root]` **Examples:** - `/oma:deepinit` - `/oma:deepinit /path/to/project` --- ## How It Works ### Analysis Phase 1. **Scan** project structure 2. **Identify** existing agents and their roles 3. **Map** skill dependencies 4. **Detect** existing conventions ### Generation Phase Creates hierarchical AGENTS.md with sections: ### Options | Option | Description | |--------|-------------| | `--force` | Overwrite ex...
Share bugs, ideas, or general feedback.
Purpose: Generate a comprehensive hierarchical AGENTS.md documenting all agents, skills, workflows, and conventions.
Usage: /oma:deepinit [project-root]
Examples:
/oma:deepinit/oma:deepinit /path/to/projectCreates hierarchical AGENTS.md with sections:
AGENTS.md — Project Orchestration
==================================
## Agents
### oma-executor
- Model: sonnet4.6
- Role: Primary implementation
- Tools: Read, Write, Edit, Bash, Glob, Grep
- Constraints: ...
### oma-architect
- Model: opus
- Role: Architecture and verification
- ...
## Skills
### autopilot
- Trigger: "autopilot"
- Description: ...
- ...
## Workflows
### ralph-loop
- When: ...
- Steps: ...
- ...
## Conventions
### File Organization
...
### Commit Style
...
### Code Review
...
| Option | Description |
|---|---|
--force | Overwrite existing AGENTS.md |
--diff | Show diff before writing |
--minimal | Core agents only |
--force