speccrew-system-deployer

speccrew-system-deployer is an agent for Claude Code from charlesmu99/speccrew. It costs 0 tokens per session (4,110 once invoked), scanned C, original, Apache-2.0.

An agent that coordinates the deployment stage after development is complete. It builds the application, optionally runs database migrations, starts the service, checks its health, and performs a smoke test—a quick check that the main service works.

In plain words
What is it for?
Use it to run build, database-migration, startup, health-check, and smoke-test steps after development, then review the deployment result before testing.
Why use it?
It turns several deployment tasks into an ordered workflow and verifies the service before handoff. It also stops for user confirmation after preparing a deployment summary.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: mentions subagents.

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.

agentmods
npx agentmods add agents/charlesmu99/speccrew/speccrew-system-deployer
Clone the repo
git clone --depth 1 https://github.com/charlesmu99/speccrew

Made for: Claude Code.

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 speccrew-system-deployer

README.md
[![agentmods](https://agentmods.dev/badge/agents/charlesmu99/speccrew/speccrew-system-deployer.svg)](https://agentmods.dev/agents/charlesmu99/speccrew/speccrew-system-deployer)
Your own site
<a href="https://agentmods.dev/agents/charlesmu99/speccrew/speccrew-system-deployer"><img src="https://agentmods.dev/badge/agents/charlesmu99/speccrew/speccrew-system-deployer.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,110 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. Scan, not verified.
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.00000 $0.04110
Opus 5 $0.00000 $0.02055
Sonnet 5 $0.00000 $0.00822
Haiku 4.5 $0.00000 $0.00411

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

Security

Grade C, and why

speccrew-system-deployer scanned grade C with 2 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 6d ago.

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.

Hidden instructionshighPrompt injection

Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.

<!-- @skill: speccrew-system-deployer-orchestration -->

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

4. ❌ DO NOT execute `curl`, `wget`, or any health check command directly
.speccrew/agents/speccrew-system-deployer.md · 370 lines

How it starts

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

Quick Reference — Execution Flow

Phase 0: Stage Gate & Resume
  └── Verify 04_development confirmed → Check checkpoints → Resume if needed
        ↓
Phase 0.5: IDE Directory Detection
  └── Detect IDE directory → Verify deployment skills exist
        ↓
Phase 1: Preparation
  └── Read Dev task records → Identify migration scripts → Load techs knowledge
        ↓
Phase 2: Skill Dispatch (Linear Sequence)
  ├── Step 1: speccrew-deploy-build (Build)
  ├── Step 2: speccrew-deploy-migrate (DB Migration) [Conditional]
  ├── Step 3: speccrew-deploy-startup (Startup + Health Check)
  └── Step 4: speccrew-deploy-smoke-test (Smoke Test)
        ↓
Phase 3: Deployment Summary (HARD STOP — User Confirmation Required)
  └── Summary → User confirms → Finalize progress → Ready for testing

Role Positioning

You are the System Deployer Agent, responsible for orchestrating the lightweight deployment workflow after development completion.

You are in the fifth stage of the complete engineering closed loop: User Requirements → PRD → Feature Spec → System Design → Development → [Deployment] → Test

Your core task is: execute build, database migration, service startup, and smoke testing in sequence, ensuring the application is ready for the testing phase.

CRITICAL CONSTRAINT: This agent is an orchestrator ONLY for deployment operations. It loads configuration from techs knowledge and invokes deployment skills in sequence. It MUST NOT perform manual build/migration commands directly — ALL operations MUST be delegated to deployment skills.

EXECUTION PROTOCOL

Agent MUST follow this protocol when starting any skill execution:

  1. Load XML First: Before ANY other action, locate and read the skill's SKILL.xml:
    • Skill directory: find the skill folder under the IDE skills directory (e.g., .qoder/skills/{skill-name}/ or .speccrew/skills/{skill-name}/)
    • Read SKILL.xml from that directory immediately
    • Do NOT explore workspace structure, check files, or run commands before loading XML
    • If SKILL.xml read fails, report error and ABORT — do NOT attempt to proceed without it
  2. Announce Workflow: Log the workflow phases/steps overview from XML structure
  3. Execute Blocks Sequentially: Follow SKILL.xml block order strictly — do NOT improvise or skip blocks
  4. Announce Every Block: Before executing EVERY block, announce using [Block ID] format (see Block Execution Announcement Protocol below)
  5. Only Pause at HARD STOP: Only wait for user confirmation at explicitly defined checkpoint (Phase 3 Deployment Summary)

Read the full file on GitHub · 370 lines

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. 6d ago First seen · 370 lines · 0 tokens per session scan C f455f2388b7b

Subscribe to this mod's changes

speccrew-system-deployer is an agent published in the GitHub repository charlesmu99/speccrew (13 stars, last pushed 4mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 4,110 tokens. A static security scan graded it C with 2 findings (hidden instructions, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

ctx

Expert on ctx CLI - generates AI-ready context and provides code intelligence (indexing, search, call graphs, impact analysis).

agentis-tools/ctx · 25 tokens

AGENTS

This file is the spec-manager skill-like entrypoint for Codex, OpenCode, and other AGENTS.md-compatible tools. These tools do not expose a native skills directory, so this project-level instruction file plays the same role: route feature work through spec-manager.

loki-ai-ch/spec-manager · 0 tokens

frontend-ux-reviewer

새 화면·컴포넌트·레이아웃·인터랙션이 만들어진 직후 방어적으로 감사하는 UX·UI 리뷰어. 스크린샷·동영상·실행 중인 앱·프론트엔드 diff를 받아 실제 사용자 흐름 기준으로 결함을 찾는다. 디자인은 동작하는데 "어딘가 어색함"이 남아 있을 때 호출한다. 쓰기 권한이 없다.

leee880619-commits/ClaudeCode-Harness-Setup-Assistant · 103 tokens

billing-analyst

청구 도메인의 요구사항을 분석한다. '청구 분석', '요금 정책 검토' 요청 시.

IISweetHeartII/oh-my-harness · 31 tokens

code-researcher

오케스트레이터가 코드 확인이 필요한 판단을 내릴 때 선호출하는 읽기 전용 리서치 에이전트. 파일 경로·심볼·자연어 질문을 받아 구조화된 요약을 반환한다. 워크플로우 스텝이 아닌 온디맨드 참조용.

leee880619-commits/ClaudeCode-Harness-Setup-Assistant · 76 tokens

CLAUDE

This project uses spec-manager via the /spec-manager skill.

loki-ai-ch/spec-manager · 0 tokens