BeClaude

umadev

New
83GitHub TrendingGeneralby umacloud

AI 编码项目总监 Agent:驱动你已登录的 Claude Code / Codex / OpenCode,套上 9 阶段可治理的商业级交付流水线。 AI Coding Project Director Agent | Power Claude Code, Codex & OpenCode with a 9-stage governable commercial delivery pipeline.

First seen 6/21/2026

Summary

umadev is an AI coding project-director agent that transforms your logged-in Claude Code, Codex, or OpenCode session into a governed 9-phase delivery pipeline.

  • It manages the entire software development lifecycle from requirements to deployment, ensuring quality, traceability, and business alignment without manual oversight.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/umadev.md

3
Invoke with @agent-name
@umadev

Use Cases

Kickstart a new feature by having umadev break down user stories into tasks and drive Claude Code through implementation, testing, and review.
Refactor a legacy codebase with umadev orchestrating analysis, planning, safe refactoring, and regression testing across multiple files.
Generate comprehensive test suites for an existing project, with umadev coordinating unit, integration, and end-to-end test creation.
Deploy a microservice to production by letting umadev handle build, containerization, staging validation, and rollout steps.
Audit code quality and security by having umadev run static analysis, dependency checks, and generate a remediation plan.
Create technical documentation for a complex system, with umadev extracting architecture, API specs, and usage guides from code.

Usage Examples

1

/umadev implement user authentication with JWT, including login, logout, and token refresh endpoints

2

/umadev refactor the payment module to use Stripe API v3, ensuring backward compatibility

3

/umadev generate a deployment pipeline for the frontend app to AWS S3 and CloudFront

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is umadev?

umadev is an AI coding project-director agent that transforms your logged-in Claude Code, Codex, or OpenCode session into a governed 9-phase delivery pipeline. It manages the entire software development lifecycle from requirements to deployment, ensuring quality, traceability, and business alignment without manual oversight.

How to install umadev?

To install umadev: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/umadev.md. Finally, @umadev in Claude Code.

What is umadev best for?

umadev is a agent categorized under General. It is designed for: agent. Created by umacloud.

What can I use umadev for?

umadev is useful for: Kickstart a new feature by having umadev break down user stories into tasks and drive Claude Code through implementation, testing, and review.; Refactor a legacy codebase with umadev orchestrating analysis, planning, safe refactoring, and regression testing across multiple files.; Generate comprehensive test suites for an existing project, with umadev coordinating unit, integration, and end-to-end test creation.; Deploy a microservice to production by letting umadev handle build, containerization, staging validation, and rollout steps.; Audit code quality and security by having umadev run static analysis, dependency checks, and generate a remediation plan.; Create technical documentation for a complex system, with umadev extracting architecture, API specs, and usage guides from code..