Skip to content

feat: add uipath-lattice-flow skill#195

Open
tmatup wants to merge 11 commits intomainfrom
tmatup/uipath_lattice_flow_v1
Open

feat: add uipath-lattice-flow skill#195
tmatup wants to merge 11 commits intomainfrom
tmatup/uipath_lattice_flow_v1

Conversation

@tmatup
Copy link
Copy Markdown
Member

@tmatup tmatup commented Apr 9, 2026

Summary

  • Add uipath-lattice-flow skill for direct .flow JSON authoring — OOTB node schemas (triggers, logic, actions, control) plus Phase 2 dynamic resource nodes (agent, RPA workflow, API workflow, agentic process) via registry discovery
  • Include flow templates (minimal, decision, loop, HTTP, connector, multi-agent, scheduled-trigger), schema/bindings/edge-wiring/variables guides, validation checklist, and project scaffolding reference
  • Add proposal docs, validation plan & report documenting design decisions and CLI analysis

Test plan

  • Verify skill triggers correctly on .flow file context and flow authoring requests
  • Confirm OOTB node references match live UiPath Flow schema (trigger-manual, logic-decision, action-http, etc.)
  • Validate JSON templates produce valid flows when deployed via uip maestro flow deploy
  • Test dynamic resource node guides against real registry discovery (uip maestro flow get-resource-types)
  • Ensure no cross-skill references — skill is fully self-contained

🤖 Generated with Claude Code

Co-Authored-By: Claude noreply@anthropic.com

@tmatup tmatup requested a review from RaduAna-Maria as a code owner April 9, 2026 21:16
Ubuntu and others added 11 commits April 10, 2026 13:48
New skill for direct .flow JSON authoring without CLI dependency.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Resolve open questions (replace maestro-flow, use coder_eval reference flows,
dynamic nodes deferred). Add full .flow schema entity inventory from
@uipath/flow-schema, reference flow catalog with 8 templates, and
three-phase replacement strategy.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Phase 2 now covers RPA Workflow → Agent → API Workflow with detailed
architecture: shared model structure, static vs registry fields,
handle config, and per-type reference doc plan. Connectors explicitly
out of scope. Build plan expanded to 22 steps across 3 phases.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
…tions

Add CLI command replaceability analysis (12/16 commands fully replaceable).
Resolve all open questions: blank-node included, stickyNote as annotation,
agent nodes as dynamic, agentic process in Phase 2. Add key takeaway
to feasibility section. Build plan now 23 steps across 3 phases.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
…e/variable-update

Restructure replaceability table as 15 top-level commands (not 16
subcommands). Add flow variable add/list/delete and flow variable-update
add/list/delete details. Fix incorrect "no CLI exists" claim about
variables.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Add 5 verification methods for skill effectiveness: reference flow
reproduction with 8 test prompts, structural diff rules, validation
pass rate metrics, edit verification, and round-trip tests. Convert
header metadata to table format.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
New skill for direct .flow JSON authoring without CLI dependency.
Bundles schemas for all 19 OOTB node types, 8 flow templates,
7 reference guides, and a validation checklist. Intended to
eventually replace uipath-maestro-flow for offline-capable
flow authoring.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Add 5 dynamic resource node guides (shared structure, RPA workflow,
agent, API workflow, agentic process) with real examples from
reference flows. Update SKILL.md with resource node workflows and
dynamic node type table. Retire uipath-maestro-flow with redirect
to uipath-lattice-flow. Update planner routing.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Validation ran 8 coder_eval tasks across 3 tiers (OOTB, mixed, dynamic)
against the lattice-flow skill — all 8/8 passed with perfect scores.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@tmatup tmatup force-pushed the tmatup/uipath_lattice_flow_v1 branch from 0679927 to a7c8ef0 Compare April 10, 2026 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant