소스 정보
- 저장소
- 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명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? 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