Plugin Claude Code
Plugin marketplace listing 1 plugin: tasker.
Plugin Claude Code
Plugin marketplace listing 1 plugin: tasker.
Plugin Claude Code
Spec-Driven Development: specifications compiled into executable, verifiable behavior.
Agent
Extract capabilities and behaviors from spec. Outputs JSON that MUST validate against schemas/capability-map.schema.json.
Agent
Phase 2 - Map behaviors to file paths. Outputs JSON to .tasker/artifacts/physical-map.json. Must validate against schema.
Agent
Phase 4 - Assign phases, identify steel thread, validate DAG. Updates task files with final phase assignments.
Agent
Phase 7 of /specify workflow - Analyze spec for weakness categories before export. Engages user to resolve critical weaknesses.
Agent
Phase 3 - Create individual task files from physical map. Each task is a separate JSON file in .tasker/tasks/. Enables parallel work and cleaner state tracking.
Agent
Execute a single task in isolation. Self-completing - calls tasker state directly and writes result file. Returns minimal status to orchestrator. Context-isolated - no memory of previous tasks.
Agent
Phase 4 - LLM-as-judge verification of task definitions during planning. Evaluates tasks against spec, strategy, and user preferences before execution begins.
Agent
LLM-as-judge verification of completed tasks. Evaluates implementation against acceptance criteria using a structured rubric. Returns pass/fail with reasoning.
Command
Execute tasks from a completed plan using isolated subagents.
Command
Decompose a specification into an executable task DAG.
Command
Interactive specification workflow - design vision, clarify capabilities, extract behaviors.
Hook
Runs when a session starts, executing ensure-tasker.sh. From Dowwie/tasker.
Hook
Runs when you submit a prompt, before the agent sees it, executing detect-workflow.sh. From Dowwie/tasker.
Hook
Runs after a tool call finishes for Task and Agent tool calls, executing post-task-commit.sh. From Dowwie/tasker.
Command
Display executor status dashboard with task progress and recent activity.
Command
Display executor status dashboard with task progress and recent activity.
Command
Transform Tasker task definitions into rich, self-contained Beads issues.
Command
Launch the TUI status dashboard in a tmux split pane.
Command
Spawn the task-plan-verifier subagent to evaluate task definitions.
Skill Claude CodeCodex
Thin orchestrator for Task Decomposition Protocol v2. Supports two modes - /plan (decompose spec into tasks) and /execute (run tasks via subagents). Delegates all state management to the tasker CLI.
Skill Claude CodeCodex
Emit info-level logs to file during task execution, similar to logger.info() calls in code.
Skill Claude CodeCodex
Transform Tasker task definitions into rich, self-contained Beads issues. Bridges ephemeral execution units with persistent planning artifacts.