compass

Plans project timelines, dependencies, and critical paths for multi-week work.

1|Updated Jun 1, 2026
One-click install
npx skills add https://github.com/kridaydave/My_Skills --skill compass-kridaydave
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: compass
Source: https://github.com/kridaydave/My_Skills/tree/main/compass
Command: npx skills add https://github.com/kridaydave/My_Skills --skill compass-kridaydave

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Multi-week projects fail on unmapped dependencies, optimistic estimates, and fixed scope colliding with fixed dates. Compass turns a goal and deadline into an honest plan: a dependency graph, a critical path, realistic estimates with slack, and pre-decided cut lines for when things slip. ## Core Features & Use Cases - Dependency mapping and critical path analysis: Decomposes a goal into tasks, maps what gates what, and identifies the chain that sets the minimum duration. - Timeline and resource planning: Back-plans from hard deadlines, sequences milestones, assigns owners, and schedules parallel tracks with checkpoints. - Risk triage and scope cuts: Names the riskiest dependencies, front-loads uncertain work, and defines the cut order before a crunch hits. - Use Case: You have a paper submission in 10 weeks with no experiments run yet. Compass decomposes the work, finds that experiments gate everything downstream, back-plans with a review buffer, and names which ablation gets dropped first if you fall behind. ## Quick Start Ask Compass to build a project plan with milestones, dependencies, and a critical path for your goal and deadline.

Frequently Asked Questions about compass

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a project timeline with dependencies?▼

Decompose the goal into estimable tasks, map which tasks gate which, then find the critical path — the longest dependent chain that sets the minimum duration. Back-plan milestones from the deadline and assign owners to each task.

How do I find the critical path in a project plan?▼

The critical path is the longest chain of dependent tasks; it determines the shortest possible project duration. Tasks off this chain have slack, while any slip on the chain delays the finish date directly.

What should I do when a project falls behind schedule?▼

Re-plan against the fixed date instead of adding hours. Re-estimate the remaining critical path honestly, then cut or defer off-path scope in the pre-decided order — if the core work still doesn't fit, either the date moves or scope drops.

When is a full project plan with a gantt chart overkill?▼

For small tasks like a two-day solo job, a gantt chart costs more effort than the work itself. A simple ordered checklist with an owner and a deadline is sufficient; reserve program management for multi-person, multi-week efforts.

Can a project have a fixed deadline and fixed scope at the same time?▼

Fixing scope, date, and resources simultaneously only works if nothing goes wrong, which never holds. One constraint must give — decide explicitly which one flexes before planning, and add slack where estimates are uncertain.