KS
Killer-Skills

app-common-workflow-generator — how to use app-common-workflow-generator how to use app-common-workflow-generator, app-common-workflow-generator setup guide, Java DDD scaffold generator, workflow handler implementation, retry policy configuration, app-common-workflow-generator alternative, app-common-workflow-generator vs other workflow generators, install app-common-workflow-generator, app-common-workflow-generator tutorial

v1.0.0
GitHub

About this Skill

Ideal for Java-based AI Agents needing automated workflow handler generation and retry policy implementation. app-common-workflow-generator is a Java-based skill that generates scaffold code for common workflows, including step handlers and retry policies.

Features

Generates step handlers implementing WorkflowStepHandler
Supports linear step lists with ordered stepSeq and stepType
Includes retry policy requirements with max attempts and backoff
Handles WAITING semantics with deadline and wake-up event type
Creates app/common workflow code with optional features

# Core Topics

ryan-alexander-zhang ryan-alexander-zhang
[0]
[0]
Updated: 3/6/2026

Quality Score

Top 5%
41
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add ryan-alexander-zhang/persimmon/app-common-workflow-generator

Agent Capability Analysis

The app-common-workflow-generator MCP Server by ryan-alexander-zhang is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use app-common-workflow-generator, app-common-workflow-generator setup guide, Java DDD scaffold generator.

Ideal Agent Persona

Ideal for Java-based AI Agents needing automated workflow handler generation and retry policy implementation.

Core Value

Empowers agents to generate Java DDD scaffolds for common workflows, implementing workflow handlers and retry policies using stable string workflow types, step lists, and WAITING semantics with deadline and wake-up event types, all within the context of the app/common workflow package.

Capabilities Granted for app-common-workflow-generator MCP Server

Generating workflow handlers for linear step sequences
Implementing retry policies with customizable max attempts and backoff strategies
Creating workflow step handlers that implement the WorkflowStepHandler interface

! Prerequisites & Limits

  • Requires Java development environment
  • Limited to generating workflows for Java DDD scaffolds
  • Needs specific input parameters such as workflowType, step list, and retry policy requirements
Project
SKILL.md
1.8 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

App Common Workflow Generator

Follow .codex/skills/GENERATOR_SKILL_STRUCTURE.md.

Templates: See references/templates.md.

Use For

  • {{basePackage}}.app.common.workflow.*

Inputs Required

  • workflowType (stable string)
  • Step list (linear): ordered stepSeq + stepType
  • Retry policy requirements (max attempts, backoff)
  • WAITING semantics (deadline + wake-up event type) if used

Outputs

  • App/common workflow:
    • step handler(s) implementing WorkflowStepHandler
    • optional retry policy implementation + unit tests
    • services that start/tick/signal workflows

Naming & Packaging

  • Handler names: <WorkflowType><StepType>Handler or <StepType>WorkflowStepHandler
  • Keep engine types in app/common/workflow/**; business-specific in app/{{bcName}}/** if needed.

Implementation Rules

  • Linear execution (responsibility chain) unless explicitly requested otherwise.
  • Steps must be idempotent (replay safe).
  • Retry policy must be configurable and unit-tested.
  • State transitions must be guarded (status predicates at store boundary).

Reference Implementations

  • {{appModuleDir}}/src/main/java/{{basePackagePath}}/app/common/workflow/service/WorkflowRunner.java
  • {{appModuleDir}}/src/main/java/{{basePackagePath}}/app/common/workflow/service/WorkflowTaskProcessorImpl.java
  • {{infraModuleDir}}/src/main/java/{{basePackagePath}}/infra/repository/workflow/store/MybatisWorkflowStore.java
  • {{domainModuleDir}}/src/main/java/{{basePackagePath}}/domain/common/workflow/WorkflowStepStatus.java

Tests

  • Unit tests for definition/registry/step results/policies.
  • Integration tests for store lease + state transitions.

Pitfalls

  • Forgetting to insert steps up front (breaks recovery after restart).
  • Updating step status without lock owner predicates.

Related Skills

Looking for an alternative to app-common-workflow-generator or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication