kanban-workflow

Solid

Comprehensive 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.

AI & Automation 59 stars 6 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
59
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## YYLO Ledger CLI Reference Use `yy ledger` for all commands. It delegates to the canonical controller `kanban.sh` compatibility wrapper and the `yylo-ledger` Python distribution. `yy kanban` remains a fully supported alias. ### Opt-in cross-project routing Cross-project access is disabled by default. The source `.juno_task/config.json` must set `kanbanRegistry.enabled: true` and explicitly list `allowedProjects`; environment overrides are `JUNO_KANBAN_REGISTRY_ENABLED` and `JUNO_KANBAN_REGISTRY_ALLOWED_PROJECTS`. Register with `yy ledger project add ALIAS --path /absolute/project`, then route any command with `--project ALIAS`. The destination wrapper/runtime remains authoritative, and routing failures never fall back to the source board. ### Core Commands **CREATE** — Add a new task ```bash yy ledger create "Task description here" --status backlog --tags feature,backend ``` Options: `--status` (backlog|todo|in_progress|done), `--tags` (comma/space-separated), `--blocked-by` (task IDs), `--related-tasks` (task IDs) **LIST** — Browse tasks with summary stats ```bash yy ledger list --limit 5 --sort asc yy ledger list --status todo --sort asc yy ledger list --status todo,in_progress --limit 10 ``` **SEARCH** — Find tasks by criteria ```bash yy ledger search --status todo --tag backend --limit 10 yy ledger search --body "OAuth" --open yy ledger search --commit abc123 ``` Filters: `--status`, `--tag`, `--body`, `--response`, `--commit`, `--open` (no agent_response), `--re...

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