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.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill weekly-schedule-audit-and-time-projection --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Weekly Schedule Audit And Time Projection?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-weekly-schedule-audit-and-time-projection)More formats (shields.io, HTML) on the badges page.
---
id: "81086fd5-2720-47a5-a4df-e029a6c26f52"
name: "Weekly Schedule Audit and Time Projection"
description: "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."
version: "0.1.0"
tags:
- "time management"
- "schedule audit"
- "calculation"
- "productivity"
- "life planning"
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"
---
# 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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!