From taskmd
Verifies task acceptance criteria by running taskmd checks, evaluating bash scripts and file assertions via codebase inspection, and reporting pass/fail verdict with fixes.
npx claudepluginhub driangle/taskmd --plugin taskmdThis skill is limited to using the following tools:
Run a task's verification checks and evaluate the results.
Runs verification checks from task files by executing bash commands or inspecting code via read/glob/grep. Evaluates task acceptance criteria and reports detailed pass/fail results.
Enforces running verification commands like tests, builds, linters before claiming work complete, bugs fixed, or tests pass. Includes red-green TDD cycles and agent delegation checks.
Enforces running fresh verification commands like tests, builds, or linters before claiming work is complete, fixed, passing, committing, or creating PRs.
Share bugs, ideas, or general feedback.
Run a task's verification checks and evaluate the results.
The user's query is in $ARGUMENTS (a task ID like 077).
taskmd verify $ARGUMENTS --format jsonbash steps: report pass/fail based on the JSON output (status field)assert steps: read each check assertion and evaluate whether the current codebase satisfies it by inspecting relevant files