# Smart Donkey Status

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

- **Type:** Skill
- **Install:** `agentstack add skill-cloudyview-smart-donkey-smart-donkey-status`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [cloudyview](https://agentstack.voostack.com/s/cloudyview)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [cloudyview](https://github.com/cloudyview)
- **Source:** https://github.com/cloudyview/smart-donkey/tree/master/skills/smart-donkey-status

## Install

```sh
agentstack add skill-cloudyview-smart-donkey-smart-donkey-status
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Smart Donkey Status

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

## Steps

1. Check if planning files exist:

```bash
echo "=== Planning Files ===" && ls -la task_plan.md findings.md progress.md smart-donkey-brain.md 2>/dev/null || echo "(some files missing)"
```

2. If `task_plan.md` exists, read it and extract:
   - Current goal
   - Phase statuses (table format)
   - Any errors encountered

3. If `progress.md` exists, read the last 20 lines to show:
   - Most recent actions
   - Current blockers

4. If `smart-donkey-brain.md` exists, show:
   - Number of entries per section
   - Last updated date

5. 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]
```

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

- **Author:** [cloudyview](https://github.com/cloudyview)
- **Source:** [cloudyview/smart-donkey](https://github.com/cloudyview/smart-donkey)
- **License:** MIT

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-cloudyview-smart-donkey-smart-donkey-status
- Seller: https://agentstack.voostack.com/s/cloudyview
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
