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

Tdd Plan

skill-morodomi-tdd-skills-tdd-plan · by morodomi

実装計画を作成し、Test Listを定義する。INITの次フェーズ。「設計して」「計画して」で起動。

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

Install

$ agentstack add skill-morodomi-tdd-skills-tdd-plan

✓ 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-morodomi-tdd-skills-tdd-plan)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
7mo 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 Tdd Plan? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

TDD PLAN Phase

実装計画を作成し、Cycle docのPLANセクションを更新する。

Progress Checklist

PLAN Progress:
- [ ] Cycle doc確認 → リスク確認 → ドキュメント確認
- [ ] 対話 → PLAN更新 → Test List作成
- [ ] plan-review自動実行

禁止事項

  • 実装コード作成(GREENで行う)
  • テストコード作成(REDで行う)

Workflow

Step 1: Cycle doc確認

ls -t docs/cycles/*.md 2>/dev/null | head -1

Environmentセクションでバージョン情報を把握。

Step 1.5: リスクスコア確認

Cycle docの Risk: [スコア] ([判定]) を読み取り、設計深度を決定:

| スコア | 判定 | 設計深度 | |--------|------|----------| | 0-29 | PASS | 簡易設計(Test List中心、対話省略可) | | 30-59 | WARN | 標準設計(現行通り) | | 60-100 | BLOCK | 詳細設計([reference.md](reference.md)参照) |

Riskフィールドなし → WARN(標準設計)として扱う。

Step 2: 最新ドキュメント確認(必要な場合)

メジャーバージョンや破壊的変更が疑われる場合、WebSearch/WebFetchで確認。

Step 3: 実装計画の対話

アーキテクチャ、依存関係、品質基準をユーザーに確認。

Step 4: PLANセクション更新

背景・設計方針・ファイル構成をCycle docに追記。

Step 5: Test List作成

タスク粒度: 各タスクは2-5分で完了する1アクション

5分を超えそうなタスクは分割する。詳細: [reference.md](reference.md#タスク粒度)

| カテゴリ | 必須 | |----------|------| | 正常系 | ✅ | | 境界値 | ✅ | | エッジケース | ✅ | | 異常系 | ✅ | | 権限 | △ 認証機能時 | | 外部依存 | △ API/DB連携時 | | セキュリティ | △ 入力処理時 |

目安: 機能1つにつき5-10ケース(各2-5分)

異常系は [エラーメッセージ設計](reference.md#エラーメッセージ設計) を参照。

## Test List

### TODO
- [ ] TC-01: [正常系]
- [ ] TC-02: [境界値]
- [ ] TC-03: [エッジケース]
- [ ] TC-04: [異常系]

Step 5.5: クロスレイヤー検出(tdd-parallel 提案)

CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS 有効時、複数レイヤー検出で tdd-parallel を提案。詳細: [reference.md](reference.md#クロスレイヤー検出)

Step 6: plan-review自動実行

Test List作成後、Skill(tdd-core:plan-review) を実行。plan-reviewがRED以降を制御。

Reference

  • 詳細: [reference.md](reference.md)
  • Phase Completion(圧縮ガイダンス): [reference.md#phase-completion](reference.md#phase-completion)

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.