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

Ship Item

skill-evolvehq-docflow-ship-item · by EvolveHQ

Ship a plan/todo item in a documentation-led repo — run the verify gate, integrate per the repo's model (fast-forward or PR), git mv todo→done with a shipped footer, advance the owning ADR(s) to Implemented, regenerate INDEX, append WORKLOG, update the live snapshot. Use when the user says "ship this", "complete the plan item", "mark done", "close out the queue item", or invokes /ship-item.

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

Install

$ agentstack add skill-evolvehq-docflow-ship-item

✓ 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-evolvehq-docflow-ship-item)

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 Ship Item? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

ship-item

Execute the completion event for one queue item. This is the most order-sensitive operation in the system — follow the steps exactly.

Step 0 — Preconditions and context

  1. Confirm the repo is bootstrapped with a plan/ queue.
  2. Read CONVENTIONS.md and AGENTS.md for: the integration model

(direct-to-main fast-forward vs. PR-based with required CI), the verify gate command, the multi-agent mode, and the Git contract (signed commits, tags, trailers). Resolve adr/, plan/, and INDEX.md against the artefact root recorded in CONVENTIONS.md (default: repository root).

Step 1 — Select the item

Default to the lowest-numbered plan/todo/ file, or the one the user names. Read it and the owning ADR(s) in full.

Step 2 — Verify

Run the repo's verify gate. Require a pass. Do not bypass with --no-verify or equivalent. If it fails, stop, surface the failure, fix the root cause, re-run.

Step 3 — Integrate (per the repo's model)

  • Direct-to-main, fast-forward: git merge --ff-only (or

the work is already on main), then git push origin main. The verify gate ran locally in Step 2.

  • PR-based: push the branch, gh pr create --draft --fill, wait

for CI green (gh pr checks --watch), gh pr ready, then gh pr merge with the repo's strategy. Confirm the merge landed on main before continuing.

Step 4 — Move the queue item

Once the change is on main:

  • git mv plan/todo/NNNN-.md plan/done/-.md

(today's date prefix).

  • Amend the moved file with a footer: "Shipped at HEAD ``" plus

any artefact id, image tag, deploy id, or PR link.

Step 5 — Advance the ADR(s) and regenerate

  • Advance each owning ADR's status: from Accepted to Implemented.
  • Append a Revision History row if the status change is substantive

(it is). Regenerate INDEX.md to match.

Step 6 — Record

If _agent/ was omitted at bootstrap (Q5 = None), skip this step — git history is the record.

  • Append a one-line _agent/WORKLOG.md row: branch, HEAD, verify

result, any deferral.

  • Update the live snapshot: _agent/CURRENT_FOCUS.md in single-checkout

modes; in worktree mode (Q5 mode 3) remove this worktree's row from _agent/IN_FLIGHT.md instead (CURRENT_FOCUS is local-only there).

Step 7 — Commit

Conventional Commit, Rationale: footer (touches an ADR). Group the move + status advance + INDEX + WORKLOG into one coherent commit where possible so the completion event is atomic in history.

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.