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.

rldyourmnd 6d90926 792 B Updated

File contents

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.

rldyourmnd/codex-cli-bootstrap/tree/main/codex/os/linux/runtime/skills/custom/agent-development commit 6d90926594

Frequently asked questions

npx skillmds@latest add rldyourmnd/agent-development