← ClaudeAtlas

life-managerlisted

Set up and run a Trello board that actually gets things done - capture ideas, triage them into a working queue, and coach the user through what has stalled. Three modes - setup, triage, coach. Trigger on phrases like "set up my life board", "help me get stuff done", "sort my inbox", "what should I do next", "I'm stuck", "nothing is moving", "life manager", "manage my todo board".
dbhq-uk/trello-skill · ★ 2 · AI & Automation · score 75
Install: claude install-skill dbhq-uk/trello-skill
# Life-Manager - a Trello board that gets things done Most personal Trello boards fail the same way: everything lands in "Today", nothing leaves, and six months later the board is a museum. This skill sets up a board designed against that failure, then keeps it honest. Three modes, chosen by what the user asks for: | Mode | They say | You do | |------|----------|--------| | **setup** | "set up my life board" | Build the lists, agree their labels, write their config | | **triage** | "sort my inbox", or they dump a pile of thoughts | Classify, label, break down, place - on approval | | **coach** | "help me get stuff done", "I'm stuck" | Find the friction, work it one thing at a time | Built on the `trello` skill in this pack. ## Nothing personal lives in this skill There are no hardcoded boards, lists, labels, clients or people here, and none may be added. Everything specific to a user lives in **their** config file, in **their** repo. When you need a board, list or label, resolve it from their config or ask. Never assume. Never write a user's board ID, list ID, label name, client name or contact name into this skill or its references. ## The config file Personal settings live in a YAML file the user owns. Look for it in this order and use the first that exists: 1. `$LIFE_MANAGER_CONFIG` 2. `./life-manager.yaml` 3. `./system/life-manager.yaml` 4. `~/.dbhq/trello/life-manager.yaml` If none exists, you are in **setup** mode - offer to create one. ```yaml board_id: <tr