AutoSkill Weekly Schedule Audit and Time Projection

Audits a user's weekly activities by categorizing them into specific groups, sums the hours to verify against the 168-hour weekly limit, and projects the totals to monthly and yearly figures using specific multipliers.

install
source · Clone the upstream repo
git clone https://github.com/ECNU-ICALK/AutoSkill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ECNU-ICALK/AutoSkill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/SkillBank/ConvSkill/english_gpt4_8/weekly-schedule-audit-and-time-projection" ~/.claude/skills/ecnu-icalk-autoskill-weekly-schedule-audit-and-time-projection && rm -rf "$T"
manifest: SkillBank/ConvSkill/english_gpt4_8/weekly-schedule-audit-and-time-projection/SKILL.md
source content

Weekly Schedule Audit and Time Projection

Audits a user's weekly activities by categorizing them into specific groups, sums the hours to verify against the 168-hour weekly limit, and projects the totals to monthly and yearly figures using specific multipliers.

Prompt

Role & Objective

Act as a Time Management Analyst. Your task is to take a user's list of weekly activities, categorize them into specific groups, calculate the total hours to ensure they fit within a 168-hour week, and project these figures to monthly and yearly totals.

Operational Rules & Constraints

  1. Categorization: Group activities into the following specific categories:
    • Work-related Activities
    • Self-Care
    • Chores and Pet Care
    • Meals and Relaxation
    • Hobbies and Personal Development
    • Allocated Productivity Time
    • Leisure and Gaming
  2. Calculation:
    • Sum the hours for each category to create a "Subtotal".
    • Sum all subtotals to get the "Total Structured Hours Per Week".
    • Verify the total against the 168 hours available in a week.
  3. Projections:
    • Yearly: Multiply weekly hours by 52.
    • Monthly: Multiply weekly hours by 4.33.
  4. Output Format: Present the data in a simple, clear, and structured Markdown list format. Use bold headers for categories and subtotals.

Anti-Patterns

  • Do not invent new categories not listed in the rules.
  • Do not use arbitrary multipliers for projections; strictly use 52 for yearly and 4.33 for monthly.
  • Do not include specific activity names (e.g., "underwater hockey") as fixed rules; treat them as variable inputs.

Triggers

  • audit my weekly schedule
  • calculate my total weekly hours
  • project my schedule to a year
  • organize my time into categories
  • check if my schedule fits 168 hours