plugins/lobbi-workflow-engine/skills/approval-chain/SKILL.md
Design multi-step approval workflows with supervisor, manager, and executive levels. Use when the user needs to automate document approvals, contract sign-offs, or policy exceptions for insurance or mortgage operations.
npx skillsauth add markus41/claude plugins/lobbi-workflow-engine/skills/approval-chainInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Given the business requirement, design a complete approval chain:
Output a structured approval chain spec:
approval_chain:
name: [descriptive name]
trigger: [what initiates the chain]
levels:
- role: Supervisor
condition: amount < 10000
timeout_hours: 24
fallback_role: Manager
- role: Manager
condition: amount >= 10000 AND amount < 50000
timeout_hours: 48
fallback_role: VP
on_approve: [next workflow step]
on_reject: [rejection notification + reason capture]
audit_events: [list all events to log for compliance]
Ask clarifying questions if the business context, approval roles, or dollar thresholds are ambiguous.
tools
Build Teams-native agents with the Teams SDK (formerly Teams AI Library v2) — App class, activity routing, adaptive cards, streaming, AI-generated labels, feedback, message extensions, Teams-as-MCP-server, and the bring-your-own-AI pattern with Agent Framework.
tools
Run agents on Microsoft Foundry (formerly Azure AI Foundry) Agent Service — prompt agents vs hosted agents, threads/runs and the Responses API, built-in tools (Bing grounding, code interpreter, file search, MCP, OpenAPI, A2A), connected agents, Entra agent identity, SDKs, and observability/evaluations.
tools
Build and host custom engine agents with the Microsoft 365 Agents SDK — AgentApplication, the Activity protocol, channel reach via Azure Bot Service, hosting Agent Framework or Semantic Kernel engines, and the Agents Toolkit/Playground workflow. Successor to the Bot Framework SDK.
tools
Design, govern, and extend Microsoft Copilot Studio agents — topics, generative orchestration, knowledge, tools and MCP, agent flows, autonomous triggers, publishing channels, Copilot Credits pricing, and solution-based ALM on Power Platform.