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

Plan

skill-artttj-rapid-stack-plan · by artttj

Use when an approved spec needs its build plan — writes docs/specs/<slug>/plan.md pinned to the spec body hash, with a sign-off gate.

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

Install

$ agentstack add skill-artttj-rapid-stack-plan

✓ 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-artttj-rapid-stack-plan)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo 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 Plan? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

op:plan

Think expensive, execute cheap: plan at high effort so the build can run lean.

Steps

  1. Locate the spec: the argument, else the newest docs/specs/*/spec.md with status: approved. Hard stop if not approved or Open questions is non-empty — route back to /op:spec.
  2. Effort check: suggest max for this step (arrow-choice).
  3. Compute the spec pin (body = everything after the closing frontmatter ---):

awk 'c==2{print} /^---$/{if(c/spec.md | shasum -a 256 | cut -c1-12

  1. 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)
  1. Self-check against the spec: every Behavior covered, no placeholders, exact paths. Fix inline.
  2. Sign-off gate (arrow-choice): sign off / revise / abandon. On sign-off → status: signed-off, commit (docs: add plan), offer /op:build.
  3. 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.

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.