Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

app-prd-architect应用程序 PRD 架构师

Agent Skill

app-prd-architect 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

188

周安装

8

GitHub Stars

公开资料未说明

下载量

66
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:app-prd-architect(应用程序 PRD 架构师)
来源仓库:https://github.com/makgunay/claude-swift-skills
仓库路径:skills/app-prd-architect
安装命令:
npx skills add https://github.com/makgunay/claude-swift-skills --skill app-prd-architect
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/makgunay/claude-swift-skills --skill app-prd-architect

简介

app-prd-architect 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词或任务场景快速定位候选结果。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需结合原始 README 核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 当前功能聚焦于将应用创意转化为生产就绪的 PRD 和架构文档,包含结构化发现流程。

SKILL.md

App PRD & Architecture Generator

Overview

Transform a rough app idea into production-ready planning documents through structured discovery. Act as a product team: product manager, UX designer, and systems architect collaborating with the user.

Core principle: Never write the PRD until discovery is complete. The quality of the documents depends entirely on the quality of the conversation that precedes them.

Workflow

Phase 1: DISCOVERY → Phase 2: FEATURE DESIGN → Phase 3: IDEA EXPANSION → Phase 4: DOCUMENTS
    ↑                    ↑                          ↑                         ↑
    └────────────────────┴──────────────────────────┴─────────────────────────┘
                         (Iterate freely between phases)

Quick start routing:

  • "I have an idea for an app" → Phase 1 (full discovery)
  • "Here's my draft PRD, help me improve it" → Read draft → Phase 2 (fill gaps) → Phase 4
  • "I need an architecture doc for this PRD" → Read PRD → Phase 4 (architecture only)
  • "Help me think through features for X" → Brief Phase 1 → Phase 2 (deep dive)

Phase 1: Discovery

Approach

Ask questions conversationally — 2-3 at a time maximum. Adapt depth to user's clarity level. If the user already knows what they want, don't slow them down.

1.1 Foundation (Always start here)

  • What does this app do in one sentence?
  • Who is the primary user? (Be specific — "developers" is too broad, "indie iOS developers who use multiple AI assistants daily" is good)
  • What problem does it solve? What's the current workaround?
  • What platform(s)? macOS, iOS, both? What's the minimum OS version?

1.2 User Context

  • Walk me through a typical use session — from opening the app to closing it
  • What triggers the user to reach for this app? (Notification? Keyboard shortcut? Habit?)
  • How frequently will they use it? (Multiple times daily, weekly, occasionally?)
  • What other apps will they have open alongside it?

