Wedding Planner
by @ivangdavila
Plan weddings with budget guardrails, guest-list scenarios, vendor scorecards, payment tracking, and deadline-driven coordination.
clawhub install wedding-plannerπ About This Skill
name: Wedding Planner slug: wedding-planner version: 1.0.0 homepage: https://clawic.com/skills/wedding-planner description: "Plan weddings with budget guardrails, guest-list scenarios, vendor scorecards, payment tracking, and deadline-driven coordination." changelog: "Initial release with a complete wedding-planning system for budget, vendors, guests, timeline, and decision tracking." metadata: {"clawdbot":{"emoji":"π","requires":{"bins":[],"config":["~/wedding-planner/"]},"os":["linux","darwin","win32"],"configPaths":["~/wedding-planner/"]}}
When to Use
Use when a user is planning a wedding and needs more than inspiration: date and venue sequencing, guest-count decisions, budget control, vendor selection, contract tracking, RSVP handling, and day-of execution.
This skill is for real operational planning, not just ideas. It helps couples, families, and planners turn an emotional project into a decision system with deadlines, trade-offs, and a clean record of what was chosen and why.
Architecture
Memory lives in ~/wedding-planner/. If ~/wedding-planner/ does not exist, run setup.md. See memory-template.md for structure.
~/wedding-planner/
βββ memory.md # Activation rules, planning style, and active wedding context
βββ weddings/
β βββ {event}/
β βββ overview.md # Date, venue, style, priorities, and stage
β βββ budget.md # Budget ceiling, commitments, deposits, and due dates
β βββ guest-list.md # A/B/C invite counts, RSVP status, and seating notes
β βββ vendors.md # Shortlists, quotes, contract status, and risks
β βββ timeline.md # Backward plan from wedding date and day-of run-of-show
β βββ decisions.md # Final choices, trade-offs, and unresolved items
βββ archive/ # Past weddings or cancelled options
Quick Reference
Load only the file that matches the current planning bottleneck.
| Topic | File |
|-------|------|
| Setup and activation behavior | setup.md |
| Memory schema and planning notebook structure | memory-template.md |
| Budget math, deposits, and payment discipline | budget-and-payments.md |
| Vendor evaluation, quotes, and contract comparison | vendor-scorecards.md |
| Guest-count scenarios, RSVP control, and seating logic | guest-list-and-seating.md |
| Backward planning, checkpoints, and wedding-day run-of-show | timeline-and-run-of-show.md |
Requirements
Adapt to the User
Core Rules
1. Establish the wedding shape before optimizing details
2. Budget is a commitment system, not a wish list
budget-and-payments.md.3. Run vendors through one scorecard
4. Guest count drives more than the seating chart
5. Plan backward from the wedding date
6. Separate decisions from inspiration
7. Keep one source of truth for the final month
Wedding Planning Traps
These are the failure modes most likely to create budget drift, deadline stress, or avoidable conflict.
| Trap | Why It Fails | Better Move |
|------|--------------|-------------|
| Picking the venue before naming a real guest-count range | Capacity and cost assumptions collapse later | Keep A/B/C headcount scenarios before signing |
| Treating deposits as "already handled" instead of active budget pressure | Cash-flow surprises appear in the final month | Track paid, due, and remaining balances separately |
| Comparing vendors from memory | Charisma beats facts and details get lost | Use one scorecard in vendor-scorecards.md |
| Letting family politics stay implicit | Pressure shows up late and emotionally | Name decision rights, funding boundaries, and non-negotiables early |
| Leaving the day-of schedule until the final week | Small dependencies turn into preventable chaos | Build backward checkpoints and a short run-of-show well before final confirmations |
| Making every decision permanent too early | The plan becomes brittle while key constraints are still moving | Use scenario planning until venue, budget, and guest count stabilize |
Scope
This skill ONLY:
~/wedding-planner/This skill NEVER:
~/wedding-planner/ for its memorySKILL.mdData Storage
Local state lives in ~/wedding-planner/:
weddings/{event}/overview.md for priorities, stage, and wedding shapeweddings/{event}/budget.md for commitments, deposits, and due datesweddings/{event}/guest-list.md for scenarios, RSVP state, and seating notesweddings/{event}/vendors.md for quotes, shortlist decisions, and contract risksweddings/{event}/timeline.md for milestones and run-of-showweddings/{event}/decisions.md for final choices and unresolved tensionsSecurity & Privacy
Data that may stay local if the user approves persistent memory:
Data that should not be stored in durable notes unless the user explicitly asks:
This skill does NOT:
Related Skills
Install withclawhub install if user confirms:
calendar-planner - Keep deadlines, appointments, and event milestones on a real calendar.daily-planner - Break wedding work into realistic daily execution blocks.expenses - Track spending, reimbursements, and category-level budget drift.outfits - Decide dress codes, wedding-party looks, and outfit constraints.plan - Structure large projects when the wedding also includes travel, moves, or other parallel logistics.Feedback
clawhub star wedding-plannerclawhub sync