# Agent Development

> Design specialized Codex skill workflows and role-based execution patterns for complex tasks. Use when user asks to split responsibilities, create reusable operating procedures, or improve multi-step task reliability.

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

---


# Agent Development (Codex)

In Codex, favor skill-centric orchestration over product-specific subagent frameworks.

## Workflow
1. Decompose task into stable responsibilities.
2. Define clear handoffs and artifacts per step.
3. Encode repeatable behavior into skills and scripts.
4. Keep context boundaries explicit to reduce drift.
5. Measure outcomes and refine prompts/instructions.

## Deliverables
- Skill descriptions with strong trigger language.
- Reusable scripts/references.
- Checklist for execution and validation.