1.3 Competitive Landscape

  • What do people use today instead? (Even if it's "nothing" or "copy-paste from Notes")
  • Name 2-3 apps (any domain) whose UX you admire. What specifically?
  • What's the one thing you want this app to do better than any alternative?

1.4 Scope & Constraints

  • Solo developer or team? What's the realistic timeline?
  • Distribution: App Store, direct, or both?
  • Monetization: Free, paid upfront, freemium, subscription?
  • What's explicitly NOT in v1.0?

1.5 Design Sensibility

  • Describe the personality of this app in 3 words
  • Minimal and hidden, or feature-rich and visible?
  • Reference any apps whose visual design resonates

Discovery Output

Synthesize into a Product Brief (present to user for confirmation before proceeding):

# Product Brief: [App Name]

## One-Liner
[What it does in one sentence]

## Target User
[Specific persona with context]

## Core Problem
[The pain point and current workaround]

## Key Differentiator
[The one thing this does better than alternatives]

## Platform & Constraints
- Platform: [macOS/iOS/both]
- Distribution: [App Store/direct/both]
- Monetization: [model]
- Timeline: [realistic estimate]
- Non-goals: [explicit exclusions]

Confirm the brief with the user before moving to Phase 2.

Phase 2: Feature Design

2.1 Core Feature Identification

Work through features systematically. For each feature:

  1. User story: "As a [user], I want to [action] so that [benefit]"
  2. Happy path: What happens when everything works?
  3. Edge cases: What happens when things go wrong or get weird?
  4. States: Empty state, loading, populated, error, disabled
  5. Priority: Must-have (v1.0), Should-have (v1.1), Nice-to-have (v2.0)

2.2 Interaction Model

Define the core interaction patterns:

  • Entry point: How does the user invoke the app? (Dock, menu bar, hotkey, widget?)
  • Primary flow: What's the 3-step happy path? (Invoke → Search/Select → Action)
  • Navigation structure: Flat, tabbed, sidebar + detail, single-window?
  • Keyboard-first or mouse-first? What are the essential shortcuts?

2.3 Data Model Sketch

For each core entity:

  • What properties does it have?
  • What are the relationships between entities?
  • What needs to persist vs. what's ephemeral?
  • Does it sync? (iCloud, server, export/import only?)

2.4 Settings & Configuration

  • What can the user customize?
  • What are the sensible defaults?
  • Where do settings live? (Menu bar, preferences window, inline?)

Present features as a structured table for user review:

| Feature | Priority | User Story | Complexity |
|---------|----------|------------|------------|
| [Name]  | Must     | As a...    | Low/Med/Hi |

Phase 3: Idea Expansion

Before finalizing, dedicate one exchange to exploring what the user hasn't thought of:

3.1 "What If" Exploration

  • What would make this feel magical rather than merely functional?
  • If you had unlimited time, what would v3.0 look like? (Then: which v3.0 ideas should we design for now even if we don't build them yet?)
  • Is there a workflow this app could automate that users currently do manually?

3.2 Defensive Thinking

  • What's the most likely reason a user would stop using this after a week?
  • What happens when the user has 10x more data than expected?
  • What accessibility considerations matter? (VoiceOver, keyboard navigation, Reduce Motion)

3.3 Platform Opportunities

  • Can this integrate with Siri/Shortcuts?
  • Would a widget or menu bar presence add value?
  • Does it benefit from Handoff / Universal Clipboard / Continuity?

Flag new ideas to the user — don't silently add them to the PRD.

Phase 4: Document Production

Produce deliverables as actual files (.md for text,.docx for formal documents). See references/prd-template.md and references/architecture-template.md for complete templates.

Document A: Product Requirements Document (PRD)

Audience: Engineering team, technical stakeholders Format: Markdown (.md)

Sections:

  1. Executive Summary
  2. Problem Statement (with market context)
  3. Goals & Success Metrics (quantifiable)
  4. Non-Goals (explicit scope boundaries)
  5. User Personas (with jobs-to-be-done)
  6. User Stories with Acceptance Criteria
  7. Functional Requirements (complete feature spec)
  8. Non-Functional Requirements (performance, accessibility, security, privacy)
  9. UI/UX Specifications (key screens, states, transitions)
  10. Data Model
  11. Error Handling Specification
  12. Dependencies & Risks
  13. Implementation Phases with Milestones
  14. Open Questions & Decisions Log
  15. Glossary

Document B: Technical Architecture

Audience: Engineering team Format: Markdown (.md)

Sections:

  1. Architecture Overview (with diagram description)
  2. Technology Stack (with justification for each choice)
  3. System Components & Responsibilities
  4. Data Layer (models, persistence, sync strategy)
  5. Concurrency Model (actor isolation, background work)
  6. UI Layer (view hierarchy, navigation, state management)
  7. Integration Points (system services, permissions, APIs)
  8. Security & Privacy Architecture
  9. Performance Budget (launch time, memory, storage)
  10. Testing Strategy
  11. Build & Distribution Pipeline
  12. Migration & Upgrade Path

Document C: Feature List (Non-Technical)

Audience: Non-technical stakeholders, marketing, investors Format: Markdown (.md)

Sections:

  1. One-Sentence Product Description
  2. Problem / Solution Framing (no jargon)
  3. Core Features with User-Benefit Framing ("You can..." not "The system...")
  4. Feature Categorization (Core / Power User / Future)
  5. Competitive Differentiation
  6. Target User Description

Quality Checklist

Before delivering documents, verify:

  • Every feature in the PRD maps to a user story
  • Every user story has acceptance criteria
  • Non-goals are explicit — not just "whatever we didn't mention"
  • Data model supports all described features
  • Architecture addresses concurrency, persistence, and sync
  • Performance budgets are stated (launch time, memory)
  • Error states are defined for every user-facing feature
  • Accessibility requirements are specified
  • v1.0 scope is achievable within stated timeline
  • Open questions are captured with owners/deadlines

Key Principles

  1. Discover before designing — Never write the PRD first
  2. Challenge assumptions — If the user says "simple CRUD app," ask what makes it worth building
  3. Name the non-goals — Scope is defined as much by what's excluded as included
  4. Design for the edges — Happy paths are easy; edge cases reveal the real product
  5. Think in versions — v1.0 ships, v2.0 expands, v3.0 transforms
  6. Stay concrete — "Fast" isn't a requirement; "< 200ms cold launch" is
  7. Respect the timeline — A perfect PRD for a product that never ships helps no one

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.05%
按下载量换算24

Claude

31.31%
按下载量换算21

Cursor

19.04%
按下载量换算13

Gemini CLI

9.51%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills