원클릭으로
plants
Track houseplants — watering, status, and care needs
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Track houseplants — watering, status, and care needs
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Midday progress check — compare morning plan to actual work, surface pivots, refocus the afternoon
Multi-persona code review with Architect and Nitpicker perspectives
Review your day, compare plan to outcomes, identify carry-forwards, and prep tomorrow
Quick journal entries with mood detection, tagged and linked to your daily page
Gather docs, previous notes, related tickets, and context for an upcoming meeting
Create your daily page with calendar events, task priorities, and yesterday's carry-forwards
| name | plants |
| description | Track houseplants — watering, status, and care needs |
Keep your houseplants alive. Track watering, status, and care needs in one place.
Read the plant database and display a status table:
| Plant | Status | Last Watered | Water Needs | Light |
|----------------|------------|--------------|-------------|---------|
| Pothos | Thriving | Mar 17 | Weekly | Low |
| Fiddle Leaf | Struggling | Mar 10 | Biweekly | Bright |
| Snake Plant | Healthy | Mar 15 | Monthly | Any |
Flag any plants that are overdue for watering based on their schedule and last watered date.
Update the "Last Watered" date for the specified plant(s) to today.
Logged: Watered Pothos, Snake Plant (Mar 19)Add a new plant to the database. Ask for (or infer from the plant name):
Set initial status to "New" and last watered to today.
If the user provides just a name, look up common care requirements for that plant species and suggest defaults. Confirm before saving.
Added: "Monstera" — Bright light, weekly water, not pet-friendly. Status: New
Update a plant's status. Valid statuses:
Ask what changed if not specified. Update the record and confirm.
Using {{notes}}: Store as a database/table with columns: Name, Status, Water Needs, Light Needs, Last Watered, Next Repot, Pet-Friendly.
Markdown fallback: Store in ~/.ai-workflow/plants.md as a markdown table.
Check status:
how are my plants
Displays the status table. Flags: "Fiddle Leaf is 9 days overdue for watering (biweekly schedule)."
Log watering:
watered the pothos and snake plant
Logged: Watered Pothos, Snake Plant (Mar 19)
Add new plant:
new plant: monstera
Monstera — common care: bright indirect light, water weekly, not pet-friendly.
Sound right? (yes / adjust)
Update status:
fiddle leaf is looking rough, yellowing leaves
Updated: Fiddle Leaf → Struggling. Notes: yellowing leaves.