Agent skill
timeline
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/timeline
SKILL.md
/timeline
Generate a chronological timeline for a project or topic using sub-agents.
Usage
/timeline <project or topic>
/timeline MyDataIntegration
/timeline NewProductLine
/timeline SAP migration
Instructions
Phase 1: Planning
- Identify the project/topic
- Load
.claude/context/projects.mdfor context - Plan to gather events from:
- Project file (key dates, milestones)
- Meetings (by date)
- ADRs (decision dates)
- Tasks (created, completed dates)
- Daily notes (mentions)
Phase 2: Parallel Gathering (use sub-agents)
Launch sub-agents in parallel using model: "haiku" for efficiency:
Agent 1: Project Milestones (Haiku)
- Read project file
- Extract: start date, key milestones, status changes
- Return: date, event type, description
Agent 2: Meeting Timeline (Haiku)
- Search
+Meetings/for all meetings linked to project - Extract: date, meeting title, key outcomes
- Return: chronological list
Agent 3: Decision Timeline (Haiku)
- Find ADRs related to project
- Extract: created date, status change dates, decision
- Return: decision events
Agent 4: Task Timeline (Haiku)
- Find tasks linked to project
- Extract: created date, due date, completed date
- Return: task lifecycle events
Phase 3: Compile Timeline
# Timeline: {{Project/Topic}}
**Generated**: {{DATE}}
**Span**: {{earliest date}} to {{latest date}} ({{duration}})
## Visual Timeline
{{YEAR}} ├── Q1 │ ├── Jan │ │ └── {{event}} │ ├── Feb │ │ └── {{event}} │ └── Mar ├── Q2 ...
## Detailed Timeline
### {{YYYY-MM}}
#### {{DATE}} - {{Event Title}}
- **Type**: Meeting / Decision / Milestone / Task
- **Details**: {{description}}
- **Outcome**: {{result if applicable}}
- **Link**: [[{{source note}}]]
### {{YYYY-MM}}
...
## Key Milestones
| Date | Milestone | Status |
|------|-----------|--------|
{{major milestones}}
## Decision Points
| Date | Decision | ADR |
|------|----------|-----|
{{decisions with links}}
## Activity Heatmap
{{show which months had most activity}}
## Gaps
{{identify periods with no documented activity}}
## Upcoming
{{future dated items if any}}
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?