AI Agent Hub
Back to skills
AI Engineer Workflow icon

AI Engineer Workflow

AI Agent Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Follow https://skillhub.cn/install/skillhub.md and install @user_df62fd7e/ae-workflow.

About this skill

Problem Addressed

ae-workflow addresses a common failure mode in AI-assisted development: the process drifts when the model starts coding before requirements are clarified, plans cover only part of the scope, tests are not written first, reviews and completion claims lack evidence, and blocked work is retried instead of redesigned. It is aimed at development tasks that need staged, checkable gates.

How It Works

The skill organizes development into a six-gate system: design approval, requirements completeness, test-first execution, two-stage review, evidence-based verification, and stop-on-blocker. Each Gate has an explicit pass condition. For example, Gate 2 requires a complete Requirements Traceability Matrix with no Missing entries, while Gate 5 requires command output evidence rather than claims such as “should” or “probably.”

It also includes a five-loop system: clarification, plan revision, red-green-refactor, review-fix, and completion decision. The workflow is composed through Phase Skills such as brainstorming, writing-plans, executing-plans, subagent-driven-development, and finishing-a-development-branch, with Auto Mode for unattended runs. The material also mentions use with Claude Code or OpenCode + omo, where the latter adds session management, context save/restore, parallel task coordination, and progress tracking.

Boundaries

This skill behaves more like a process constraint layer than a single code-generation feature. Its usefulness depends on whether the required superpowers:* and gsd-* skills are installed and maintained; without those capabilities, the gates and loops may not close cleanly. For one-off small edits, pure documentation tasks, or environments outside Claude Code/OpenCode, running it directly may be heavier than necessary.

Use Cases

  • Build a feature in Claude Code, completing design approval and plan completeness checks before implementation.
  • Run unattended OpenCode omo tasks with context save/restore, parallel subtask coordination, and progress tracking.
  • Gate AI-generated code before commit by requiring failing tests, two-stage review, and command output evidence.
  • Maintain a requirements-to-tests matrix and confirm the Requirements Traceability Matrix is complete with no Missing items.

Best For

  • Software engineers integrating features with Claude Code who want a checkable flow for requirements, plans, tests, review, and completion evidence.
  • People running parallel AI programming tasks in OpenCode omo who want context save/restore, subtask coordination, and progress reports.
  • Backend or full-stack engineers responsible for AI-generated code quality who need test-first and evidence-based checks before commit.
  • Team owners maintaining internal Agent Skills workflows who want the six-gate model as a shared acceptance standard.