Install
$ agentstack add skill-morodomi-tdd-skills-tdd-onboard ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →About
TDD Onboard
既存プロジェクトにTDD環境をセットアップする。
Progress Checklist
コピーして進捗を追跡:
Onboard Progress:
- [ ] プロジェクト分析(フレームワーク/テストツール検出)
- [ ] 検出結果をユーザーに確認
- [ ] docs/ 構造作成(cycles/, README.md, STATUS.md)
- [ ] CLAUDE.md 生成(既存あればマージ)
- [ ] 階層CLAUDE.md推奨(任意)
- [ ] .claude/ 構造生成(rules/, hooks/)
- [ ] Pre-commit Hook確認(推奨)
- [ ] 初期Cycle doc作成
- [ ] Next Steps 表示
Workflow
Step 1: プロジェクト分析
フレームワークとツールを検出:
ls artisan 2>/dev/null # Laravel
ls app.py wsgi.py 2>/dev/null # Flask
ls wp-config.php 2>/dev/null # WordPress
ls composer.json package.json pyproject.toml 2>/dev/null
Step 2: 検出結果確認
AskUserQuestion で確認:
- フレームワーク
- パッケージマネージャ
- 既存CLAUDE.mdの処理方法
Step 3: docs/ 構造作成
mkdir -p docs/cycles
作成ファイル:
docs/README.md- ドキュメント索引docs/STATUS.md- プロジェクト状況(tdd-commitで自動更新)
テンプレートは [reference.md](reference.md) を参照。
Step 4: CLAUDE.md 生成
- 既存あり → マージ or 上書き確認
- 既存なし → テンプレートから生成
テンプレートとマージ戦略は [reference.md](reference.md) を参照。
Step 5: 階層CLAUDE.md推奨(任意)
tests/, src/, docs/ に CLAUDE.md 配置を推奨(各30-50行)。 詳細は [reference.md](reference.md) を参照。
Step 6: .claude/ 構造生成
存在しない場合に作成。rules/: git-safety, security, git-conventions。hooks/: recommended。推奨設定: Skill(tdd-core:*) をallowedToolsに追加。詳細は [reference.md](reference.md)。
Hook設定の案内: .claude/hooks/recommended.md に推奨Hook設定が記載されている旨をユーザーに伝え、~/.claude/settings.json にコピーしてClaude Codeを再起動するよう案内する。
Step 7: Pre-commit Hook確認(推奨)
hookなし → セットアップ推奨。詳細は [reference.md](reference.md) を参照。
Step 8: 初期Cycle doc作成
docs/cycles/YYYYMMDD_0000_project-setup.md を作成。
Step 9: 完了
セットアップ完了メッセージを表示。次: tdd-init で開発開始。
Reference: [reference.md](reference.md)
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: morodomi
- Source: morodomi/tdd-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.