evyasys-deliver

evyasys-deliver is a skill for Claude Code from Evyasys-Software-Solutions/EvyaGovernance. It costs 264 tokens per session (1,146 once invoked), scanned A, original, MIT.

An end-to-end workflow for delivering a software story from planning through code, review, testing preparation, documentation, and project updates. It includes approval points where a person can confirm the next stage.

In plain words
What is it for?
Use it to implement a story, review and test the changes, prepare delivery documents, create a branch and commit, update the project-management system, and report the result.
Why use it?
It keeps the many steps of a story delivery process together and checks the work against the project's standards before completion.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the evyasys plugin — 15 skills, 15 commands shipped together

Good fit Use it to implement a story, review and test the changes, prepare delivery documents, create a branch and commit, update the project-management system, and report the result.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/evyasys-software-solutions/evyagovernance/evyasys-deliver
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Evyasys-Software-Solutions/EvyaGovernance --skill evyasys-deliver
Clone the repo
git clone --depth 1 https://github.com/Evyasys-Software-Solutions/EvyaGovernance

Made for: Claude Code.

Or install evyasys, the plugin that ships this one along with the rest of its 15 skills, 15 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for evyasys-deliver

README.md
[![agentmods](https://agentmods.dev/badge/skills/evyasys-software-solutions/evyagovernance/evyasys-deliver/github.svg)](https://agentmods.dev/skills/evyasys-software-solutions/evyagovernance/evyasys-deliver)
Your own site
<a href="https://agentmods.dev/skills/evyasys-software-solutions/evyagovernance/evyasys-deliver"><img src="https://agentmods.dev/badge/skills/evyasys-software-solutions/evyagovernance/evyasys-deliver/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for evyasys-deliver

Your own site · 80×15
<a href="https://agentmods.dev/skills/evyasys-software-solutions/evyagovernance/evyasys-deliver"><img src="https://agentmods.dev/badge/skills/evyasys-software-solutions/evyagovernance/evyasys-deliver.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 264 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,146 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00264 $0.01146
Opus 5 $0.00132 $0.00573
Sonnet 5 $0.00053 $0.00229
Haiku 4.5 $0.00026 $0.00115

Measured 12d ago against content hash 380d4d3e2346, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

evyasys-deliver scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (hooks.js), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/evyasys-deliver/SKILL.md · 71 lines

How it starts

The opening of the file, as written. The whole thing — 71 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Skill: evyasys-deliver

What it does

End-to-end story orchestrator that runs 10 phases with 3 human approval gates:

Phase Action Autonomous?
0 Batch-load story + subtasks + rules + all quality-gate docs + templates Yes
1 Codebase probe + batch clarifying questions (Gate 1 — auto-skipped if none) Gate
2 Architecture reference scan + brainstorm recommendation (Gate 2) Gate
3 Write the code following every loaded standard Yes
4 Full ReviewDev self-review with up to 2 auto-fix iterations Yes
5 Generate test plan (positive/negative/edge/regression/non-functional) Yes
6 Queue doc updates for TrainDocs --retrain Yes
7 Draft DevSummary + ReleaseNotes Yes
8 Final approval summary (Gate 3 — commit + PM update + notify) Gate
9 Hook: writes artefacts, creates feature branch, local commit, PM update, notification Yes
10 Per-story status report + next steps Yes

What it produces per story

4 artefacts (never 5 — release notes belong to FinishQa) written to .evyasys/board/**/<StoryID>/:

Artefact Purpose
<id>_TechBrainstorm.md The approved architecture decision + reference files
<id>_DevSummary.md ACs met, files touched, tests added, manual QA hints, docs to update, assumptions
<id>_CodeReview.md Full self-review with severity-graded findings + verifier fact-check result
<id>_TestPlan.md AC-driven test cases including edge and regression

Plus:

  • PM state transitioned to Ready for QA
  • One notification per story (or per epic in epic mode)
  • Traceability entry appended to .evyasys/traceability.json
  • .evyasys/CONTEXT.md regenerated
  • No git operations (default) — source-code changes are in the working tree, developer commits + pushes
  • With --commit: hook additionally creates the feature branch and a local commit (never pushed)

Speed targets (from AGENT.md)

Story size Target wall time
Small (1–3 subtasks, ≤ 5 files) < 5 min
Medium (4–7 subtasks, 6–15 files) < 15 min
Large (8+ subtasks, 15+ files) < 30 min (announced up-front with offer to split)

Read the full file on GitHub · 71 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 71 lines · 264 tokens per session scan A 380d4d3e2346

Subscribe to this mod's changes

evyasys-deliver is a skill published in the GitHub repository Evyasys-Software-Solutions/EvyaGovernance (7 stars, last pushed 1mo ago), licensed MIT. It adds 264 tokens to every session and 1,146 once invoked, about $0.0013 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

product-manager-toolkit

Use when the user needs product management workflows such as RICE prioritization, customer interview analysis, PRD templates, discovery frameworks, go-to-market strategy, feature prioritization, research synthesis, or requirements documentation.

majiayu000/spellbook · 47 tokens

weekly

A weekly-report workflow that combines Git history with records from Claude Code and Codex sessions. It turns work from a selected date range into a report for two related software repositories.

majiayu000/spellbook · 41 tokens

review-proposals

Triages pending improvement-proposal MCP items — presents each with its scope and evidence, collects an accept/reject/defer decision per proposal, and carries out the disposition: project-scoped acceptances get their exact YAML applied to .taskorchestrator/config.yaml and pushed per-root; global acceptances get a…

jpicklyk/task-orchestrator · 129 tokens

work-summary

Generates a project dashboard from MCP work items. Default is a lean, attention-first view: what's in flight, what's blocked, what to do next, what's queued. Use when the user says: project status, what's active, show me the dashboard, work summary, what should I work on, project health, what's blocked, where did I…

jpicklyk/task-orchestrator · 110 tokens

adopt-project-scope

Migrates an already-populated, unscoped Task Orchestrator database in place to the project-scoping convention — creates a project anchor root, re-parents existing work trees under it, and writes rootId back to config.yaml. Use when a user says: adopt project scope, migrate this database to project scoping, make this…

jpicklyk/task-orchestrator · 99 tokens

batch-complete

Completes or cancels multiple items at once — closes out features, cleans up old work, and archives completed workstreams. Use when a user says: close out this feature, complete everything under X, cancel this workstream, clean up old items, bulk complete, finish this feature, or archive completed work.

jpicklyk/task-orchestrator · 67 tokens