Install
$ agentstack add skill-artttj-rapid-stack-plan ✓ 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
op:plan
Think expensive, execute cheap: plan at high effort so the build can run lean.
Steps
- Locate the spec: the argument, else the newest
docs/specs/*/spec.mdwithstatus: approved. Hard stop if not approved or Open questions is non-empty — route back to /op:spec. - Effort check: suggest max for this step (arrow-choice).
- Compute the spec pin (body = everything after the closing frontmatter
---):
awk 'c==2{print} /^---$/{if(c/spec.md | shasum -a 256 | cut -c1-12
- Write
docs/specs//plan.md:
---
spec: docs/specs//spec.md
spec-version:
status: draft
---
# — build plan
## Tasks
### Task 1:
- Files: exact paths to create or modify
- Tests: the failing test to write first, named from the spec's Tests section
- Steps: write test → see it fail → implement → see it pass → commit
(one section per task; every spec Behavior maps to a task; every task ends committable)
- Self-check against the spec: every Behavior covered, no placeholders, exact paths. Fix inline.
- Sign-off gate (arrow-choice): sign off / revise / abandon. On sign-off →
status: signed-off, commit (docs: add plan), offer /op:build. - Re-run: /op:plan on a spec that already has a plan regenerates plan.md fresh (new pin). It never edits the spec.
Proof at end: plan path, pin value, status.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: artttj
- Source: artttj/rapid-stack
- License: MIT
- Homepage: https://artttj.de/blog/thirteen-commands/
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.