Use when working from decomposed task files or Beads issues created by spec-decompose. Guides proper task pickup, context loading, implementation, and handoff. Triggers when working with decomposed tasks, task files in docs/tasks/, or Beads issues with hole labels.
From disciplined-processnpx claudepluginhub rand/disciplined-process-plugin --plugin disciplined-processThis skill uses the workspace's default tool permissions.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
If using Beads:
bd ready --json # See unblocked tasks
bd show <id> # Full task details
bd update <id> --status in_progress # Claim it
If ready list is empty, check for agent-resolvable holes:
bd list --label hole:agent-resolvable --status open --json
If using Markdown task files:
docs/tasks/README.md for the dependency graph@trace SPEC-XX.YY comments to your implementationbd close <id> --reason "Implemented: <brief summary>"completeIf you find work not covered by existing tasks:
bd create "Title" -p 2 --deps discovered-from:<current-task> --json
Do NOT expand your current task's scope. File it and move on.
If you encounter something you cannot resolve:
bd create "HOLE: <concise description>" \
-t task -p 1 -l "hole,escalation" \
-d "<what's known, what's unknown, what's blocked>" \
--deps discovered-from:<current-task-id> \
--json
If the hole blocks YOUR current task:
If the hole does NOT block your current task:
For validation holes: check docs, APIs, codebase. Binary answer.
For research holes: investigate options, synthesize recommendation.
bd update "$HOLE" --status in_progress
# ... investigate ...
bd close "$HOLE" --reason "Validated: <finding>"
When starting a new session:
docs/progress/latest.md for high-level state (~2K tokens)bd ready --json for your next taskbd show <task-id> for full details including context files