What problem does it solve? Answering "where does the work stand" requires manually collecting branch state, PR status, CI run results, and board task data from multiple sources, then formatting it into a coherent report for the project owner. ## Core Features & Use Cases - Ready-made data calls: Provides exact git and GitHub CLI commands to fetch the current branch, commits beyond main, uncommitted changes, PR draft/mergeable state, pipeline runs, and board task details. - Epic-ordered task table: Takes task order from the epic plan rather than the board, producing a paragraph plus a markdown table with per-task state. - Common-miss guidance: Documents pitfalls such as reading board tasks via API instead of the view subcommand, verifying runs against the current commit tip, and detecting template-only task folders. - Use Case: When the owner asks "what is the status of the epic", run the documented commands to assemble a filled-in table showing each task's number, summary, and state (e.g., "code ready, run success 12m 14s"). ## Quick Start Ask the assistant to report the current status of the epic as a table using the status-report pattern.