agenthero-ai-interactive-menu

Coordinate interactive menu orchestration for agenthero-ai workflows.

17|8|Updated Oct 21, 2025
One-click install
npx skills add https://github.com/Interstellar-code/claud-skills --skill agenthero-ai-interactive-menu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agenthero-ai-interactive-menu
Source: https://github.com/Interstellar-code/claud-skills/tree/main/.claude/skills/agenthero-ai
Command: npx skills add https://github.com/Interstellar-code/claud-skills --skill agenthero-ai-interactive-menu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Coordinate interactive menu orchestration for agenthero-ai workflows.

Core Features & Use Cases

  • Interactive topic navigation: Browse, create, archive, and switch between multiple topics from a single CLI.
  • Auto-task visibility: Automatically reveals detailed task lists when a topic is selected, reducing context switching.
  • Smart resume flow: Generates and consumes a resume signal to hand off activity to Claude CLI agents without losing state.
  • Multi-topic concurrency: Supports managing several topics in parallel with live state updates and auditing.
  • Extensible UI: Optional rich UI enhancements; gracefully degrades to a basic terminal view if dependencies are unavailable.
  • Integration-ready: Works with the event bus, hooks, caching, and performance tools to provide a cohesive orchestration experience.

Quick Start

Launch the interactive menu from the project root:

  • Open a terminal and run: bash cs-prj-menu.sh
  • When prompted, select a topic by its number to view tasks, press c to continue and resume work (which creates a resume.json), or press n to create a new topic.
  • To hand off to Claude CLI, follow the on-screen instructions to invoke the agent with the resume signal, e.g. "Resume work on: <Topic Title>".

The Skill's activation loads operational instructions from the Markdown body and uses the commands above to orchestrate topics and sub-agents.

Frequently Asked Questions about agenthero-ai-interactive-menu

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage multiple Claude Agent topics from a single CLI?

You can manage multiple Claude Agent topics from a single CLI using interactive menu orchestration, which allows you to browse, create, archive, and switch between topics. It supports multi-topic concurrency with live state updates and auditing.

How does the smart resume flow hand off activity to Claude CLI agents?

The smart resume flow generates a resume signal, creating a resume.json file to hand off activity to Claude CLI agents without losing state. You invoke the agent with the signal "Resume work on: <Topic Title>" to continue the workflow.

Can I use interactive topic navigation without installing the rich library?

Yes, you can use interactive topic navigation without the rich library because the menu gracefully degrades to a basic terminal view if dependencies are unavailable. The rich library only provides optional UI enhancements.

What is the best way to track task progress across concurrent agent workflows?

The best way to track task progress across concurrent agent workflows is by leveraging the event bus, hooks, and caching modules. The menu automatically reveals detailed task lists when a topic is selected, reducing context switching.

How do I create a new topic and view its tasks in the CLI?

To create a new topic and view its tasks, run the menu script from your project root and press n when prompted. The system automatically reveals detailed task lists for the selected topic, reducing context switching.

Does state persistence for agent topics support audit logs?

Yes, state persistence for agent topics supports audit logs through integration with an internal event bus and hooks. This ensures multi-topic concurrency is tracked with live state updates and comprehensive auditing.