スキル一覧に戻る
pukpuklouis

task-review

by pukpuklouis

0🍴 0📅 2026年1月21日
GitHubで見るManusで実行

SKILL.md


name: task-review description: Verify task completion across multi-agent projects through structured reflection. Use when (1) reviewing another agent's work before merging or handoff, (2) validating your own task completion before reporting done, (3) performing quality assurance on completed deliverables, (4) generating completion reports for stakeholders, or (5) checking if all success criteria have been met.

Task Review

Structured reflection to verify task completion, maintain focus, and prevent context rot.

Purpose

As context grows, agents tend to drift from original intent. This skill provides checkpoints to:

  • Reflect on what was asked vs what's being done
  • Realign attention to the core objective
  • Verify completion against success criteria

Quick Reflection

Ask these questions at any point:

  1. What was I asked to do? (Original intent)
  2. What have I done so far? (Current state)
  3. Am I still on track? (Alignment check)
  4. What's left? (Remaining work)

Reflection Workflow

Step 1: Recall Original Intent

Before proceeding, explicitly state:

  • The ask: What did the user/requester actually want?
  • Success looks like: How will we know it's done?
  • Scope boundaries: What's included? What's explicitly NOT included?

[!TIP] If you can't clearly state the original intent, context rot may have occurred. Go back to the original request.

Step 2: Audit Current State

List what has been accomplished:

Action TakenRelates to Original Ask?Still Relevant?
[action 1]✅ / ⚠️ / ❌Yes / No
[action 2]✅ / ⚠️ / ❌Yes / No

Signs of drift:

  • Actions that don't map to the original ask
  • Rabbit holes pursued without clear purpose
  • Scope creep beyond initial boundaries

Step 3: Refocus Attention

If drift detected, course-correct:

  1. Stop - Pause current activity
  2. Summarize - What's the core objective in one sentence?
  3. Prioritize - What's the single most important next step?
  4. Resume - Continue with renewed focus

Step 4: Verify Completion

Before marking done:

□ Original intent addressed
□ All stated success criteria met
□ No critical gaps remain
□ Result is usable/actionable

Completion Status

COMPLETE - Original intent fully addressed, success criteria met

NEEDS WORK - Partial progress, clear gaps remain

BLOCKED - Cannot proceed without external input

OFF TRACK - Significant drift, needs re-planning

Reflection Report Template

# Task Reflection

## Original Intent
[What was asked, in one sentence]

## Success Criteria
- [ ] Criterion 1
- [ ] Criterion 2

## Current State
[Brief summary of what's been done]

## Alignment Check
- On track: [Yes/No/Partially]
- Drift detected: [None/Minor/Significant]

## Status: [COMPLETE | NEEDS WORK | BLOCKED | OFF TRACK]

## Next Actions
- [If not complete, what's next]

When to Reflect

Use this skill:

  • Before starting - Clarify intent upfront
  • Mid-task checkpoint - Every 5-10 actions, pause and reflect
  • Before reporting done - Final verification
  • When confused - Lost track of what you're doing
  • After errors - Something went wrong, reassess

Cross-Agent Handoff

When reviewing another agent's work:

  1. Read their stated intent - What did they think they were doing?
  2. Compare to original ask - Did they understand correctly?
  3. Verify their claims - Did they actually do what they said?
  4. Check for gaps - What might they have missed?

For domain-specific verification patterns (code, docs, config), see verification-checklist.md.

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です