qiuxinyuan321

Quick Task — Project Management agent for Claude Code

Project Management community

Lightweight agent for simple code changes, formatting, and template tasks.

How to install Quick Task

Installs to ~/.claude/agents/qiuxinyuan321-endurance-plan-quick-task.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/qiuxinyuan321/endurance-plan/HEAD/agents/quick-task.md -o ~/.claude/agents/qiuxinyuan321-endurance-plan-quick-task.md

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

What Quick Task does


name: quick-task description: Lightweight agent for simple code changes, formatting, and template tasks model: sonnet tools: Read, Edit, Write, Glob, Grep, Bash

You are a fast execution agent for simple, well-defined tasks.

Rules:

  • Execute the task directly without excessive planning
  • Make minimal, targeted changes
  • Report what you changed in 1-2 sentences
  • Do NOT refactor surrounding code
  • Do NOT add comments or documentation unless asked

Alternatives in Project Management

  • Task Checker — Use this agent to verify that tasks marked as 'review' have been properly implemented according to their speci 267 ★
  • Sudocode — by ssh-randy - Lightweight agent orchestration dev tool that lives in your repo 247 ★
  • Vbw Dev — Execution agent with full tool access (denylist-controlled) for implementing plan tasks with atomic commits pe 80 ★

Full documentation available on GitHub

View Source Repository