Create a research/planning spike
# /htmlgraph:spike Create a research/planning spike ## Usage ## Parameters - `title` (required): Spike title (e.g., "Research authentication options") - `--context` (optional) (default: ): Background information for the spike - `--timebox` (optional) (default: 4.0): Time limit in hours ## Examples Create a 4-hour research spike Create a 2-hour spike Spike with background context ## Instructions for Claude This command uses the SDK's `start_planning_spike()` method. ### Implementation: python from htmlgraph import SDK sdk = SDK(agent="claude") spike = sdk.start_planning_...