clickup-tweak-workflowlisted
Install: claude install-skill rcdelfin/agentkit
# ClickUp Tweak Workflow
Take a ClickUp-tracked card end-to-end — bug fix **or** new feature. Maps to the
standard flow: **Understand → Route → Plan → Implement → Verify → Ship**. This
skill orchestrates: **`clickup`** (fetch the card), **`local-wiki`** (persist it
locally), **`investigate`** / **`systems-thinking`** (understand — type-
dependent), **`skill-orchestration`** (route the domain skills the change needs),
**`tweak`** (plan when non-trivial), **`scrutinize`** (sanity-check risky plans /
changes), **`git-actions`** (branch / commit / push / MR), and **`mr-review`**
(drive the review-thread fix loop).
**Scope:** any implementable ClickUp card — defect, feature, or hotfix.
Understand path depends on type: **Bugfix / Hotfix** → `investigate` (root
cause; a ticket names a symptom, not the bug); **Feature** →
`systems-thinking` (state ownership, feedback loops, blast radius).
## Prerequisites — ClickUp Credentials
Credentials live in **`~/.agents/.env`** or the process environment. The
scripts read `CLICKUP_API_KEY` (canonical), optional `CLICKUP_API_TOKEN`, and
`CLICKUP_TEAM_ID` from inherited env first, then `~/.agents/.env`. Do not print
or expose secret values.
| Var | Used by | Fallback if env missing |
| --- | --- | --- |
| `CLICKUP_API_KEY` (canonical) | MCP server **and** REST scripts | `~/.agents/.env` |
| `CLICKUP_API_TOKEN` (optional) | REST scripts; legacy alias for `KEY` | `~/.agents/.env` |
| `CLICKUP_TEAM_ID` | both — custom-ID resolution | `5747865`