ソース情報
- リポジトリ
- Railly/agent-brain
- ソースの最終更新活動
- 2026年7月23日 04:35
- 検出された SKILL.md の言語
- 英語
- スター
- 22
- フォーク
- 3
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Railly/agent-brain --skill challengeコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | challenge |
| description | Argue against your own thinking on a topic using evidence from your vault |
Read your current thinking on a topic and argue against it. Anti-sycophancy engine.
Usage: /challenge {topic or belief}
Examples:
/challenge YC is the right path for my startup/challenge I should focus on Rust/challenge v0 templates are worth my time/challenge I need to learn math for ML/challenge this is the best long-term career move| # | Tool | Call | Purpose |
|---|---|---|---|
| 1 | Grep | Search $ARGUMENTS keywords across 03_Garden/concepts/, 02_Journal/daily/, 04_Projects/ | Direct mentions in vault |
| 2 | Grep | Search $ARGUMENTS keywords in 05_Areas/ | Area-specific context |
| 3 | Read | CLAUDE.md | Goals and priorities context |
| 4 | Grep | Search $ARGUMENTS keywords in 02_Journal/weekly/ | Weekly goal history |
Synthesize what you currently believe about this topic:
YOUR POSITION (as I understand it)
Topic: "{topic}"
Current stance:
{What you've written/done that supports this belief}
Evidence from your vault:
1. [{date}] {daily/note}: "{relevant quote or action}"
2. [{date}] {daily/note}: "{relevant quote or action}"
3. [{date}] {daily/note}: "{relevant quote or action}"
Strength of conviction: {HIGH/MEDIUM/LOW}
(based on: frequency of mentions, actions taken, resources invested)
Present this first. "Is this an accurate read of your position?"
If you correct it, I'll adjust before proceeding.
Construct the strongest possible argument AGAINST the belief. Use these lenses:
What are you NOT doing because of this belief?
OPPORTUNITY COST
By pursuing {belief}, you're implicitly deprioritizing:
- {thing 1} (evidence: {n} days since last engagement)
- {thing 2} (was in goals but dropped)
Time invested: ~{hours/weeks} based on commit/note frequency
What if that time went to {alternative}?
Are you cherry-picking evidence?
SURVIVORSHIP BIAS
You remember: {the wins, the positive signals}
You might be ignoring:
- {failed attempt from vault}
- {abandoned related project}
- {negative signal you noted but didn't act on}
Are you continuing because you've already invested?
SUNK COST CHECK
Investment so far: {time, money, reputation}
Would you start this today if you hadn't already invested?
If the answer is "probably not", that's a signal.
What in your OWN vault contradicts this?
YOUR OWN CONTRADICTIONS
- [{date}]: You wrote "{quote that contradicts the belief}"
- [{date}]: You did {action that contradicts the belief}
- {Pattern}: Your engagement with {topic} is actually {declining/inconsistent}
What happens if you're RIGHT but the consequences are bad?
SECOND-ORDER EFFECTS
Even if {belief} is correct:
- It could lead to {negative consequence 1}
- It requires {dependency that might not hold}
- The timeline assumes {assumption that might be wrong}
Does this match any historical failure pattern?
ANTI-PATTERN MATCH
From your anti-patterns file (if it exists):
- "{pattern}", similarity score: {HIGH/MEDIUM/LOW}
- Previous outcome: {what happened last time}
Present the BEST alternative position:
THE STRONGEST COUNTER-ARGUMENT
Instead of "{belief}", consider:
{Alternative position, fully argued}
Supporting evidence from YOUR vault:
1. {evidence 1}
2. {evidence 2}
What this would look like in practice:
- {concrete action 1}
- {concrete action 2}
Risk of NOT considering this: {what you might lose}
CHALLENGE VERDICT
Your belief: "{topic}"
Strength of counter-case: {WEAK / MODERATE / STRONG / DEVASTATING}
Key vulnerabilities found:
1. {biggest weakness in your position}
2. {second biggest}
My honest assessment:
{1-3 sentences. Be direct. No hedging. If the belief is solid, say so.
If it's shaky, say that too. Reference specific vault evidence.}
Recommended action:
- [ ] {what to do with this information}
/challenge {topic} - Full challenge (all 6 lenses)/challenge {topic} --quick - Just opportunity cost + contrarian evidence/challenge {topic} --evidence-only - Show vault evidence without analysis