plan-garden-calendar
정보
이 스킬은 태양력, 음력, 생역학적 달력을 통합하여 개발자들이 정원 심기 일정을 작성할 수 있도록 돕습니다. 서리 발생 기간 같은 주요 날짜를 계산하고, 연속 수확을 위한 연작 재배 계획을 세워줍니다. 내한성 구역과 천체 시기에 기반한 계절별 계획을 생성해야 하는 가드닝 앱을 개발할 때 활용하세요.
빠른 설치
Claude Code
추천npx skills add pjt222/agent-almanac -a claude-code/plugin add https://github.com/pjt222/agent-almanacgit clone https://github.com/pjt222/agent-almanac.git ~/.claude/skills/plan-garden-calendarClaude Code에서 이 명령을 복사하여 붙여넣어 스킬을 설치하세요
문서
Plan Garden Calendar
Plan garden activities using solar, lunar, biodynamic calendar systems for best timing.
When Use
- Planning new growing season — need planting schedule
- Want integrate lunar or biodynamic timing into garden practice
- Need calculate frost dates and planting windows for zone
- Want set up succession planting for continuous harvest
- End-of-season review and planning for next year
Inputs
- Required: USDA hardiness zone or geographic location (for frost dates)
- Required: Crops or plants to schedule
- Optional: Calendar system preference (solar only, lunar, biodynamic)
- Optional: Garden size and bed count
- Optional: Previous season's garden journal
Steps
Step 1: Establish Solar Framework
Solar calendar gives hard boundaries — frost dates and day length.
Solar Calendar Anchors:
1. Find your USDA Hardiness Zone:
- Zone determines minimum winter temperature and which perennials survive
- Also correlates with growing season length
- Look up at: planthardiness.ars.usda.gov (US) or local equivalent
2. Determine frost dates:
- Last spring frost (LSF): Date after which frost is unlikely (50% threshold)
- First autumn frost (FAF): Date after which frost becomes likely
- Growing season = FAF minus LSF (in days)
Example (Zone 7b, mid-Atlantic US):
- Last spring frost: April 15
- First autumn frost: October 15
- Growing season: ~180 days
3. Anchor seasonal milestones:
┌───────────────────┬───────────────┬────────────────────────────┐
│ Event │ Approx. Date │ Garden Significance │
├───────────────────┼───────────────┼────────────────────────────┤
│ Winter solstice │ Dec 21 │ Seed ordering, planning │
│ Spring equinox │ Mar 20 │ Start indoor seeds (cool │
│ │ │ crops: 6-8 wk before LSF) │
│ Last spring frost │ Zone-specific │ Direct sow tender crops │
│ Summer solstice │ Jun 21 │ Peak day length, begin │
│ │ │ autumn crop planning │
│ Autumn equinox │ Sep 22 │ Harvest season, cover crop │
│ First autumn frost│ Zone-specific │ Protect or harvest tender │
│ │ │ crops before this date │
└───────────────────┴───────────────┴────────────────────────────┘
Got: Clear frost dates and growing season length for specific location.
If fail: Frost dates unknown? Use conservative estimates (add 2 weeks to average LSF for safe direct-sow date). Local garden clubs or agricultural extension offices best regional sources.
Step 2: Overlay Lunar Calendar
Moon influences sap flow, germination, soil biology. Two cycles matter.
Lunar Cycle 1: Synodic (Phase Cycle — 29.5 days)
┌─────────────────────┬────────────────────────────────────────────┐
│ Phase │ Garden Activity │
├─────────────────────┼────────────────────────────────────────────┤
│ New Moon → 1st Qtr │ Plant leafy crops (lettuce, spinach, │
│ (Waxing crescent) │ cabbage). Sap rises — good for above- │
│ │ ground vegetative growth. │
├─────────────────────┼────────────────────────────────────────────┤
│ 1st Qtr → Full Moon │ Plant fruiting crops (tomato, pepper, │
│ (Waxing gibbous) │ beans, squash). Strong light + rising sap │
│ │ = vigorous above-ground growth. │
├─────────────────────┼────────────────────────────────────────────┤
│ Full Moon → 3rd Qtr │ Plant root crops (carrot, beet, potato, │
│ (Waning gibbous) │ onion). Sap descends — energy moves to │
│ │ roots. Good for transplanting. │
├─────────────────────┼────────────────────────────────────────────┤
│ 3rd Qtr → New Moon │ Rest period. No planting. Good for: │
│ (Waning crescent) │ weeding, composting, soil preparation, │
│ │ pruning, harvesting for storage. │
└─────────────────────┴────────────────────────────────────────────┘
Lunar Cycle 2: Sidereal (Ascending/Descending — ~27.3 days)
- Ascending moon (moon moves higher in sky each night):
Sap rises in plants. Good for: grafting, taking cuttings, harvesting
fruit and aerial parts, sowing above-ground crops
- Descending moon (moon moves lower in sky each night):
Sap descends to roots. Good for: planting, transplanting, root
pruning, applying soil preparations, planting root crops
Note: Ascending/descending is NOT the same as waxing/waning.
Ascending = moon's position in the zodiac moving northward.
Check a biodynamic calendar for daily ascending/descending status.
Got: Understanding of both lunar cycles and garden applications.
If fail: Lunar calendar feels overwhelming? Start with synodic cycle only (waxing = above-ground, waning = below-ground). Add sidereal layer in second season.
Step 3: Integrate Biodynamic Calendar (Optional — Advanced)
Maria Thun biodynamic calendar assigns each day to one of four plant organs based on moon's zodiacal position.
Biodynamic Day Types:
┌───────────┬─────────────────┬──────────────────────────────────────┐
│ Day Type │ Zodiac Signs │ Favoured Activities │
├───────────┼─────────────────┼──────────────────────────────────────┤
│ Root │ Taurus, Virgo, │ Sow/transplant root crops (carrot, │
│ │ Capricorn │ beet, potato). Soil cultivation. │
│ │ (Earth signs) │ Compost turning. │
├───────────┼─────────────────┼──────────────────────────────────────┤
│ Leaf │ Cancer, Scorpio,│ Sow/transplant leafy greens. Water │
│ │ Pisces │ plants. Lawn care. Prune for growth. │
│ │ (Water signs) │ │
├───────────┼─────────────────┼──────────────────────────────────────┤
│ Flower │ Gemini, Libra, │ Sow/transplant flowering plants. │
│ │ Aquarius │ Harvest flowers and herbs. Apply │
│ │ (Air signs) │ preparation 501 (horn silica). │
├───────────┼─────────────────┼──────────────────────────────────────┤
│ Fruit │ Aries, Leo, │ Sow/transplant fruiting crops │
│ │ Sagittarius │ (tomato, pepper, bean). Harvest │
│ │ (Fire signs) │ fruit. Collect seed. │
└───────────┴─────────────────┴──────────────────────────────────────┘
Using the Calendar:
1. Obtain the current year's Maria Thun biodynamic calendar
(published annually, available from biodynamic associations)
2. Note which days are root/leaf/flower/fruit
3. Schedule your plantings to align day type with crop type
4. Avoid planting on "unfavourable" days (perigee, node crossings)
5. Combine with synodic phase: e.g., plant carrots on a root day
during waning moon for strongest root growth signal
Practical Reality:
- Perfect alignment (right phase + right day type + good weather + you're free)
happens 2-3 times per month. Don't wait for perfection.
- Match at least ONE calendar layer. Matching two is good. Three is ideal.
- Weather and your schedule always override calendar — a plant in the ground
on the "wrong" day beats a seed in the packet on the "right" day.
Got: Awareness of biodynamic day types and how to use annual calendar.
If fail: Biodynamic calendar unavailable? Lunar phase calendar (Step 2) captures most important timing signals. Add biodynamic day types when you have access to annual calendar.
Step 4: Build Succession Planting Schedule
Stagger plantings for continuous harvest, not one overwhelming glut.
Succession Planting Principles:
1. Same crop, staggered sowing:
- Sow lettuce every 2 weeks from LSF to 8 weeks before FAF
- Sow bush beans every 3 weeks from 2 weeks after LSF to 10 weeks before FAF
- Sow radish every 2 weeks (spring and autumn — skip midsummer heat)
2. Different crops, same bed:
- Spring: peas (harvest June) → Summer: beans (harvest Sept) → Autumn: garlic (harvest next June)
- This is relay planting — each crop follows the previous with minimal gap
3. Example Succession Calendar (Zone 7b):
┌─────────┬────────────────┬───────────────────────────────┐
│ Week │ Sow Indoors │ Direct Sow / Transplant │
├─────────┼────────────────┼───────────────────────────────┤
│ Feb 15 │ Tomato, pepper │ │
│ Mar 1 │ Brassica starts│ Peas, spinach (under cloche) │
│ Mar 15 │ Lettuce #1 │ Radish #1, carrots (early) │
│ Apr 1 │ Lettuce #2 │ Radish #2, beet #1 │
│ Apr 15 │ │ Transplant brassicas out │
│ May 1 │ Lettuce #3 │ Bean #1, squash, cucumber │
│ May 15 │ │ Transplant tomato, pepper │
│ Jun 1 │ │ Bean #2, lettuce #4 (shade) │
│ Jun 15 │ │ Bean #3 │
│ Jul 1 │ Autumn brassica│ Beet #2, carrot (autumn) │
│ Jul 15 │ │ Transplant autumn brassicas │
│ Aug 1 │ │ Lettuce #5 (autumn), radish #3 │
│ Aug 15 │ │ Spinach (autumn), cover crop │
│ Sep 1 │ │ Garlic (plant 4-6 wks pre FAF)│
└─────────┴────────────────┴───────────────────────────────┘
Got: Week-by-week planting calendar customized to zone, with succession intervals noted.
If fail: Schedule feels overwhelming? Pick 3 most important crops. Plan successions for those only. Add more crops in second season once rhythm established.
Step 5: Seasonal Task Schedule
Beyond planting, garden has cyclical maintenance tasks.
Seasonal Task Framework:
┌───────────┬──────────────────────────────────────────────────────┐
│ Season │ Tasks │
├───────────┼──────────────────────────────────────────────────────┤
│ Winter │ - Order seeds (January) │
│ (Dec-Feb) │ - Plan beds and crop rotation on paper │
│ │ - Maintain tools (see maintain-hand-tools) │
│ │ - Apply prep 500 if ground is workable (late Feb) │
│ │ - Start earliest indoor seeds (Feb, 8-10 wk pre LSF)│
├───────────┼──────────────────────────────────────────────────────┤
│ Spring │ - Soil assessment and amendment (see prepare-soil) │
│ (Mar-May) │ - Direct sow cool crops after soil reaches 7°C │
│ │ - Transplant warm crops after LSF │
│ │ - Mulch beds after soil warms │
│ │ - First compost turn of the year │
├───────────┼──────────────────────────────────────────────────────┤
│ Summer │ - Succession sow every 2-3 weeks │
│ (Jun-Aug) │ - Water deeply, less frequently (morning preferred) │
│ │ - Harvest regularly to encourage production │
│ │ - Start autumn crop seeds indoors (July) │
│ │ - Apply prep 501 on fruit days (biodynamic) │
├───────────┼──────────────────────────────────────────────────────┤
│ Autumn │ - Main harvest and preservation │
│ (Sep-Nov) │ - Plant garlic (4-6 weeks before FAF) │
│ │ - Sow cover crops on empty beds │
│ │ - Apply prep 500 (late October) │
│ │ - Compost final additions, insulate pile for winter │
│ │ - End-of-season reflection (meditate checkpoint) │
└───────────┴──────────────────────────────────────────────────────┘
Got: Seasonal framework that complements weekly planting schedule.
If fail: Tasks consistently missed? Schedule may be too ambitious. Reduce bed or crop count until rhythm sustainable.
Step 6: Meditate Checkpoint — End-of-Season Reflection
At close of growing season (after first frost), sit with garden journal.
End-of-Season Reflection (20-30 minutes):
1. Find a quiet spot in or overlooking the garden
2. Bring your garden journal and this year's calendar
3. Review without judgment:
- What grew well? (Note varieties and planting dates)
- What struggled? (Was it timing, soil, weather, or neglect?)
- Which calendar alignments felt meaningful?
- What surprised you?
4. Note three things to carry forward:
- One success to repeat
- One failure to investigate
- One new thing to try
5. Close the journal. Sit quietly for 5 minutes.
The garden is resting now. You should rest too.
Planning begins after solstice — not before.
This reflection becomes the first page of next year's plan.
Got: Reflective summary that grounds next year's planning in this year's reality.
If fail: Reflection feels like self-criticism? Reframe: garden is teacher. Every "failure" is data. Only real failure is not observing.
Checks
- USDA zone and frost dates identified for location
- Solar calendar anchors marked (equinoxes, solstices, frost dates)
- Lunar cycle understood (min: waxing/waning = above/below ground)
- Planting schedule built with succession intervals
- Schedule accounts for indoor start times (weeks before LSF)
- Seasonal task framework adapted to local conditions
- Garden journal started or updated with this year's calendar
- Meditate checkpoint completed at end of growing season
Pitfalls
- Plant too early: Eager spring planting into cold soil wastes seeds. Soil temperature matters more than air temperature — use soil thermometer
- Ignore microclimates: South-facing walls warmer, low spots collect frost. Garden has zones within zones
- Calendar rigidity: Calendar is guide, not command. Weather wrong? Wait. Plants don't read calendars
- No succession planting: Single large sowing produces single overwhelming harvest then nothing. Stagger for continuity
- Skip reflection: Without reviewing what happened, you plan from hope instead of evidence. Journal is most important tool
- Over-schedule: Packed calendar leads to burnout. Leave breathing room — garden will fill it
See Also
read-garden— Observation skills that inform calendar adjustments mid-seasonprepare-soil— Soil amendment timing depends on seasonal calendarcultivate-bonsai— Bonsai seasonal care follows same solar/lunar frameworkmeditate— End-of-season reflection checkpoint (full protocol)maintain-hand-tools— Winter tool care is scheduled seasonal task
GitHub 저장소
연관 스킬
executing-plans
디자인executing-plans 스킬은 검토 체크포인트가 포함된 통제된 배치로 실행할 완전한 구현 계획이 있을 때 사용합니다. 이 스킬은 계획을 불러와 비판적으로 검토한 후, 소규모 배치(기본값 3개 작업)로 작업을 실행하면서 각 배치 사이에 진행 상황을 아키텍트 검토를 위해 보고합니다. 이를 통해 내재된 품질 관리 체크포인트를 갖춘 체계적인 구현이 보장됩니다.
requesting-code-review
디자인이 스킬은 코드 변경 사항을 요구 사항에 따라 분석하기 위해 코드 리뷰어 하위 에이전트를 호출합니다. 작업 완료 후, 주요 기능 구현 후, 또는 메인 브랜치에 병합하기 전에 사용해야 합니다. 이 리뷰는 현재 구현체와 원래 계획을 비교하여 문제를 조기에 발견하는 데 도움이 됩니다.
connect-mcp-server
디자인이 스킬은 개발자들이 HTTP, stdio 또는 SSE 전송 방식을 통해 MCP 서버를 Claude Code에 연결하는 포괄적인 가이드를 제공합니다. GitHub, Notion 및 사용자 정의 API와 같은 외부 서비스를 통합하기 위한 설치, 구성, 인증 및 보안을 다룹니다. MCP 통합 설정, 외부 도구 구성 또는 Claude의 모델 컨텍스트 프로토콜 작업 시 활용하세요.
web-cli-teleport
디자인이 스킬은 작업 분석을 기반으로 개발자가 Claude Code 웹 인터페이스와 CLI 인터페이스 중 선택할 수 있도록 돕고, 두 환경 간 원활한 세션 텔레포트를 가능하게 합니다. 웹, CLI 또는 모바일 환경 전환 시 세션 상태와 컨텍스트를 관리하여 워크플로를 최적화합니다. 다양한 단계에서 서로 다른 도구가 필요한 복잡한 프로젝트에 사용하세요.
