shiquda
from GitHub
工具与效率
Creates and organizes focused planning views from a subset of roadmap tasks. Use when the user wants to build a task graph, analyze dependencies, identify ready or blocked work, or group near-term and future work into a focused planning workspace.
Claim and work on beads safely with proper coordination. Use when starting work, finishing work, or finding the next task. Covers the full bead lifecycle: discover → verify → claim → work → close.
Collaborative ideation for PM work — features, experiments, strategies, solutions. Use when doing creative work, exploring options, or turning a vague idea into a concrete plan.
a60708090xun
from GitHub
开发与编程
Cross-session work orchestrator — view all active Claude Code sessions, todos, git status, and navigate between session details. Use when user wants a work overview, session management, task prioritization, or handoff notes. Trigger phrases include ccs, orchestrator, sessions overview, work dashboard, what am I working on.
ControlNet
from GitHub
工具与效率
Manages TODOs and long-horizon work using the bd (Beads) CLI: creates issues, links dependencies, finds ready work, and keeps the tracker synced via git and dolt. Use when tracking tasks across sessions, compaction, or multiple agents/branches. --- # Managing TODOs with Beads (bd) ## Quick start Prefer bd issues over ad-hoc markdown TODOs for any non-trivial workstream. 1) Ensure the repo is initialized: - Fresh clone / repair path: `bd bootstrap --dry-run --json`, then `bd bootstrap` - Human developer leading repo: `bd init --contributor --skip-hooks` - AI developer leading repo: `bd init --skip-hooks` - Human team collaboration repo workflow: `bd init --team --skip-hooks` - Legacy `.beads/issues.jsonl` repo: `bd init --from-jsonl --skip-hooks` 2) Load the live workflow context: `bd prime` 3) Find ready work with `bd ready --json`, and record new work with explicit context: `bd create "Short title" --description="Why this work exists" -t task -p 2 --json` 4) When you begin work on an issue, claim it atomically: `bd update <id> --claim --json` ## Default workflow - Start: `bd prime`, then `bd ready --json`; inspect with `bd show <id> --json` when needed. - Claim work with `bd update <id> --claim --json` instead of manually setting status flags. - During work: file discovered TODOs immediately as issues (bugs/tasks/features), include `--description`, and link provenance with `--deps discovered-from:<current-id>`. - Update issues non-interactively with `bd update` flags or `bd comments add`; do not rely on `bd edit` from an agent session. - End of session: close completed issues with `bd close <id> --reason "..." --json` (or `bd done <id> --reason "..." --json`), leave partial work open with fresh notes/next steps, and sync via Dolt (`bd dolt push` / `bd dolt pull`) or current hooks. If you initialized with `--skip-hooks`, install them later with `bd hooks install` when you want hook-managed sync/context injection. ## Reference - Commands: see [COMMANDS.md](COMMANDS.m
Work with Jira via the ACLI. Covers viewing, searching, creating, editing, transitioning, assigning, and commenting on tickets using acli jira subcommands. Use when the user wants to read or manage Jira work items from the terminal.