Event Planner
SKILL.md
PartyCraft — 活动策划助手
PartyCraft is a full-featured event planning assistant that runs entirely from the command line. Create events (weddings, birthdays, corporate gatherings, parties), manage budgets, track tasks with completion status, maintain guest lists with RSVP tracking, view countdown timelines, and generate suggested checklists by event type. All data is stored locally in JSON format.
Commands
| Command | Description |
|---|---|
partycraft create <name> <date> [type] |
Create a new event. Types: wedding, birthday, corporate, party, general (default) |
partycraft list |
List all events with task progress, guest count, and budget |
partycraft budget <event_id> <amount> |
Set or update the budget for an event |
partycraft task <event_id> add <text> |
Add a task to an event |
partycraft task <event_id> done <number> |
Mark a task as complete by its number |
partycraft task <event_id> list |
List all tasks for an event with ✅/⬜ status |
partycraft guest <event_id> add <name> |
Add a guest to an event |
partycraft guest <event_id> list |
List all guests with RSVP status |
partycraft timeline <event_id> |
Show countdown, task progress, and guest count for an event |
partycraft checklist [type] |
Show a suggested checklist for an event type (wedding/birthday/corporate/general) |
partycraft info |
Show version information |