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

Functional Design Creator

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

PRDに基づいて機能設計書を作成するスキル。docs/prd.md が存在する場合に、システム構成、データモデル、コンポーネント設計、アルゴリズム設計等を含む機能設計書を作成します。「機能設計書を作成して」「PRDから設計書を作って」「functional design を書いて」等のリクエストで使用してください。

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

Install

$ agentstack add skill-ks6088ts-labs-skills-functional-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-functional-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 Functional Design Creator? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

機能設計書クリエイター

PRD で定義された「何を作るか」を「どう実現するか」に落とし込む機能設計書を作成します。

前提条件

必須: docs/prd.md に PRD が存在すること。存在しない場合は prd-creator スキルで先に作成してください。

出力先

docs/functional-design.md

基本ワークフロー

  1. docs/prd.md の内容を確認(特に P0/MVP 機能に注目)
  2. テンプレート [references/template.md](references/template.md) を参照
  3. PRD の要件に基づいて機能設計書を作成
  4. docs/functional-design.md に保存

既存設計書がある場合

docs/functional-design.md が既に存在する場合、既存の構造と内容を維持しながら更新してください。

主要セクション

機能設計書は以下で構成されます(該当するもののみ作成):

  • システム構成図: Mermaid 記法で全体像を可視化
  • 技術スタック: 言語、フレームワーク、ツールの選定と理由
  • データモデル: TypeScript インターフェースで型定義
  • コンポーネント設計: 各レイヤーの責務とインターフェース
  • ユースケース図: 主要フローをシーケンス図で表現
  • アルゴリズム設計: 複雑なロジックの詳細設計
  • エラーハンドリング: エラー種別と処理方法

詳細なガイドは [references/guide.md](references/guide.md) を参照してください。

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.