obo_create
Create and manage One-By-One review sessions with structured items and automated JSON workflows for project tracking.
Instructions
Create a new OBO session file and update index.json atomically.
Args: base_dir: Project root directory (session goes in {base_dir}/.github/obo_sessions/) title: Human-readable session title description: What this session is reviewing items: List of item dicts (title, description, urgency, importance, effort, dependencies, category are all optional with defaults) session_filename: Optional explicit filename (e.g. session_20260314_120000.json). If omitted, generated from current timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base_dir | Yes | ||
| title | Yes | ||
| description | Yes | ||
| items | Yes | ||
| session_filename | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |