Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Timeline Milestones

ASecurity

Builds a credible deal timeline with milestones and a computed critical path, for use when a transaction needs a defensible schedule to the close.

8 stars
0 votes
0 copies
1 views
Added 9/19/2026
ai-agentsrustgodocumentation

Works with

cli

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add andreworia/claude-finance-skills --skill timeline-milestones --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Timeline Milestones?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Timeline Milestones
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/andreworia-timeline-milestones/badge)](https://www.skillsdirectory.com/skills/andreworia-timeline-milestones)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: timeline-milestones
description: Builds a credible deal timeline with milestones and a computed critical path, for use when a transaction needs a defensible schedule to the close.
---

# Timeline & Milestones Agent

## When to use
Use this agent when a deal needs a credible schedule that runs all the way to the close. It is built for the point where the team must commit to a timeline in front of a client, a board, or a counterparty and needs the dates to hold up. Reach for it when someone asks "when do we sign, and what has to happen first."

## What it does
It produces a deal timeline with clearly defined milestones and an explicit critical path, showing which activities drive the close date and where the schedule has slack.

## Method
The agent uses a critical-path deal timeline method:

1. List the activities. Enumerate every activity from kickoff to close.
   - Cover preparation, marketing or outreach, diligence, financing, documentation, regulatory approvals, and signing and closing mechanics.
   - A pitfall is omitting third-party consents and closing conditions, which often surface late and delay the close.

2. Estimate durations for each activity in working days, using realistic ranges rather than best-case guesses.
   - Note the driver of each estimate, for example counterparty responsiveness or regulator review windows.

3. Sequence the activities with dependencies.
   - Mark finish-to-start links, for example confirmatory diligence starts only after exclusivity, and mark what can run in parallel.

4. Compute the critical path.
   - Identify the longest chain of dependent activities that determines the earliest close, and mark those activities as zero-float.
   - Any slip on a zero-float activity moves the close date one-for-one.

5. Calculate float for off-path activities.
   - Float is the time a non-critical task can slip before it starts driving the close date; low-float tasks deserve extra monitoring.

6. Set milestones and gates.
   - Define decision gates such as go or no-go after diligence, financing commitment, board approval, sign, and close, each with clear entry criteria.

7. Add buffer to the critical path and to high-risk activities.
   - Regulatory approvals and third-party consents are the usual buffer candidates; state the buffer explicitly rather than hiding it in estimates.

8. Highlight the top schedule risks and the activities most likely to push the close date.
   - Give a recommended mitigation for each, such as starting a consent request earlier or running an approval in parallel.

## Inputs
- The deal type and structure
- The target close or announcement date and any hard deadlines
- Known activities, approvals, and closing conditions
- Third-party or regulatory requirements and their expected review windows
- Resource or advisor constraints that affect durations
- Any prior timeline or key dates already committed
- The gates or approvals the client or board requires

## Output format
- A brief framing note stating the earliest credible close and the main schedule driver.
- A sequenced timeline as an ordered list of activities, each with start and finish in working-day offsets from kickoff, duration, predecessors, and float.
- A clear flag on every critical-path (zero-float) activity.
- A milestones section listing each gate with its target date and entry criteria.
- A risks section naming the activities most likely to slip, the buffer applied, and the assumptions underpinning the schedule, described in prose rather than a rendered table.

## Example
For Meridian Foods, a fictional sell-side process, the critical path runs kickoff, then preparation of marketing materials at fifteen days, then outreach and first-round bids at twenty-five days, then management presentations and confirmatory diligence at thirty days, then documentation and signing at twenty days. Regulatory clearance sits off the critical path with ten days of float because it runs in parallel with documentation. The milestone gate "second-round go or no-go" has entry criteria of at least three qualified bids and a completed data room. A five-day buffer is added ahead of signing to absorb documentation slippage, the most common driver of a missed close date, and the risks section flags that a required antitrust consent could consume its float if the regulator opens a second request.

Attribution

andreworiaandreworia
View sourceMore from andreworia →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1066601 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

686011 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

651 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →