AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Project Tracking

skill-epismoai-skills-project-tracking · by epismoai

Manage tasks and goals in Epismo projects. Run day-to-day tracking operations: create and update tracks, plan multi-step work, unblock stalled queues, and delegate tasks to AI agents. Trigger on: 'add a task', 'update status', 'plan this', 'what's blocked', 'rebalance workload', 'delegate to AI', or any intent to read or write project execution state.

No reviews yet
0 installs
26 views
0.0% view→install

Install

$ agentstack add skill-epismoai-skills-project-tracking

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-epismoai-skills-project-tracking)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Project Tracking? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Project Tracking

Operate on tasks and goals in Epismo projects — from a quick status update to full goal restructuring.

Core principle: read current state → apply the smallest useful change.

> For connection setup, surface conventions, scope model, share URL resolution, and error handling, see [Epismo Basics](../epismo-basics/SKILL.md). > For workflow pack discovery and release, see [Workflow Pack](../workflow-pack/SKILL.md).

> Surface selection: CLI and MCP connect to the same Epismo service. Use CLI if available; fall back to MCP if not. Never use both in the same session.

Operations

| Operation | CLI | | -------------- | -------------------------------------------------------- | | search track | epismo track search --type task\|goal --filter '{...}' | | get track | epismo track get | | create track | epismo track create --input '' | | update track | epismo track update --input '' | | delete track | epismo track delete | | apply track | epismo track apply --input '' |

CLI forms shown; on MCP, derive the tool name mechanically (track getepismo_track_get). See [surface conventions](../epismo-basics/SKILL.md#surface-conventions).

For filter keys, status values, entity relationships, and search recipes, see [Search & Filter](./references/search.md).

Intent Router

| Intent | When to choose | Steps | Key reference | | --------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------- | ----------------------------------------------------------------- | | Update existing work | Field change on something that already exists (status, assignee, date, priority, content) | 3 Coordinate — Partial Update | [Runbook](./references/runbook.md#1-partial-update) | | Add one new item | Exactly one task or goal; existing structure is valid | 3 Coordinate — New Item | [Runbook](./references/runbook.md#2-new-item-creation) | | Plan multiple items or a new goal | New goal structure, multi-step plan, or batch creation | 2 Plan → 3 Coordinate — Large-Scale | [Runbook](./references/runbook.md#3-large-scale-planning) | | Unblock or rebalance | Stalled queue, overloaded assignee, dependency bottleneck, noisy backlog | 4 Risk → 3 Coordinate — Recovery | [Runbook](./references/runbook.md#4-recovery-and-backlog-hygiene) | | Design an AI-owned task | Delegating work to an AI agent with clear acceptance criteria | 3 Coordinate + AI Delegation | [AI Delegation](./references/ai-delegation.md) | | Unclear intent | Cannot confidently match any row above | 1 Intake — ask once | — |

4-Step Flow

1 Intake

Confirm the user's desired outcome, constraints, timeline, active workspace, and target project scope. Ask one clarifying question if intent is ambiguous. If unanswered, default to read-only and report findings.

2 Plan

Run before structural changes (new goals, multi-item plans, dependency rewiring). Follow [Runbook — Planning Checks](./references/runbook.md#planning-checks): diagnose current state → select mode → design ownership contracts → confirm write destination → set next checkpoint. Always choose the smallest mode that satisfies the request.

3 Coordinate

Pick one execution mode from [Runbook — Mode Selector](./references/runbook.md#mode-selector):

  • Partial Update — localized field edits on existing entities.
  • New Item Creation — exactly one new task / goal.
  • Large-Scale Planning — multiple coordinated items with ownership contracts.
  • Recovery — address overload, stall, or noisy backlog.

When a task status changes to done, run a downstream dependents check: query dependsOn=[""] and report what is now unblocked.

Operational state lives in tracks. Use workflow packs only when the structure should be reused beyond the current execution context — see [Workflow Pack](../workflow-pack/SKILL.md).

Design AI-owned tasks with [AI Delegation](./references/ai-delegation.md). Use [Track Operations](./templates/operations.md) for structured write output after the [Runbook](./references/runbook.md) checks are complete.

4 Risk

Evaluate bottlenecks and dependency risk per [Runbook](./references/runbook.md). Run backlog hygiene (stale, duplicate, low-signal) during recovery.

Write Safety

  1. Scope first — confirm the target project before any write. If unclear, ask once.
  2. No silent writes — if a clarification question is unanswered, continue read-only.
  3. Approval for risk — require explicit approval for large-scale plans, multi-entity recovery, and destructive changes.

Source of Truth

Repository: https://github.com/epismoai/skills

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.