← スキル一覧に戻る

triangulate-plan
by rstacruz
⭐ 6🍴 1📅 2026年1月24日
SKILL.md
name: triangulate-plan description: Get alternative perspectives on a plan
Triangulate plan
Gather alternative perspectives on plan to surface risks, discover better approaches, strengthen design.
Workflow
1. Delegate to subagent
Use subagent (default: general-gemini, configurable via $ARGUMENTS). Prompt must include:
Required elements:
- Restate intent — Original goal + clarifications from conversation
- List related files/symbols — Hints for agent's own research (file paths, function names, components)
- Request
plan-with-tdd-and-prdskill — Ensure agent uses planning skill - Inline plan only — No Markdown files in prompt (paste plan text directly)
- Explicit output expectation — Plan in final message, NO edits
Prompt exclusions:
- No technical implementation details. Let agent discover own answers through research.
- No leading hints about preferred solution. Allow independent thinking.
2. Evaluate subagent plan
Extract strong points and learnings from alternative approach:
- Different architectural choices — Why subagent chose different structure/pattern
- New risks surfaced — Issues you may have overlooked
- Simpler alternatives — Cleaner approaches to same problem
- Edge cases considered — Scenarios subagent identified that you missed
- Better abstractions — More cohesive separation of concerns
3. Synthesize insights
Integrate valuable learnings into original plan without wholesale rewrite:
- Adopt specific improvements (better structure, missing edge cases, risks)
- Preserve core design decisions unless clear evidence against them
- Document rationale for changes made based on triangulation
Guidelines
- Focus on learnings, not comparison
- Subagent's approach may be wrong—extract only valuable insights
- Goal is strengthening, not replacing, original plan
- Prompt subagent for fresh perspective, not validation
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です