bullish0x/goal-cc
Give Claude Code a durable objective and it won't stop until the work is done — budgets, deadlines, notes, and a Stop-hook guard in a single file with no dependencies.
SUMMARY AI summary by gpt-5-mini
/goalはClaude Code向けのコマンド+Stopフックで、1つの「持続的な目標(objective)」を長時間かつ再開可能なセッションとして管理するツールです。Claude Code上で長時間実行するタスク(数時間〜数日)を失わずに進めたい開発者やチーム向けです。ランタイム依存はなくNode 12.22+互換(開発/CIはNode 18+推奨)。 主な機能: - /goalコマンドで目標開始・ノート追加・ステータス確認・完了などを操作 - Stopフックでセッション継続を防止せず自動再開(上限付き)し、アイドル検出や進捗を反映 - ソフトなトークン予算(--tokens)とアクティブ時間のみを数える期限(--deadline) - 進捗ノート(最大200件)、ハートビートによるlastActivity追跡、拒否/ブロッカー検出で自動一時停止 - 目標状態をファイルロック+原子書き込みで永続化し履歴(最大50件)を保持 - Bash安全な引数処理とプロンプト構造の強化で悪意ある分岐を防止 - プラグイン経由または手動でプロジェクトに導入可能(Windowsのドットファイル扱いに注意) 短く言えば、Claude Codeで耐久的にタスクを管理・追跡・再開するための軽量なプロジェクトコマンド群です。
AI Coding Tools Used
This repository contains config files from these AI coding tools, indicating AI-assisted development.
DETECTED Detected AI stack
AI-related keywords found in this repo's description, topics, or README summary — grouped by category. Each badge links to the corresponding ranking detail page.
GitHub Topics
Language breakdown (by bytes)
Owner
Dates
| Created on GitHub | 2026-05-09 |
| Last push | 2026-05-09 |
| First seen here | 2026-05-09 |
| Last fetched | 2026-05-09 18:18 |
Similar repos (same language)
DeepSeek V4 code worker MCP for Codex Desktop, powered by Claude Code
dogovo/codex-use-claude在Codex中调用Claude code
sky791016/lean-ai-dev-team8-agent Claude Code skill powered by Lean AI Methodology (精益AI方法论) · Kai Shi
alantriesagain/gaitewayUnified API for agents like Claude Code, Codex, Gemini Cli
aayushostwal/nexusPlugin-first AI terminal workspace for Codex and Claude Code with planning, CI/CD debugging, reusable agents, skills, TODOs, and MCP tool integrations.
ejentum/ejentum-mcpMCP server for the Ejentum Logic API. Exposes the four cognitive harnesses (reasoning, code, anti-deception, memory) as MCP tools any agentic client can call.
yimeixiaobai/wps-claudecode实现 Claude Code 与 WPS 智能文档的双向打通
vraj00222/agent-farmagent-farm is a local dev tool. You give it a list of tasks, it spawns a Git Worktree per task, runs Claude Code inside each one autonomously, then surfaces the diffs for you to review and cherry-pick into main. Zero conflict, full parallelism.