Access knowledge base W8-1ED3A3
W8-1ED3A3-SKILLskillsetup L1★0
egbertie/satisficing-lab ↗What it does
Generate multi-step agent workflow blueprints for automation platforms
Best for
Creating reusable deterministic workflow templates for n8n or internal automation platforms.
Inputs
- · Workflow name
- · Trigger
- · Ordered step definitions
Outputs
- · JSON workflow blueprint
- · Markdown execution contract
- · n8n/orchestrator handoff
Requires
- · scripts/generate_workflow_blueprint.py
Preconditions
- · Workflow trigger defined
- · Step dependencies clear
Failure modes
- · Complex branching not expressible
- · Fallback behavior must be explicit
Trust signals
- · Single-purpose step design
- · Explicit fallback behavior
- · Execution contract model