Install
$ agentstack add skill-ks6088ts-labs-skills-architecture-design-creator ✓ 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
アーキテクチャ設計書クリエイター
PRD で定義された要件と機能設計書を技術的に実現するためのシステム構造とテクノロジースタックを定義するアーキテクチャ設計書を作成します。
前提条件
必須:
docs/prd.mdに PRD が存在することdocs/functional-design.mdに機能設計書が存在すること
存在しない場合は、先に prd-creator および functional-design-creator スキルで作成してください。
出力先
docs/architecture.md
基本ワークフロー
docs/prd.mdとdocs/functional-design.mdの内容を確認- テンプレート [references/template.md](references/template.md) を参照
- ガイド [references/guide.md](references/guide.md) に従って設計書を作成
docs/architecture.mdに保存
既存設計書がある場合
docs/architecture.md が既に存在する場合:
- 既存の構造と内容を 最優先 として維持
- このスキルのガイドは参考資料として使用
- 既存設計書の構造を維持しながら更新
主要セクション
アーキテクチャ設計書は以下で構成されます(該当するもののみ作成):
テクノロジースタック
- 言語・ランタイム(バージョン含む)
- フレームワーク・ライブラリ(選定理由を明記)
- 開発ツール
アーキテクチャパターン
- レイヤードアーキテクチャの定義
- 各レイヤーの責務・許可/禁止される操作
データ永続化戦略
- ストレージ方式とフォーマット
- バックアップ戦略(頻度、保存先、世代管理)
パフォーマンス要件
- レスポンスタイム目標(測定環境含む)
- リソース使用量の上限
セキュリティアーキテクチャ
- データ保護(暗号化、アクセス制御)
- 入力検証(バリデーション、サニタイゼーション)
スケーラビリティ設計
- データ増加への対応
- 機能拡張性
テスト戦略
- ユニットテスト、統合テスト、E2Eテスト
技術的制約
- 環境要件、パフォーマンス制約、セキュリティ制約
依存関係管理
- バージョン管理方針
詳細なガイドは [references/guide.md](references/guide.md) を参照してください。
設計原則
技術選定には理由を明記
すべての技術選定には、なぜその技術を選んだかの理由を記載してください。
レイヤー分離の原則
依存関係は一方向に保つ: UI → Service → Data
測定可能な要件
パフォーマンス要件は測定可能な形で記述してください。
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ks6088ts-labs
- Source: ks6088ts-labs/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.