Back to list
adaptationio

ac-stop-hook-analyzer

by adaptationio

0🍴 0📅 Jan 24, 2026

SKILL.md


name: ac-stop-hook-analyzer description: Analyze context and decide on continuation via Stop hook. Use when determining if work should continue, analyzing completion status, making continuation decisions, or implementing the Two-Claude pattern.

AC Stop Hook Analyzer

Analyze context to decide on continuation (Two-Claude Pattern).

Purpose

Implements the Analyzer role in the Two-Claude Pattern, using Opus 4.5 to intelligently decide whether to continue autonomous operation.

Quick Start

from scripts.stop_hook_analyzer import StopHookAnalyzer

analyzer = StopHookAnalyzer(project_dir)
decision = await analyzer.should_continue()
# Returns: {"decision": "block", "reason": "Continue with api-003"}

Decision Logic

  • Check completion against objective
  • Analyze remaining features
  • Validate safety limits
  • Return continue/stop decision

API Reference

See scripts/stop_hook_analyzer.py for full implementation.

Score

Total Score

50/100

Based on repository quality metrics

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

Reviews

💬

Reviews coming soon