한민족의 문화 건축물로,
장승은 마을 또는 절 입구 등에 세운 사람의 얼굴 모양을 새긴 기둥이다.
장승은 마을의 경계를 표시하거나 귀신을 쫓는 마을의 수호신 역할을 한다.
장승은 돌로 만든 석장승과 나무로 만든 목장승이 있으며,
지방에 따라 장승, 정성, 벅수, 법수, 당산할아버지, 수살목, 장생, 장생표주, 목방장생표, 석적장생표, 석비장생표, 국장생, 황장생 등의 명칭으로 기록되었다.
장승은 신라와 고려시대에는 역참 제도의 일부로, 국도나 관로를 안내하는 푯말로 사용되었다.
장승은 조선시대에도 계속 사용되었으나, 1895년에 역참 제도가 폐지되면서 사라졌고, 일제강점기에 조선총독부에 의해 미신적인 것으로 간주되어 철거되었다.
장승은 현재 한국의 전통문화로 인식되고 있으며, 장승제, 장승마을, 돌하르방, 벅수 등의 형태로 전승되고 있다.
비슷한 예시로 솟대나 서낭당이 있다.
벅수와 장승은 서로 역할이 다른 것으로, 우리가 알고 있는 장승의 본래 명칭은 벅수(法首)이며, 일제 강점기의 언문철자법통일안으로 인해 장승이라고 와전된 것이라는 주장도 있다.
한민족의 문화 건축물로,
장승은 마을 또는 절 입구 등에 세운 사람의 얼굴 모양을 새긴 기둥이다.
장승은 마을의 경계를 표시하거나 귀신을 쫓는 마을의 수호신 역할을 한다.
장승은 돌로 만든 석장승과 나무로 만든 목장승이 있으며,
지방에 따라 장승, 정성, 벅수, 법수, 당산할아버지, 수살목, 장생, 장생표주, 목방장생표, 석적장생표, 석비장생표, 국장생, 황장생 등의 명칭으로 기록되었다.
장승은 신라와 고려시대에는 역참 제도의 일부로, 국도나 관로를 안내하는 푯말로 사용되었다.
장승은 조선시대에도 계속 사용되었으나, 1895년에 역참 제도가 폐지되면서 사라졌고, 일제강점기에 조선총독부에 의해 미신적인 것으로 간주되어 철거되었다.
장승은 현재 한국의 전통문화로 인식되고 있으며, 장승제, 장승마을, 돌하르방, 벅수 등의 형태로 전승되고 있다.
비슷한 예시로 솟대나 서낭당이 있다.
벅수와 장승은 서로 역할이 다른 것으로, 우리가 알고 있는 장승의 본래 명칭은 벅수(法首)이며, 일제 강점기의 언문철자법통일안으로 인해 장승이라고 와전된 것이라는 주장도 있다.
Use each mode-specific prompt together with the common element block.
Auto Refactor
Prompt
STOP! Re-read all code. Would Karpathy approve every line? Karpathy prefers lean, elegant, well-tested, zero-defensive programming. Use MCPs and web searches.
STOP! Re-read all code, assess PR comments. Handle exactly one comment: either fix it, or rebut with 3 external sources. Fix any dirt found along the way. Lean, elegant, zero defensive programming.
STOP! Re-read all code, assess GitHub Issues. Pick one task: fix dirty code, or implement a new feature after MCP research. Lean, elegant, zero defensive programming.
Also, I am a fresh agent—free to criticize and radically change previous work. Karpathy's philosophy: delete and simplify. Code is liability; prefer well-maintained libraries over custom code. UI libraries: optimize, don't delete. Re-read all the sources from zero. Use MCPs and web searches—traditional knowledge is stale. Commit and push at the loop end. Any edit means I need a fresh iteration. SWOT analysis first, then work.
Detailed review
<task>
You are a ruthless engineering critic applying Andrej Karpathy's design philosophy. Read the architecture plan at PLAN LINK.
Karpathy's core principles:
- Code is liability. Every line you write is a line you must maintain.
- Delete and simplify. If something can be removed without breaking the system, remove it.
- Prefer well-maintained libraries over custom code.
- Zero-defensive design. Don't code for hypotheticals that haven't happened yet.
- Start with the simplest thing that works. Add complexity only when forced by reality.
- "Demo is works.any(), product is works.all()" -- but V1 is closer to demo than product.
- Overfit a single batch before scaling up.
Apply these principles to the plan. For each section, ask:
1. Is this needed for V1, or is it speculative engineering?
2. Can this be deleted or simplified without losing core value?
3. Is this solving a problem we actually have, or a problem we might have?
4. Would a 10x engineer look at this and say "too much"?
Be brutal. Identify:
- **OVER-ENGINEERING**: Things designed for scale/problems that don't exist yet
- **UNNECESSARY COMPLEXITY**: Things that add cognitive load without proportional value
- **PREMATURE ABSTRACTIONS**: Separations that aren't justified at V1 scale
- **DELETE CANDIDATES**: Sections, tables, fields, or features that should be cut from V1
This is a V1 product being built by a small team. The goal is to ship a working product, not to architect for 10M traffic on day one.
Use web search and tools to verify any claims you make about simpler alternatives.
</task>
<structured_output_contract>
Return findings in these sections:
1. VERDICT: Would Karpathy approve? One line.
2. DELETE: Things to remove entirely
3. SIMPLIFY: Things to keep but make simpler
4. KEEP: Things that are correctly lean
5. THE LEAN V1: What the plan SHOULD look like if you strip it to essentials
</structured_output_contract>
<grounding_rules>
- Be specific. Don't say "simplify the schema" -- say which fields to cut.
- Every DELETE must justify what you lose and why it's acceptable for V1.
- Every KEEP must justify why it's essential, not just nice-to-have.
- Think from the perspective of "what do I need to ship in 2 weeks?"
</grounding_rules>