What problem does it solve?
It solves the problem of organizing and executing website content changes without getting lost between GitHub issues, a backlog, and iterative page updates—especially for Jekyll/static sites.
Core Features & Use Cases
- Issue-to-backlog workflow: Syncs with the remote repository and pulls open GitHub issues into a prioritized TODO workflow.
- Conversational, iterative implementation: Breaks work into small reviewable steps, asks for approval after each step, and iterates based on user feedback in the browser.
- Jekyll-focused task conventions: Detects Jekyll projects via the presence of
_config.yml, working with typical site files like _posts/, _pages/, _data/, and _includes/.
Use cases include: adding or fixing content, updating page structure, refining templates/includes, and turning issues/TODO ideas into implemented, review-approved changes.
Quick Start
Tell the AI: "Manage my website tasks for this Jekyll project and propose the next changes after syncing with GitHub issues."