kanban-workflow
SolidComprehensive guide for using YYLO Ledger task management. Covers all commands (create, list, search, get, mark, update, archive, deps, ready, order, merge), dependency management, best practices, and workflow patterns. Use when you need to interact with the YYLO Ledger board.
Install
Quality Score: 86/100
Skill Content
Details
- Author
- yylo-dev
- Repository
- yylo-dev/yylo
- Created
- 8 months ago
- Last Updated
- yesterday
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
task-ledger
Command reference for the stay-on-task ledger. Use when you need the exact syntax to add, start, close, block, drop, inspect, or journal tracked tasks, or when a hook message told you to run one of these commands. Do NOT use for deciding whether something counts as done - that is staying-on-task.
kanban
Manage a local file-based kanban for software projects worked on with an LLM. Use this skill whenever the user wants to add a feature, work on an existing task, see project status, decide what to do next, or resume work mid-task. Also use it when the user mentions milestones, epics, tasks, "the kanban", "the board", or asks "what's next" / "where were we". Persists context across sessions through Markdown files with YAML front matter, append-only decision logs, and verifiable Definition of Done.
jjtask
Structured TODO commit workflow using JJ (Jujutsu). Use when user mentions jjtask, jj task, task IDs to work on, revisions with [task:*] flags, or wants to manage tasks. Plan tasks as empty commits with [task:*] flags, track progress through status transitions, manage parallel task DAGs. Enforces completion discipline.