Build dependency network and critical path from a matter plan. Produce an interactive Gantt, flag near-critical tasks, and run what-if cascade scenarios when delays occur — showing programme impact and drafting communications. Produces filtered workstream or jurisdiction views for local counsel. Trigger on: 'build a timeline', 'Gantt chart', 'critical path', 'what if X is delayed', 'what moves if', 'schedule impact', 'how does this affect the programme', 'when do we finish', 'can we still close on time', 'if we miss this deadline', 'run a what-if', 'visualise the plan', 'Germany timeline', 'what does the Employment workstream look like', 'timeline for local counsel', 'just show me the [workstream] tasks'.
79
73%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/timeline-generator/SKILL.mdQuality
Discovery
100%Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.
This is an excellent skill description that clearly articulates specific capabilities (dependency networks, Gantt charts, what-if scenarios, filtered views), provides explicit trigger guidance with a comprehensive list of natural user phrases, and occupies a distinct niche in legal project/programme management. The description uses proper third-person voice throughout and balances technical specificity with user-friendly trigger terms.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Lists multiple specific concrete actions: build dependency network, critical path analysis, produce interactive Gantt, flag near-critical tasks, run what-if cascade scenarios, show programme impact, draft communications, and produce filtered workstream/jurisdiction views. | 3 / 3 |
Completeness | Clearly answers both 'what does this do' (builds dependency networks, produces Gantt charts, runs what-if scenarios, drafts communications, produces filtered views) AND 'when should Claude use it' with an explicit 'Trigger on:' clause listing numerous natural trigger phrases. | 3 / 3 |
Trigger Term Quality | Excellent coverage of natural trigger terms users would actually say, including conversational phrases like 'what moves if', 'can we still close on time', 'if we miss this deadline', 'just show me the [workstream] tasks', as well as technical terms like 'Gantt chart', 'critical path', and 'schedule impact'. | 3 / 3 |
Distinctiveness Conflict Risk | Highly distinctive with a clear niche: legal matter plan scheduling with critical path analysis, what-if delay scenarios, and jurisdiction/workstream views for local counsel. The domain-specific terminology (matter plan, programme, workstream, local counsel) makes it very unlikely to conflict with generic project management or charting skills. | 3 / 3 |
Total | 12 / 12 Passed |
Implementation
47%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This skill demonstrates exceptional workflow clarity and deep domain expertise in legal project management scheduling, with well-structured operating modes and thorough validation checkpoints. However, it is severely over-length, spending thousands of tokens explaining CPM fundamentals and scheduling theory that Claude already knows, and lacks executable code for its core computational tasks (dependency network building, forward/backward pass, HTML Gantt rendering). The content would benefit enormously from aggressive trimming of educational material and addition of concrete implementation code.
Suggestions
Cut the 'Critical Path Methodology — Key Concepts' and 'Common Scheduling Failures' sections to brief bullet-point reminders (3-5 lines each) or move them to a separate REFERENCE.md — Claude already understands CPM, float, and scheduling fundamentals.
Provide executable Python/JavaScript code for the core calculations: forward pass, backward pass, float calculation, and HTML Gantt canvas rendering — the current descriptions are procedural prose, not actionable implementation.
Move the 'Domain Knowledge — Legal Scheduling Patterns' section to a separate LEGAL-PATTERNS.md reference file, keeping only a 2-3 line summary with a link in the main skill.
Reduce the dependency type explanations (FS/FF/SS) to a compact reference table with one-line definitions and one example each, rather than multi-paragraph explanations with extended scenarios.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Extremely verbose at ~4000+ words. Extensive sections explain concepts Claude already knows (what critical path analysis is, what float means, forward/backward pass calculations, dependency types). The 'Key Concepts' and 'Common Scheduling Failures' sections are largely educational material that Claude doesn't need. Domain knowledge sections, while potentially useful, are heavily padded with explanatory prose rather than concise reference material. | 1 / 3 |
Actionability | The skill provides detailed step-by-step processes and specific formulas (ES, EF, LS, LF calculations), output table formats, and communication templates. However, there is no executable code for the core calculations (CPM algorithm, forward/backward pass), the HTML Gantt rendering instructions are descriptive rather than providing actual implementation code, and the CSV parsing is described but not demonstrated with concrete code examples. | 2 / 3 |
Workflow Clarity | The multi-step process is clearly sequenced across 8 steps with explicit validation checkpoints ('If critical inputs are missing, stop and ask'), feedback loops (what-if cascade protocol with 9 clearly numbered steps), and mode-specific branching. The 'Before Starting Any Mode' checklist and the three-scenario modelling for regulatory lags demonstrate strong validation discipline. Mode 4's explicit instruction to calculate float on the full network before filtering is a good error-prevention checkpoint. | 3 / 3 |
Progressive Disclosure | The content is largely monolithic — all domain knowledge, methodology explanations, scheduling patterns, and common failures are inline rather than referenced from separate files. Cross-skill handoffs are well-organized, but the massive inline sections on CPM methodology, legal scheduling patterns, and common failures could be split into reference documents. The skill does reference other skills (matter-plan-builder, status-report-drafter) but doesn't split its own content effectively. | 2 / 3 |
Total | 8 / 12 Passed |
Validation
100%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 11 / 11 Passed
Validation for skill structure
No warnings or errors.
1eb58a1
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.