소스 정보
- 저장소
- rlaope/bestwork-agent
- 최근 소스 활동
- 2026년 4월 8일 05:40
- 감지된 SKILL.md 언어
- 영어
- 스타
- 1
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/rlaope/bestwork-agent --skill superthinking명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | superthinking |
| description | 1000-iteration thought simulation — plan, build, validate, critique, amplify |
When this skill is invoked, you MUST follow this exact output sequence.
[BW] superthinking — 1000x ideation engine starting...
Extract the user's core idea, problem, or domain as the seed. If the prompt is vague, infer the most promising direction from context (codebase, recent work, stated goals).
Print:
[BW] seed: "{one-line description of the core idea}"
[BW] beginning 1000 iterations (10 epochs × 100 cycles)...
Run 10 epochs. Each epoch internally simulates 100 compressed iteration cycles of the 5-phase loop below. Between epochs, print the evolved state so the user sees the idea transform in real time.
After each epoch (100 cycles), print:
[BW] ═══ epoch {N}/10 (iterations {start}-{end}) ═══
[BW] concept: {current concept in one line}
[BW] pivot: {what changed from last epoch and why}
[BW] build: {technical approach summary}
[BW] moat: {defensibility / competitive advantage}
[BW] risk: {biggest remaining risk}
[BW] impact: {projected impact scale}
[BW] confidence: {low/medium/high} — {reason}
Each epoch MUST genuinely evolve the idea — do not repeat the same concept with different words. If the idea hasn't meaningfully changed, you aren't thinking hard enough. Pivot aggressively in early epochs, refine precisely in late epochs.
After all 10 epochs, print the final distilled result:
[BW] ═══════════════════════════════════════════
[BW] superthinking complete — 1000 iterations converged
[BW] ═══════════════════════════════════════════
## Final Concept
{2-3 sentence description of the winning concept}
## Evolution Timeline
- Epoch 1-2: {what the idea started as}
- Epoch 3-4: {critical pivot point}
- Epoch 5-6: {stabilization insight}
- Epoch 7-8: {implementation clarity}
- Epoch 9-10: {final amplification}
## Key Pivots
{3-5 bullet points of the most important direction changes and why they happened}
## Why This Wins
{The core insight that makes this concept defensible, valuable, and differentiated}
## Critical Assumptions
{Numbered list of assumptions that must be true for this to work, ranked by risk}
## Implementation Roadmap
1. **Phase 1 (MVP)**: {what to build first to validate}
2. **Phase 2 (Growth)**: {what to build once validated}
3. **Phase 3 (Moat)**: {what creates long-term defensibility}
## Market Positioning
- **Target**: {who specifically}
- **Wedge**: {how to enter}
- **Scale**: {how to expand}
- **Endgame**: {what this becomes at full scale}
## Kill Criteria
{Conditions under which you should abandon this idea — be honest}
Save to .bestwork/state/superthinking.json:
{
"created": "<ISO timestamp>",
"seed": "<original seed>",
"epochs": [
{
"epoch": 1,
"iterations": "1-100",
"concept": "...",
"pivot": "...",
"confidence": "low|medium|high"
}
],
"finalConcept": "<final concept summary>",
"keyPivots": ["..."],
"status": "complete"
}
Evidence-driven causal tracing — competing hypotheses, falsification, rebuttal round, recommended next probes
Feature validation gate — research, define purpose, stress-test from real user perspective before building
Maximum parallelism burst — all tasks execute simultaneously with no coordination overhead
SOC 직업 분류 기준