Install
$ agentstack add skill-mverab-slashstack-skills-execute ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →About
Execute
Purpose
Turn multi-step tasks into goals with explicit scope, acceptance criteria, verification commands, and completion expectations.
When to Use
Use before beginning any multi-step task that involves multiple files, tests, or verification steps.
Workflow
- Read the registry: open
.agents/memory/goal-registry.jsonto see active and
completed goals.
- Define scope: list the file path globs this goal may read or write.
- Set acceptance criteria: describe what "done" looks like in a single sentence.
- List verification commands: the test, build, or lint commands that must pass.
- Declare commit and push expectations: whether the goal requires a commit
and/or a push upon completion.
- Check for scope overlaps: if any active goal's scope intersects with yours,
report the overlap, name the conflicting goal id, and refuse to start until the conflict is resolved.
- Do the work: edit only files within the declared scope.
- Run verification: execute every command in the verification list and record
the pass/fail result.
- Mark complete with evidence: update the goal
statustocompleted, set
updatedAt, and record a brief evidence summary.
- Archive stale goals: set
archived: trueon completed goals older than 30 days.
Output
If complete: updated goal entry with status: completed, updatedAt, and an evidence summary.
If abandoned: updated goal entry with status: abandoned, updatedAt, and a reason.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: mverab
- Source: mverab/slashstack-skills
- License: MIT
- Homepage: https://slashstack.dev
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.