From hatch3r
Create, test, and manage hatch3r workflow recipes that compose skills into guided sequences with YAML, dependencies, and checkpoints. Use for new recipes, customization, or troubleshooting.
npx claudepluginhub hatch3r/hatch3rThis skill uses the workspace's default tool permissions.
```
Chains multiple Claude Code skills into YAML-defined automated workflows supporting conditional logic, parallel execution, error handling, and retries. Ideal for complex multi-step automations.
Creates, saves, runs, schedules, and manages reusable multi-step workflows chaining /scc commands with runtime parameterization for repetitive tasks.
Orchestrates autonomous execution of decomposed tasks via subagents in 4-step cycle: task-executor, escalation check, quality-fixer, commit. Use when task files exist in docs/plans/tasks/.
Share bugs, ideas, or general feedback.
Task Progress:
- [ ] Step 1: Identify the workflow to capture as a recipe
- [ ] Step 2: Design the step sequence and dependency graph
- [ ] Step 3: Write the recipe YAML
- [ ] Step 4: Test with dry-run mode
- [ ] Step 5: Validate with a real execution
Determine the repeatable workflow pattern:
Map out the dependency graph:
Create the recipe file in .hatch3r/recipes/ following the schema defined in the hatch3r-recipe command. Include:
depends_on and parallel_with relationshipsExecute --dry-run to validate:
Run the recipe on a test project to verify:
resume-from option to restart from the failed step after fixing the issue.