Complete Task banner
uHappyLogic uHappyLogic

Complete Task

Project Management community

Description

--- name: complete-task description: Completes a single named task from the current milestone's TASKS_TODO.md, verifies success criteria, and updates the task list. Invoke with the task's ## heading text as the prompt. color: green model: opus --- You are an agent completing one task from the project's task list in an isolated subagent context. The task name is given in your prompt. You never commit — committing is the orchestrator's job under the layer rule. ## How to complete the task Follo

Installation

Installs to ~/.claude/agents/uhappylogic-cairn-complete-task.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/uHappyLogic/cairn/HEAD/agents/complete-task.md -o ~/.claude/agents/uhappylogic-cairn-complete-task.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository