| name | Chronometric Time Reconstruction |
| description | Reconstructs billable time from email, calendar, and document artifacts. Uses pattern learning to identify billable activities and generates time entries with proper categorization. |
| version | 2025.1 |
| domain | time-tracking |
| proficiency | Time reconstruction, Pattern learning, Billable time analysis, Workflow archaeology |
| stability | beta |
| resources | time_patterns, billing_categories, activity_templates |
| prompts | time_reconstruction_prompt, pattern_learning_prompt |
| checklist | Identify billable activities, Categorize time entries, Apply learned patterns, Generate time entries |
| input_schema | [object Object] |
| output_schema | [object Object] |
| side_effects | [object Object] |
| usage_policy | [object Object] |
| error_modes | [object Object], [object Object], [object Object], [object Object] |
| workflow_id | chronometric:time_reconstruction |
| engine | chronometric |
| knowledge_scope | [object Object] |
Chronometric Time Reconstruction Skill
Overview
The Chronometric Time Reconstruction skill reconstructs billable time from email, calendar, document, and task artifacts. It uses pattern learning to identify billable activities and generates properly categorized time entries.
Capabilities
- Artifact Analysis: Analyzes emails, calendar events, documents, and tasks
- Pattern Learning: Applies learned patterns to identify billable activities
- Time Entry Generation: Creates time entries with proper categorization
- Confidence Scoring: Provides confidence scores for each reconstructed entry
- Workflow Archaeology: Traces activities back to source artifacts
Usage Examples
Basic Reconstruction
{
"date_range": {
"start": "2024-12-01",
"end": "2024-12-31"
},
"matter_id": "matter_12345",
"include_patterns": true,
"artifact_sources": ["email", "calendar", "documents"]
}
Pattern-Only Reconstruction
{
"date_range": {
"start": "2024-12-01",
"end": "2024-12-31"
},
"matter_id": "matter_12345",
"include_patterns": true,
"artifact_sources": []
}
Output Format
The skill returns:
- Time Entries: Array of reconstructed time entries with metadata
- Total Hours: Sum of all billable hours
- Pattern Applications: Which patterns were applied and how often
- Confidence Scores: Confidence level for each entry
Integration
This skill integrates with:
- Chronometric Engine: Uses time reconstruction workflow
- Artifact Collectors: Email, calendar, document, task collectors
- Pattern Learning: Applies learned billing patterns
- Time Entry Database: Writes reconstructed entries