plannotator-setup-goal
について
このスキルは、漠然としたプロジェクトのアイデアや目標を、Claude Codeの`/goal`システム向けの構造化された持続可能なゴールパッケージに変換します。プロジェクトの`goals/`フォルダ内に、ナラティブプラン、受入基準、検証手順を含む完全なレビュー済みドキュメント一式を作成します。長期間にわたる開発作業において、明確で段階的なミッションと外部メモリを確立するためにご利用ください。
クイックインストール
Claude Code
推奨npx skills add backnotprop/plannotator -a claude-code/plugin add https://github.com/backnotprop/plannotatorgit clone https://github.com/backnotprop/plannotator.git ~/.claude/skills/plannotator-setup-goalこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします
ドキュメント
Plannotator Setup Goal
Overview
Create a durable goal package in the current project at goals/<slug>/ so Codex /goal has a clear mission, guardrails, proof of done, and external memory. Use Plannotator as the user review UI: every critical document must be gated with plannotator annotate <document.md> --gate and revised until approved.
Workflow
-
Confirm the working directory is the project root, or use the user-provided project directory.
-
Gather enough context to name the goal, define the intended outcome, identify constraints, find likely project docs, and determine proof of done.
-
Ask focused questions whenever the goal is vague, risky, too broad, missing a finish line, or missing verification. Do not proceed with guessed critical requirements.
-
Create a slug from the goal name and scaffold
goals/<slug>/with:python3 <skill_dir>/scripts/scaffold_goal.py --root . --slug <slug> --title "<goal title>" --objective "<one sentence outcome>" -
Draft and refine the critical documents in this order:
brief.mdplan.mdverification.mdblockers.mdgoal-prompt.md
-
Gate each critical document with Plannotator before moving on:
plannotator annotate goals/<slug>/<document.md> --gate -
If Plannotator returns denial, comments, or markup, treat that as user feedback. Revise the document, then run the same gate again. Continue until approved.
-
After all gates pass, present the final path and the exact
/goalprompt fromgoal-prompt.md.
Document Standards
brief.md must state the mission, context, constraints, non-goals, ask-before rules, and concise done condition.
plan.md is the central reviewed planning artifact. It must read like a clear solution narrative, not just a technical checklist. Include what is being built, why this approach is appropriate, how the solution will work, the main implementation slices, risks, phase boundaries, and acceptance criteria. Every important acceptance item needs observable evidence. For large missions, prefer several sequential goals over one endless goal.
verification.md must list exact verification commands and manual checks. Include expected pass conditions and where evidence should be recorded.
blockers.md must capture open questions, user-decision points, dangerous operations that require approval, and conditions that should pause the goal.
goal-prompt.md must contain the final command the user can paste into Codex. It should reference the goal package files as the durable source of truth, tell Codex to append evidence to progress.jsonl, and define when to stop or ask.
progress.jsonl is append-only evidence. Do not gate it. During execution, append concrete progress and proof, not summaries of intent.
Plannotator Rules
Use Plannotator as the review surface, not as a passive preview. The command plannotator annotate <document.md> --gate presents the document to the user and captures approval or denial feedback.
Do not skip gates for critical documents. Do not mark a document ready because it seems reasonable. The user must approve it through the gate.
If a document is denied, update the document from the captured feedback and rerun the gate. Keep the loop tight: one document, one review, one revision cycle.
Goal Prompt Rules
Write the final /goal prompt as a compact product brief, not a raw todo dump.
Include:
- outcome
- relevant files
- constraints and non-goals
- plan acceptance criteria and evidence
- verification commands
- ask-before rules
- instruction to use
goals/<slug>/as the durable plan and append evidence toprogress.jsonl
Avoid:
- open-ended improvement loops
- mixed unrelated missions
- vague words like "improve" without measurable proof
- instructions to keep working forever
- hidden assumptions that are not written into the files
Quality Checks
Before finalizing, verify:
- The goal has one clear finish line.
- The plan explains what, why, and how before listing work slices.
- The plan acceptance criteria can be audited from real artifacts.
- Verification commands are concrete.
- Risky actions have ask-before rules.
- The final
/goalprompt tells Codex where the goal files live. - All critical documents have passed Plannotator gates.
GitHub リポジトリ
関連スキル
content-collections
メタこのスキルは、Content Collections(Markdown/MDXファイルを型安全なデータコレクションに変換するTypeScriptファーストのツール)の本番環境でテストされた設定を提供します。Zodバリデーションによる型安全性を実現し、ブログ、ドキュメントサイト、コンテンツ重視のVite + Reactアプリケーション構築時にご利用ください。Viteプラグインの設定、MDXコンパイルから、デプロイ最適化、スキーマバリデーションまで、すべてを網羅しています。
polymarket
メタこのスキルは、開発者がPolymarket予測市場プラットフォームを活用したアプリケーション構築を可能にします。API統合による取引や市場データの取得に加え、WebSocketを介したリアルタイムデータストリーミングにより、ライブ取引や市場活動を監視できます。取引戦略の実装や、ライブ市場更新を処理するツールの作成にご利用ください。
creating-opencode-plugins
メタこのスキルは、開発者がコマンド、ファイル、LSP操作など25種類以上のイベントタイプにフックするOpenCodeプラグインを作成することを支援します。JavaScript/TypeScriptモジュール向けに、プラグイン構造、イベントAPI仕様、および実装パターンを提供します。カスタムイベント駆動ロジックでOpenCode AIアシスタントのライフサイクルをインターセプト、監視、または拡張する必要がある場合にご利用ください。
sglang
メタSGLangは、高性能なLLMサービングフレームワークであり、RadixAttentionプレフィックスキャッシュを活用したJSON、正規表現、エージェントワークフロー向けの高速で構造化された生成を特長とします。特にプレフィックスが繰り返されるタスクにおいて、大幅に高速な推論を実現し、複雑な構造化出力やマルチターン対話に最適です。制約付きデコードが必要な場合や、広範なプレフィックス共有を伴うアプリケーションを構築する場合は、vLLMなどの代替案ではなくSGLangを選択してください。
