AgentStack
SKILL verified MIT Self-run

Smart Donkey Status

skill-cloudyview-smart-donkey-smart-donkey-status · by cloudyview

Show current Smart Donkey workflow status: plan phases, progress, brain file stats, and any blockers.

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

Install

$ agentstack add skill-cloudyview-smart-donkey-smart-donkey-status

✓ 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.

Are you the author of Smart Donkey Status? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Smart Donkey Status

Show the user a quick status dashboard of the current Smart Donkey workflow.

Steps

  1. Check if planning files exist:
echo "=== Planning Files ===" && ls -la task_plan.md findings.md progress.md smart-donkey-brain.md 2>/dev/null || echo "(some files missing)"
  1. If task_plan.md exists, read it and extract:
  • Current goal
  • Phase statuses (table format)
  • Any errors encountered
  1. If progress.md exists, read the last 20 lines to show:
  • Most recent actions
  • Current blockers
  1. If smart-donkey-brain.md exists, show:
  • Number of entries per section
  • Last updated date
  1. Present a concise dashboard:
Smart Donkey Status
====================
Task: [task name from plan]
Phase: [current phase] / [total phases]
Progress: [completed] done, [in_progress] active, [not_started] remaining
Brain: [N] lessons learned
Blockers: [none / list]
Next Step: [what to do next]
  1. If no planning files exist, say:

> "No active Smart Donkey session. Use /smart-donkey to start one."

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.