# Suite Generation

> Generate a suite package with explicit orchestrator, execution agent, sub-agent, and harness outputs. Use when the request requires multiple specialized roles and reviewable handoff contracts.

- Skill: `nahisaho/suite-generation` (Agent Skill)
- Install (CLI): `npx skillmds@latest add nahisaho/suite-generation`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nahisaho/suite-generation/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: nahisaho (https://skillmd.com/u/nahisaho)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/nahisaho/suite-generation

---


# Suite Generation

## Build Steps

1. Confirm the group name, title, and suite profile.
2. Identify the orchestrator, execution agent, and specialized sub-agents.
3. Generate the suite README and nested `skills/` directories.
4. Generate `agents/*.md` manifests and `orchestration.json`.
5. Generate harness scaffolds when enabled.
6. Validate topology, contracts, and file completeness.

## Minimum File Set

- `group.json`
- `skill.json`
- `README.md`
- `orchestration.json`
- `skills/orchestrator/SKILL.md`
- one `SKILL.md` per specialized skill directory under `skills/`
- `agents/*.md`
