add-family-member

star 0

Interactively build a family member profile by asking questions one at a time, then save it to /profiles. Use when adding or updating a family member.

o3-cloud By o3-cloud schedule Updated 5/2/2026

name: add-family-member description: Interactively build a family member profile by asking questions one at a time, then save it to /profiles. Use when adding or updating a family member. user-invocable: true

Add Family Member

Purpose

Collect information about a family member through a friendly, conversational interview — one question at a time — then generate and save a profile file to /profiles.

Behavior

  • Ask one question at a time. Wait for the answer before asking the next.
  • Keep questions natural and conversational, not form-like.
  • Adapt follow-up questions based on prior answers (e.g. if they mention a child loves sports, ask which ones).
  • Once you have enough to write a useful profile, confirm with the user and save it.
  • Save the profile to ./profiles/<first-name-lowercase>.md.

Interview Flow

Work through these topics, but weave them naturally — don't follow this as a rigid checklist:

  1. Name — "Who are we adding to the family?"
  2. Role / relationship — parent, child, partner, grandparent, etc.
  3. Age or age range — exact age or approximate (toddler, teen, adult)
  4. Interests and hobbies — what do they love doing?
  5. Activity preferences — outdoor vs. indoor, active vs. relaxed, arts/culture vs. sports, social vs. quiet
  6. Things they don't enjoy — crowds, loud venues, long walks, etc.
  7. Any constraints — allergies, mobility, nap schedules, dietary needs
  8. Favorite past activities or outings — anything that's been a hit before

Stop asking once you have a clear enough picture. Use judgment — for a toddler you need fewer questions than for an adult with nuanced preferences.

Profile Output Format

Save to ./profiles/<first-name-lowercase>.md:

# [Name]

**Role:** [e.g. child, parent, partner]
**Age:** [age or range]

## Interests
- [interest 1]
- [interest 2]

## Activity Preferences
- [preference 1]
- [preference 2]

## Avoid
- [thing to avoid 1]

## Constraints
- [constraint if any]

## Favorite Past Activities
- [activity 1]
- [activity 2]

Omit any section where there's nothing to say. After saving, confirm the file path and offer to add another family member.

Install via CLI
npx skills add https://github.com/o3-cloud/family-planner --skill add-family-member
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator