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.