Agent
Extract capabilities and behaviors from spec. Outputs JSON that MUST validate against schemas/capability-map.schema.json.
Agentic Development Framework using Spec-driven Planning and Execution with Claude Code
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.