ai-agentic-ui
Installation
SKILL.md
AI Agentic UI
Acknowledgement: Shared by Peter Bamuhigire, techguypeter.com, +256 784 464178.
Use When
- Designing UI for agentic AI features — plan visibility, checkpoints, rollback, tool-use permissions, progress tiers, and shared-control primitives.
- The feature plans multi-step work, uses tools, or operates semi-autonomously over seconds-to-minutes.
Do Not Use When
- The feature is a single-prompt, single-response chat — use
ai-ux-patternsinstead. - The task is engineering-side tool wiring only — use
ai-agents-tools.
Required Inputs
- Feature description including number of steps, side-effect surface, and expected run duration.
- List of tools the agent will call, grouped by read-only / moderate / destructive.
- Rollback scope: what state can be restored and at what granularity.