Implement a dispatched task from a worktree. Use this skill when you are working inside a git worktree created by the task dispatch system, you see a WORKTREE.md file, and you need to implement the assigned task end-to-end. Triggers: "implement task", "start working", "complete the task", "implement WORKTREE.md", "do the task".
Generate a PROOF.md file documenting completed work in a worktree. Use this skill after finishing a task to create evidence of completion with test results, changed files, and a walkthrough. Triggers: "create proof", "generate PROOF.md", "document completed work", "proof of work", "create evidence".
Register a git push or PR creation with the agent watcher daemon. Call this after pushing code so the watcher knows to poll for CI and PR review feedback. Triggers: "register push", "notify watcher", "register PR", "tell daemon about push".
Register tasks into the central task database via API after generating or planning them. Use this skill after creating tasks from conductor planning, manual breakdown, or GitHub issue analysis. Triggers: "register task", "add task to database", "save tasks to DB", "track this task", "register in task-db".
Post structured log entries to the webapp for visibility in the control panel. Use this skill to report milestones, errors, status updates, or subtask completions during task execution. Triggers: "log progress", "post milestone", "sync log", "report status", "update job log".
Validate a newly created or modified skill against best practices. Use this skill after creating a new skill to check its structure, frontmatter, and content quality. Provides analysis and recommendations. Triggers: "validate skill", "check skill quality", "review skill", "skill lint", "is this skill correct".
Validate tasks for ATC compliance (Self-Contained, Verifiable, Bounded, Parallelizable, Resume-safe). Use this skill after creating or updating tasks to check they meet quality standards before dispatch. Triggers: "validate tasks", "check ATC compliance", "verify task quality", "validate TASKS.md".
Run a verification loop to validate code changes before committing. Use this skill after making code changes to ensure lint, tests, and type checks pass. Iterates until all checks are green. Triggers: "verify changes", "run verification", "check my code", "lint and test", "validate before commit".