kickoff

kickoff is a skill for Claude Code, Codex from morodomi/dev-crew. It costs 51 tokens per session (779 once invoked), scanned A, original, MIT.

A workflow skill that reads an approved plan and creates a cycle document for a test-driven development task. It copies the plan’s scope, design notes, risks, dependencies, and test list into the document.

In plain words
What is it for?
Use it to start a TDD cycle, create a document under docs/cycles, and carry approved planning and testing details into it.
Why use it?
It removes the manual work of turning a plan into the standard record for a development cycle. It also keeps implementation and test writing out of this preparation step.

Skill for Claude CodeCodex

Part of the dev-crew plugin — 29 skills, 41 agents, 3 hooks shipped together

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 skills/morodomi/dev-crew/skills-kickoff
Any agent
npx skills add morodomi/dev-crew --skill skills-kickoff
Clone the repo
git clone --depth 1 https://github.com/morodomi/dev-crew

Made for: Claude Code, Codex.

Or install dev-crew, the plugin that ships this one along with the rest of its 29 skills, 41 agents, 3 hooks.

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 kickoff

README.md
[![agentmods](https://agentmods.dev/badge/skills/morodomi/dev-crew/skills-kickoff.svg)](https://agentmods.dev/skills/morodomi/dev-crew/skills-kickoff)
Your own site
<a href="https://agentmods.dev/skills/morodomi/dev-crew/skills-kickoff"><img src="https://agentmods.dev/badge/skills/morodomi/dev-crew/skills-kickoff.svg" alt="Measured on agentmods" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 779 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 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.00051 $0.00779
Opus 5 $0.00026 $0.00390
Sonnet 5 $0.00010 $0.00156
Haiku 4.5 $0.00005 $0.00078

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

Security

Grade A, and why

kickoff 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 5d 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.

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.

docs/archive/skills-kickoff/SKILL.md · 89 lines

What it actually says

Progress Checklist

KICKOFF Progress:
- [ ] planファイル読み取り → 情報抽出
- [ ] Cycle doc生成(テンプレートから)
- [ ] Test List・設計情報の転記
- [ ] 完了メッセージ表示

禁止事項

  • planファイルの内容を変更しない(読み取りのみ)
  • 実装コード作成(GREENで行う)
  • テストコード作成(REDで行う)

Workflow

Step 1: Read Plan File

plan modeで作成・承認されたplanファイルを読み取り、以下の情報を抽出:

  • TDD Context: feature name, environment, scope, risk
  • 探索結果: 既存パターン、影響範囲
  • 設計方針: アーキテクチャ、依存関係
  • Test List: 正常系/境界値/エッジケース/異常系
  • QAチェック結果: カバレッジ・粒度・セキュリティ・独立性

Step 2: Generate Cycle Doc

Feature nameからファイル名を生成し、templates/cycle.md からCycle docを作成。

mkdir -p docs/cycles && NOW=$(date '+%Y-%m-%d %H:%M')

$NOW をfrontmatter (created/updated) とProgress Logに使用。Claude Codeは時刻を持たないため date 実行が必須。

planファイルから以下をCycle docに転記:

Cycle doc セクション planファイルからの転記元
Scope Definition In Scope / Out of Scope / Files to Change
Environment Layer, Plugin, Risk, Runtime, Dependencies
Risk Interview BLOCK時のインタビュー回答
Context & Dependencies 依存関係・参照ドキュメント
Implementation Notes Goal, Background, Design Approach

Step 3: Transfer Test List

planファイルのTest ListをCycle docのTest Listセクションに転記。

## Test List

### TODO
- [ ] TC-01: [test case]
- [ ] TC-02: [test case]

### WIP
(none)

### DISCOVERED
(none)

### DONE
(none)

Step 3.5: Codex Debate (optional)

  1. which codex でCodex利用可能か確認
  2. 利用不可 → 既存 review --plan にフォールバック(結果をProgress Logに記録)、Step 4へ
  3. 利用可能 → reference.mdのDebate Workflowを実行
  4. 結果をCycle docのImplementation Notesに追記(Accepted/Rejected/Deferred)

Step 4: Complete

Output: KICKOFF完了。Cycle doc: {path}。次: orchestrate→自動RED / 手動→ /review --plan

Reference

Files

What ships with it

2 files 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. 5d ago First seen · 89 lines · 51 tokens per session scan A 5f1a7d325100

Subscribe to this mod's changes

kickoff is a skill published in the GitHub repository morodomi/dev-crew (1 stars, last pushed yesterday), licensed MIT. It adds 51 tokens to every session and 779 once invoked, about $0.0003 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

testing-principles

Language-agnostic testing principles including TDD, test quality, coverage standards, and test design patterns. Use when writing tests, designing test strategies, or reviewing test quality.

shinpr/claude-code-workflows · 40 tokens

tdd

This skill should be used when the user asks to "add a feature using TDD", "fix a bug with TDD", "do TDD", "red-green-refactor", "write a failing test first", "use test-driven development", "start TDD", "test first approach", "TDD loop", "TDD cycle", or mentions TDD workflow, baby steps, guessing game, or…

t1/tdder · 102 tokens

unfolding-orchestrator

Orchestrator role in the Unfolding Specs process. Launches the PO, forwards unsolicited Sensei guidance, handles genuine commissioner issues, and resumes the workflow through the platform-specific live task mechanism.

t1/tdder · 47 tokens

github-safety

This skill should be used when working on any project hosted on GitHub. It provides prompt-injection defense rules for GitHub issues and pull requests. Always-on security rules plus optional workflow conventions.

t1/tdder · 43 tokens

ci-cd

Use when working on CI/CD pipelines and automation — build, test, and deploy automation, pipeline design, and deployment strategies. Triggers on "CI pipeline", "GitHub Actions", "deployment strategy", "CI/CD", "流水线", "持续集成", "部署策略".

int2t05/engineering-skills · 62 tokens

release-notes

Generate and publish concise, evidence-based notes in the body of the latest existing GitHub Release. Use only when the user explicitly invokes $release-notes or explicitly asks to update the latest existing GitHub Release body. Do not invoke for general release planning, changelog, tag, or version tasks.

kenryu42/cc-safety-net · 65 tokens