Start a new session with context continuity and status overview
# /htmlgraph:start Start a new session with context continuity and status overview ## Usage ## Parameters ## Examples Begin a new development session and choose what to work on ## Instructions for Claude This command uses the SDK's `None()` method. ### Implementation: bash htmlgraph status htmlgraph feature list htmlgraph session list git log --oneline -5 python from htmlgraph import SDK sdk = SDK(agent="claude") # Get strategic insights recommendations = sdk.recommend_next_work(agent_count=3) bottlenecks = sdk.find_bottlenecks(top_n=3) par...
Start the Claude Nights Watch daemon to begin autonomous task execution monitoring
Start work on a Linear issue (transition to In Progress)
Start work on a ClickUp task (transition to In Progress)
Start work on a Jira ticket (transition to In Progress)
Initiates the task orchestration workflow using the three-agent system (task-orchestrator, task-decomposer, and dependency-analyzer) to create a comprehensive execution plan.