<!-- Parent: ../AGENTS.md -->
<!-- Generated: 2026-06-11 | Updated: 2026-06-14 -->

# skills

## Purpose
Bundled workflow skills offering specialized, multi-step procedures for the agent.

## Key Files
*(None)*

## Subdirectories
| Directory | Purpose |
|-----------|---------|
| `deep-dive/` | What it contains (see `deep-dive/AGENTS.md`) |
| `deep-interview/` | Socratic requirements gathering |
| `ralplan/` | Spec-first planning and consensus building |
| `team/` | Coordinated multi-agent execution |
| `ultragoal/` | Durable verification and ledger tracking |

## For AI Agents

### Working In This Directory
- Each skill must have a `SKILL.md` file.
- Changes to bundled skills directly impact the workflows exposed via `/skill`.

### Testing Requirements
- e2e tests using mock skill runner.

### Common Patterns
*(None)*

## Dependencies

### Internal
{References to other parts of the codebase this depends on}

### External
{Key external packages/libraries used}

<!-- MANUAL: -->
