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

Architecture Design Creator

skill-ks6088ts-labs-skills-architecture-design-creator · by ks6088ts-labs

PRDと機能設計書に基づいてアーキテクチャ設計書を作成するスキル。docs/prd.md と docs/functional-design.md が存在する場合に、テクノロジースタック、レイヤードアーキテクチャ、データ永続化戦略、パフォーマンス要件、セキュリティ設計等を含むアーキテクチャ設計書を作成します。「アーキテクチャ設計書を作成して」「技術仕様書を書いて」「architecture design を作って」等のリクエストで使用してください。

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

Install

$ agentstack add skill-ks6088ts-labs-skills-architecture-design-creator

✓ 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-ks6088ts-labs-skills-architecture-design-creator)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
Archived

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 Architecture Design Creator? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

アーキテクチャ設計書クリエイター

PRD で定義された要件と機能設計書を技術的に実現するためのシステム構造とテクノロジースタックを定義するアーキテクチャ設計書を作成します。

前提条件

必須:

  1. docs/prd.md に PRD が存在すること
  2. docs/functional-design.md に機能設計書が存在すること

存在しない場合は、先に prd-creator および functional-design-creator スキルで作成してください。

出力先

docs/architecture.md

基本ワークフロー

  1. docs/prd.mddocs/functional-design.md の内容を確認
  2. テンプレート [references/template.md](references/template.md) を参照
  3. ガイド [references/guide.md](references/guide.md) に従って設計書を作成
  4. 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.

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.