app-common-workflow-generator — community app-common-workflow-generator, persimmon, community, ide skills

v1.0.0

About this Skill

Ideal for Java-based AI Agents needing automated workflow handler generation and retry policy implementation. Generates/extends the workflow engine in app-common: step handlers, retry policies, processors, and unit tests.

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

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Locale and body language aligned
Review Score
7/11
Quality Score
41
Canonical Locale
en
Detected Body Locale
en

Ideal for Java-based AI Agents needing automated workflow handler generation and retry policy implementation. Generates/extends the workflow engine in app-common: step handlers, retry policies, processors, and unit tests.

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.

Ideal Agent Persona

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

Capabilities Granted for app-common-workflow-generator

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

Why this page is reference-only

  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is app-common-workflow-generator?

Ideal for Java-based AI Agents needing automated workflow handler generation and retry policy implementation. Generates/extends the workflow engine in app-common: step handlers, retry policies, processors, and unit tests.

How do I install app-common-workflow-generator?

Run the command: npx killer-skills add ryan-alexander-zhang/persimmon/app-common-workflow-generator. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for app-common-workflow-generator?

Key use cases include: 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.

Which IDEs are compatible with app-common-workflow-generator?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for app-common-workflow-generator?

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.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add ryan-alexander-zhang/persimmon/app-common-workflow-generator. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use app-common-workflow-generator immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

app-common-workflow-generator

Install app-common-workflow-generator, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before...

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

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 another community skill for your workflow? Explore these related open-source skills.

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Developer